.\" 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-RASTER" "1" "May 06, 2025" "" "GDAL" .SH NAME gdal-raster \- Entry point for raster commands .sp Added in version 3.11. .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 .sp .EX Usage: gdal raster [OPTIONS] where is one of: \- aspect: Generate an aspect map \- calc: Perform raster algebra \- clean\-collar: Clean the collar of a raster dataset, removing noise. \- clip: Clip a raster dataset. \- color\-map: Generate a RGB or RGBA dataset from a single band, using a color map \- contour: Creates a vector contour from a raster elevation model (DEM). \- convert: Convert a raster dataset. \- create: Create a new raster dataset. \- edit: Edit a raster dataset. \- fill\-nodata: Fill nodata raster regions by interpolation from edges. \- footprint: Compute the footprint of a raster dataset. \- hillshade: Generate a shaded relief map \- index: Create a vector index of raster datasets. \- info: Return information on a raster dataset. \- mosaic: Build a mosaic, either virtual (VRT) or materialized. \- overview: Manage overviews of a raster dataset. \- pipeline: Process a raster dataset. \- pixel\-info: Return information on a pixel of a raster dataset. \- polygonize: Create a polygon feature dataset from a raster band. \- reclassify: Reclassify values in a raster dataset \- reproject: Reproject a raster dataset. \- resize: Resize a raster dataset without changing the georeferenced extents. \- roughness: Generate a roughness map \- scale: Scale the values of the bands of a raster dataset. \- select: Select a subset of bands from a raster dataset. \- set\-type: Modify the data type of bands of a raster dataset. \- sieve: Remove small polygons from a raster dataset. \- slope: Generate a slope map \- stack: Combine together input bands into a multi\-band output, either virtual (VRT) or materialized. \- tile: Generate tiles in separate files from a raster dataset. \- tpi: Generate a Topographic Position Index (TPI) map \- tri: Generate a Terrain Ruggedness Index (TRI) map \- unscale: Convert scaled values of a raster dataset into unscaled values. \- viewshed: Compute the viewshed of a raster 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 raster driver list as JSON document .EE .UNINDENT .UNINDENT .SH AVAILABLE SUB-COMMANDS .INDENT 0.0 .IP \(bu 2 \fI\%gdal raster info\fP .IP \(bu 2 \fI\%gdal raster aspect\fP .IP \(bu 2 \fI\%gdal raster calc\fP .IP \(bu 2 \fI\%gdal raster clean\-collar\fP .IP \(bu 2 \fI\%gdal raster clip\fP .IP \(bu 2 \fI\%gdal raster color\-map\fP .IP \(bu 2 \fI\%gdal raster convert\fP .IP \(bu 2 \fI\%gdal raster create\fP .IP \(bu 2 \fI\%gdal raster footprint\fP .IP \(bu 2 \fI\%gdal raster fill\-nodata\fP .IP \(bu 2 \fI\%gdal raster hillshade\fP .IP \(bu 2 \fI\%gdal raster index\fP .IP \(bu 2 \fI\%gdal raster mosaic\fP .IP \(bu 2 \fI\%gdal raster overview\fP .IP \(bu 2 \fI\%gdal raster pipeline\fP .IP \(bu 2 \fI\%gdal raster pixel\-info\fP .IP \(bu 2 \fI\%gdal raster polygonize\fP .IP \(bu 2 \fI\%gdal raster reproject\fP .IP \(bu 2 \fI\%gdal raster resize\fP .IP \(bu 2 \fI\%gdal raster roughness\fP .IP \(bu 2 \fI\%gdal raster scale\fP .IP \(bu 2 \fI\%gdal raster select\fP .IP \(bu 2 \fI\%gdal raster sieve\fP .IP \(bu 2 \fI\%gdal raster slope\fP .IP \(bu 2 \fI\%gdal raster stack\fP .IP \(bu 2 \fI\%gdal raster tile\fP .IP \(bu 2 \fI\%gdal raster tpi\fP .IP \(bu 2 \fI\%gdal raster tri\fP .IP \(bu 2 \fI\%gdal raster unscale\fP .IP \(bu 2 \fI\%gdal raster viewshed\fP .UNINDENT .SH EXAMPLES .SS Example 1: Getting information on the file \fButm.tif\fP (with JSON output) .INDENT 0.0 .INDENT 3.5 .sp .EX $ gdal raster info utm.tif .EE .UNINDENT .UNINDENT .SS Example 2: Converting file \fButm.tif\fP to GeoPackage raster .INDENT 0.0 .INDENT 3.5 .sp .EX $ gdal raster convert utm.tif utm.gpkg .EE .UNINDENT .UNINDENT .SS Example 3: Getting the list of raster drivers (with JSON output) .INDENT 0.0 .INDENT 3.5 .sp .EX $ gdal raster \-\-drivers .EE .UNINDENT .UNINDENT .SH AUTHOR Even Rouault .SH COPYRIGHT 1998-2025 .\" Generated by docutils manpage writer. .