GDAL-VECTOR-GEOM(1) GDAL GDAL-VECTOR-GEOM(1) NAME gdal-vector-geom - Geometry operations on a vector dataset Added in version 3.11. SYNOPSIS Usage: gdal vector geom [OPTIONS] where is one of: - buffer: Compute a buffer around geometries of a vector dataset. - explode-collections: Explode geometries of type collection of a vector dataset. - make-valid: Fix validity of geometries of a vector dataset. - segmentize: Segmentize geometries of a vector dataset. - set-type: Modify the geometry type of a vector dataset. - simplify: Simplify geometries of a vector dataset. - swap-xy: Swap X and Y coordinates of geometries of a vector dataset. Common Options: -h, --help Display help message and exit --json-usage Display usage as JSON document and exit --config = Configuration option [may be repeated] AVAILABLE SUB-COMMANDS o gdal vector geom set-type o gdal vector geom explode-collections o gdal vector geom make-valid o gdal vector geom segmentize o gdal vector geom simplify o gdal vector geom buffer o gdal vector geom swap-xy AUTHOR Even Rouault COPYRIGHT 1998-2025 May 6, 2025 GDAL-VECTOR-GEOM(1)