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

GeometryCollections do not implement `is_valid` #101

Closed hrfuller closed 6 years ago

hrfuller commented 6 years ago

Would you be interested in a PR to fix this? I would implement it such that a GeometryCollection is valid IFF all its sub geometries are valid.

frewsxcv commented 6 years ago

Sounds reasonable to me!