overpass-api-python-wrapper
overpass-api-python-wrapper copied to clipboard
Implement `__geo_interface__`
Instead of the homegrown GeoJSON implementation, we should consider implementing __geo_interface__ to enable interoperability with widely used geospatial Python modules such as shapely, geojson and fiona.
I haven't looked into this much yet, but I am considering it for the osmdiff project that I am currently refactoring.
/cc @sgillies who came up with __geo_interface__ in the first place.
See also
- #135
- #48
- PR #140