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

Improve handling of problematic input footprints #101

Open
Ylannl opened this issue Jan 20, 2025 · 0 comments
Open

Improve handling of problematic input footprints #101

Ylannl opened this issue Jan 20, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Ylannl
Copy link
Member

Ylannl commented Jan 20, 2025

The SimplifyPolygons function in Vector2DOpsGEOS.cpp has a few checks for problematic footprints, due to invalidity or a multigeometry after the simplify function (See #99). While this is currently detected, the only reasonable way to handle this is to skip the entire parent tile for further processing.

  • We should improve the handling of such features so that only the problematic features are skipped. Also there should be more helpful error messages that tell the user exactly which features are problematic (currently only a translated WKT is outputted).
  • in addition perhaps some cases like Crash on footprint with spike #99 can be properly handled if we implement support for multi-polygons in the reconstruction code.
@Ylannl Ylannl added the enhancement New feature or request label Jan 20, 2025
@Ylannl Ylannl self-assigned this Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant