overpass-api-python-wrapper icon indicating copy to clipboard operation
overpass-api-python-wrapper copied to clipboard

Implement `__geo_interface__`

Open mvexel opened this issue 3 years ago • 1 comments

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.

mvexel avatar Mar 22 '22 18:03 mvexel

See also

  • #135
  • #48
  • PR #140

mvexel avatar Mar 22 '22 18:03 mvexel