Skip to content

Expose GEOS coverage simplification #12300

@dbaston

Description

@dbaston

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 frontend

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions