Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeometryCollection support #16

Closed
ilyashuma opened this issue May 5, 2020 · 2 comments
Closed

GeometryCollection support #16

ilyashuma opened this issue May 5, 2020 · 2 comments

Comments

@ilyashuma
Copy link

I ran into a need to use contains?/2 with a GeometryCollection as an argument. There is no support for complex geometries, so I implemented a helper to flatten GeometryCollection into non-complex MultiPolygon geometry.

I'm wondering if there is a place in topo for this feature? I'd be happy to contribute.

@pkinney
Copy link
Owner

pkinney commented May 6, 2020

There's a PR open (#13), but it needs tests and to be extended to the other functions. If you're up for adding to that, feel free.

Either way, you're not the first person to ask for it, so I will add it to the backlog.

Thanks

@ilyashuma
Copy link
Author

Thanks for the answer, Powell! I'll spend some time working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants