mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-09-01 02:22:00 +02:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
0dbf445bf7
commit
066309e4b1
23
README.md
23
README.md
@@ -341,38 +341,17 @@ plot = prettymaps.plot(
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
You can access layers's GeoDataFrames directly like this:
|
||||
|
||||
|
||||
```python
|
||||
# Run prettymaps in show = False mode (we're only interested in obtaining the GeoDataFrames)
|
||||
plot = prettymaps.plot('Centro Histórico, Porto Alegre', show = False)
|
||||
plot.geodataframes['building']
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style scoped>
|
||||
.dataframe tbody tr th:only-of-type {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.dataframe tbody tr th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.dataframe thead th {
|
||||
text-align: right;
|
||||
}
|
||||
</style>
|
||||
<table border="1" class="dataframe">
|
||||
<thead>
|
||||
<tr style="text-align: right;">
|
||||
|
Reference in New Issue
Block a user