jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
905 stars 120 forks source link

Computing Bounding Boxes #88

Closed lucagiovagnoli closed 7 years ago

lucagiovagnoli commented 7 years ago

Is there a way to compute bounding boxes for Geometries and/or Features? If not, would you consider merging a potential PR adding this functionality? (in utils or even as object property, we can discuss that).

frewsxcv commented 7 years ago

Great idea, though I'm going to redirect you to my answer in https://github.com/frewsxcv/python-geojson/issues/77 regarding geospatial operations.

lucagiovagnoli commented 7 years ago

Thanks for the pointer!