peterstace / simplefeatures

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

Wrap `GEOSTopologyPreserveSimplify_r` #621

Closed peterstace closed 6 months ago

peterstace commented 6 months 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 6 months ago

Thanks for reviewing @albertteoh!