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

Implement MakeValid #435

Open
peterstace opened this issue Nov 22, 2021 · 0 comments
Open

Implement MakeValid #435

peterstace opened this issue Nov 22, 2021 · 0 comments
Labels
feature New feature or request

Comments

@peterstace
Copy link
Owner

MakeValid is an operation that exists both in PostGIS and GEOS. It basically accepts an invalid geometry as input, and then "makes it valid" by returning a different geometry that is similar (but not identical!) to the original.

There will be a few steps to implement this in simplefeatures natively in Go:

  • Get a good understanding of how MakeValid actually works in PostGIS and GEOS, i.e. what is a description of the actual algorithm? Right now, it seems a little big "magical".
  • Implement MakeValid.
@peterstace peterstace added the feature New feature or request label Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant