Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cookbooks/Visualizing-Data-With-Geopandas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"id": "2aac82bf-fd20-4fc4-8232-dbc3c281b842",
"metadata": {},
"source": [
"This will load every single OSM object into the GeoDataFrame as long as it can be converted into a geometry, including all untagged nodes. This is usually not what you want. Therefore it is important to carefully filter the data before giving it to the GeoHandler. In our case we are only interested in streets. That means, it must be linear ways with a tag 'highway'. Lets add the appropriate filters:"
"This will load every single OSM object into the GeoDataFrame as long as it can be converted into a geometry, including all untagged nodes. This is usually not what you want. Therefore it is important to carefully filter the data before giving it to the GeoInterfaceFilter. In our case we are only interested in streets. That means, it must be linear ways with a tag 'highway'. Lets add the appropriate filters:"
]
},
{
Expand Down Expand Up @@ -516,7 +516,7 @@
"id": "7b7ff175-18a2-4f6b-acc7-e91ea168b8f7",
"metadata": {},
"source": [
"It also contains all possible tags, that an OSM object can have. We are only interested in a selected number of tags. The GeoHandler can be instructed to restrict the tags, it adds to the properties:"
"It also contains all possible tags, that an OSM object can have. We are only interested in a selected number of tags. The GeoInterfaceFilter can be instructed to restrict the tags, it adds to the properties:"
]
},
{
Expand Down