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

Geometry Validation processor #1307

Closed
Tracked by #1271
flomickl opened this issue Feb 17, 2023 · 0 comments · Fixed by #1320
Closed
Tracked by #1271

Geometry Validation processor #1307

flomickl opened this issue Feb 17, 2023 · 0 comments · Fixed by #1320
Assignees
Labels
enhancement New feature or request pipeline elements Relates to pipeline elements
Milestone

Comments

@flomickl
Copy link
Contributor

flomickl commented Feb 17, 2023

to check of valid geometry is an essential (filter) operation.

invalid geometries means the shape of the geometry is in some way not standard and can result in a wrong results or even runtime error during processing. For example
self overlapping polygons
empty geometry
wrong WKT syntax
is not a simple feature geometry

result:
isSimple: ttest of self intersection
is empty:
isValid topology correctness

validation

@flomickl flomickl added enhancement New feature or request pipeline elements Relates to pipeline elements labels Feb 17, 2023
@flomickl flomickl added this to the 1.0.0 milestone Feb 17, 2023
@flomickl flomickl self-assigned this Feb 17, 2023
flomickl added a commit that referenced this issue Feb 19, 2023
@flomickl flomickl linked a pull request Feb 19, 2023 that will close this issue
@bossenti bossenti modified the milestones: 1.0.0, 0.92.0 May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pipeline elements Relates to pipeline elements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants