-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
enhancementgdal_cliAnything related to the new 3.11 "gdal" CLI frontendAnything related to the new 3.11 "gdal" CLI frontend
Milestone
Description
Feature description
Add a gdal vector geom simplify-coverage (or gdal vector simplify-coverage ?) that simplifies shared boundaries of a set of polygons, as described in https://lin-ear-th-inking.blogspot.com/2023/03/simplifying-polygonal-coverages-with-jts.html
Additional context
Unfortunately this algorithm requires reading all of the input features into memory before doing any processing, so the scaffolding of GDALVectorGeomAbstractAlgorithm cannot be readily used. Specifically, there isn't an obvious way to implement a TranslateFeature method.
Metadata
Metadata
Assignees
Labels
enhancementgdal_cliAnything related to the new 3.11 "gdal" CLI frontendAnything related to the new 3.11 "gdal" CLI frontend