SymbolixAU / geojsonsf

Conversion between sf and geojson
Other
82 stars 7 forks source link

unnest GEOMETRYCOLLECTIONS #15

Closed SymbolixAU closed 6 years ago

SymbolixAU commented 6 years ago

AS per https://github.com/SymbolixAU/googlePolylines/issues/20

googelway doesn't support GeometryCollections.

on branch unnest I've added an flatten_geometry argument which splits each geometry inside the collection across multiple rows.

Is this valid / logical / philosophically OK?

SymbolixAU commented 6 years ago

https://github.com/SymbolixAU/geojsonsf/pull/18