Forrest logo
back to context overview

gdalinfo

List of commands for gdalinfo:

  • gdalinfo:tldr:03d25 gdalinfo: List information about a Web Map Service (WMS).
    $ gdalinfo WMS:${https:--services-meggsimum-de-geoserver-ows}
    try on your machine
    explain this command
  • gdalinfo:tldr:0e76d gdalinfo: List information about a specific raster dataset.
    $ gdalinfo ${path-to-input-tif}
    try on your machine
    explain this command
  • gdalinfo:tldr:1b8b6 gdalinfo: Show histogram values of a specific raster dataset.
    $ gdalinfo -hist ${path-to-input-tif}
    try on your machine
    explain this command
  • gdalinfo:tldr:8df19 gdalinfo: List information about a specific dataset of a Web Map Service (WMS).
    $ gdalinfo WMS:${https:--services-meggsimum-de-geoserver-ows} -sd ${4}
    try on your machine
    explain this command
  • gdalinfo:tldr:c1ec0 gdalinfo: List information about a specific raster dataset in JSON format.
    $ gdalinfo -json ${path-to-input-tif}
    try on your machine
    explain this command
  • gdalinfo:tldr:f513f gdalinfo: List all supported raster formats.
    $ gdalinfo --formats
    try on your machine
    explain this command
back to context overview