felt / geo

A collection of GIS functions for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flatten GeometryCollection into non-complex geometries

ilyashuma opened this issue · comments

I ran into a need to flatten complex GeometryCollection into a non-complex MultiPolygon geometries.

I'm wondering if there is a place in geo for this feature (maybe, lib/geo/utils.ex?). Or probably it would be a better fit for https://github.com/pkinney/topo?

I'd be happy to contribute some code, just want to make sure it fits the project needs.