.\" 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-MAKE-POINT" "1" "Dec 18, 2025" "" "GDAL" .SH NAME gdal-vector-make-point \- Create point features from attribute fields .sp Added in version 3.12. .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 .sp .EX Usage: gdal vector make\-point [OPTIONS] Create point geometries from attribute fields Positional arguments: \-i, \-\-input Input vector datasets [required] \-o, \-\-output Output vector dataset [required] Common Options: \-h, \-\-help Display help message and exit \-\-json\-usage Display usage as JSON document and exit \-\-config = Configuration option [may be repeated] \-q, \-\-quiet Quiet mode (no progress bar) Options: \-l, \-\-layer, \-\-input\-layer Input layer name(s) [may be repeated] \-f, \-\-of, \-\-format, \-\-output\-format Output format (\(dqGDALG\(dq allowed) \-\-co, \-\-creation\-option = Creation option [may be repeated] \-\-lco, \-\-layer\-creation\-option = Layer creation option [may be repeated] \-\-overwrite Whether overwriting existing output is allowed \-\-update Whether to open existing dataset in update mode \-\-overwrite\-layer Whether overwriting existing output is allowed \-\-append Whether appending to existing layer is allowed Mutually exclusive with \-\-upsert \-\-output\-layer Output layer name \-\-skip\-errors Skip errors when writing features \-\-x Field from which X coordinate should be read [required] \-\-y Field from which Y coordinate should be read [required] \-\-z Optional field from which Z coordinate should be read \-\-m Optional field from which M coordinate should be read \-\-dst\-crs Destination CRS Advanced Options: \-\-if, \-\-input\-format Input formats [may be repeated] \-\-oo, \-\-open\-option = Open options [may be repeated] \-\-output\-oo, \-\-output\-open\-option = Output open options [may be repeated] \-\-upsert Upsert features (implies \(aqappend\(aq) Mutually exclusive with \-\-append .EE .UNINDENT .UNINDENT .SH DESCRIPTION .sp \fBgdal vector make\-point\fP creates point geometries from attribute fields containing coordinates. .SH OPTIONS .INDENT 0.0 .TP .B \-\-x Field name containing X coordinate values .UNINDENT .INDENT 0.0 .TP .B \-\-y Field name containing Y coordinate values .UNINDENT .INDENT 0.0 .TP .B \-\-z Optional field name containing Z coordinate values .UNINDENT .INDENT 0.0 .TP .B \-\-m Optional field name containing M coordinate values .UNINDENT .INDENT 0.0 .TP .B \-\-dst\-crs Optional coordinate reference system to assign to the created points. The coordinate reference systems that can be passed are anything supported by the \fI\%OGRSpatialReference::SetFromUserInput()\fP call, which includes EPSG Projected, Geographic or Compound CRS (i.e. EPSG:4296), a well known text (WKT) CRS definition, PROJ.4 declarations, or the name of a .prj file containing a WKT CRS definition. .UNINDENT .SH AUTHOR Dan Baston .SH COPYRIGHT 1998-2025 .\" Generated by docutils manpage writer. .