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

Fix invalid polygons in input data set #32

Closed
christophfink opened this issue Jan 3, 2022 · 0 comments
Closed

Fix invalid polygons in input data set #32

christophfink opened this issue Jan 3, 2022 · 0 comments
Assignees

Comments

@christophfink
Copy link
Contributor

Some input data sets, including some versions of the Natural Earth adm0 layers, seem to contain invalid polygons, and it is still surprisingly easy to produce invalid geometries, e.g., when reprojecting data sets.

Let’s apply a zero-width buffer to any input data set in order to fix the most common problems. This is not very costly in terms of computation, and helps avoid frustration down the road.

@christophfink christophfink self-assigned this Jan 3, 2022
christophfink added a commit that referenced this issue Jan 3, 2022
christophfink added a commit that referenced this issue Jan 3, 2022
Try to fix invalid geometries in input data set (issue #32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant