.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "GDAL-VECTOR" "1" "Aug 18, 2026" "" "GDAL" .SH NAME gdal-vector \- Entry point for vector commands .sp Added in version 3.11. .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 .sp .EX Usage: gdal vector [OPTIONS] where is one of: \- buffer: Compute a buffer around geometries of a vector dataset. \- check\-coverage: Check a polygon coverage for validity \- check\-geometry: Check a dataset for invalid geometries \- clean\-coverage: Alter polygon boundaries to make shared edges identical, removing gaps and overlaps \- clip: Clip a vector dataset. \- combine: Combine features into collections \- concat: Concatenate vector datasets. \- concave\-hull: Compute the concave hull of geometries of a vector dataset. \- convert: Convert a vector dataset. \- convex\-hull: Compute the convex hull of geometries of a vector dataset. \- create: Create a vector dataset. \- dissolve: Dissolves multipart features \- edit: Edit metadata of a vector dataset. \- explode\-collections: Explode geometries of type collection of a vector dataset. \- export\-schema: Export the OGR_SCHEMA from a vector dataset. \- filter: Filter a vector dataset. \- grid: Create a regular grid from scattered points. \- index: Create a vector index of vector datasets. \- info: Return information on a vector dataset. \- layer\-algebra: Perform algebraic operation between 2 layers. \- make\-point: Create point geometries from attribute fields \- make\-valid: Fix validity of geometries of a vector dataset. \- partition: Partition a vector dataset into multiple files. \- pipeline: Process a vector dataset applying several steps. \- rasterize: Burns vector geometries into a raster. \- rename\-layer: Rename layer(s) of a vector dataset. \- reproject: Reproject a vector dataset. \- segmentize: Segmentize geometries of a vector dataset. \- select: Select a subset of fields from a vector dataset. \- set\-field\-type: Modify the type of a field of a vector dataset. \- set\-geom\-type: Modify the geometry type of a vector dataset. \- simplify: Simplify geometries of a vector dataset. \- simplify\-coverage: Simplify shared boundaries of a polygonal vector dataset. \- sort: Spatially order the features in a layer \- sql: Apply SQL statement(s) to a dataset. \- swap\-xy: Swap X and Y coordinates of geometries of a vector dataset. \- update: Update an existing vector dataset with an input 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] Options: \-\-drivers Display vector driver list as JSON document and exit .EE .UNINDENT .UNINDENT .SH AVAILABLE SUB-COMMANDS .INDENT 0.0 .IP \(bu 2 \fI\%gdal vector clip\fP .IP \(bu 2 \fI\%gdal vector concat\fP .IP \(bu 2 \fI\%gdal vector convert\fP .IP \(bu 2 \fI\%gdal vector create\fP .IP \(bu 2 \fI\%gdal vector edit\fP .IP \(bu 2 \fI\%gdal vector filter\fP .IP \(bu 2 \fI\%gdal vector index\fP .IP \(bu 2 \fI\%gdal vector info\fP .IP \(bu 2 \fI\%gdal vector export\-schema\fP .IP \(bu 2 \fI\%gdal vector layer\-algebra\fP .IP \(bu 2 \fI\%gdal vector partition\fP .IP \(bu 2 \fI\%gdal vector pipeline\fP .IP \(bu 2 \fI\%gdal vector rasterize\fP .IP \(bu 2 \fI\%gdal vector rename\-layer\fP .IP \(bu 2 \fI\%gdal vector reproject\fP .IP \(bu 2 \fI\%gdal vector select\fP .IP \(bu 2 \fI\%gdal vector set\-field\-type\fP .IP \(bu 2 \fI\%gdal vector set\-geom\-type\fP .IP \(bu 2 \fI\%gdal vector sql\fP .IP \(bu 2 \fI\%gdal vector update\fP .UNINDENT .SH EXAMPLES .SS Example 1: Getting information on the file poly.gpkg (with text output) .INDENT 0.0 .INDENT 3.5 .sp .EX $ gdal vector info poly.gpkg .EE .UNINDENT .UNINDENT .SS Example 2: Converting file poly.gpkg to Esri File Geodatabase .INDENT 0.0 .INDENT 3.5 .sp .EX $ gdal vector convert \-\-format=OpenFileGDB poly.gpkg poly.gdb .EE .UNINDENT .UNINDENT .SS Example 3: Check if the vector Parquet driver is installed Bash .INDENT 0.0 .INDENT 3.5 .sp .EX gdal vector \-\-formats | grep Parquet .EE .UNINDENT .UNINDENT PowerShell .INDENT 0.0 .INDENT 3.5 .sp .EX gdal vector \-\-formats | Select\-String \(dqParquet\(dq .EE .UNINDENT .UNINDENT .SH AUTHOR Even Rouault .SH COPYRIGHT 1998-2026 .\" Generated by docutils manpage writer. .