This is to be used in conjunction with the OSM-Python-Tools Overpass API query function.
The first function parses the OverpassResult
object into a geometry-initialised GeoDataframe, and converts the 'ways' coordinates to shapely objects.
It returns a GeoDataframe, and a dictionary with the OSM 'tags'.
The second function plots a quick map of the locations of all the OSM features returned by the query.
- Python 3.6>
- Pandas, Geopandas, Shapely
- Contextily
- Add support for OSM nodes and relations
This software is under the MIT license.