![]() |
![]()
| ![]() |
![]()
NAMEgdal - Main gdal entry point Added in version 3.11. SYNOPSISUsage: gdal <COMMAND> [OPTIONS] where <COMMAND> is one of: EXAMPLESExample 1: Getting information on the file utm.tif (with JSON output)$ gdal info utm.tif Example 2: Converting file utm.tif to GeoPackage raster$ gdal convert utm.tif utm.gpkg Example 3: Getting information on all available commands and subcommands as a JSON document.$ gdal --json-usage Example 4: Getting list of all formats supported by the current GDAL build, as text$ gdal --formats Example 5: Getting list of all formats supported by the current GDAL build, as JSON.$ gdal --formats --json AUTHOREven Rouault <even.rouault@spatialys.com> COPYRIGHT1998-2025
|