-
Notifications
You must be signed in to change notification settings - Fork 1
Simplify geometry
Maarten Hilferink edited this page Jul 11, 2024
·
10 revisions
Configuration examples Simplify geometry
Since GeoDMS version 7.408 you can use the bg_simplify_polygon function to simplify a polygon and since 8.031 the bg_simplify_linestring function to simplify an arc.
These functions simplify the line strings separately, resulting in holes between polygons. To solve this, we made a script available that adds topology, resulting in simplified polygons for which adjacent boundaries are simplified in the same manner, not creating holes in the simplified set.
See Poly-to-grid-to-(simplified)-polygon for this script.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.