peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
125 stars 19 forks source link

Wrap `GEOSTopologyPreserveSimplify_r` #621

Closed peterstace closed 1 month ago

peterstace commented 1 month ago

Description

TopologyPreserveSimplify is similar to Simplify but preserves (where possible) topological invariants, e.g. ring collapse and intersection.

Check List

Have you:

Related Issue

peterstace commented 1 month ago

Thanks for reviewing @albertteoh!