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

Warn if rounding affects close coords #39

Open
shyamamrith opened this issue Apr 23, 2024 · 0 comments
Open

Warn if rounding affects close coords #39

shyamamrith opened this issue Apr 23, 2024 · 0 comments
Assignees

Comments

@shyamamrith
Copy link
Collaborator

If two (or more) coordinates are "close" to one another in the chosen CRS, they can end up occupying the same point after rounding. The errors which arise as a result are not indicative of the problem and so would be hard for a user to debug. Ideally implement a warning to the user if this is the case.

  • Check if there is any Shapely routine (or otherwise) to detect whether the points in a polygon will be "merged" as a result of a given rounding precision
@shyamamrith shyamamrith self-assigned this Apr 23, 2024
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

1 participant