Get Raster Properties (Data Management)

AllSource 1.3    |

Summary

Retrieves information from the metadata and descriptive statistics about a raster dataset.

Usage

  • The Python result of this tool is a geoprocessing Result object. In order to obtain the string value, use the Result object's getOutput method.

Parameters

LabelExplanationData Type
Input Raster

The raster containing the properties to retrieve.

Composite Geodataset
Property type
(Optional)

The property to be obtained from the input raster.

  • MINIMUMSmallest value of all cells in the input raster.
  • MAXIMUMLargest value of all cells in the input raster.
  • MEANAverage of all cells in the input raster.
  • STDStandard deviation of all cells in the input raster.
  • UNIQUEVALUECOUNTNumber of unique values in the input raster.
  • TOPTop (maximum y-coordinate) value of the extent.
  • LEFTLeft (minimum x-coordinate) value of the extent.
  • RIGHTRight (maximum x-coordinate) value of the extent.
  • BOTTOMBottom (minimum y-coordinate) value of the extent.
  • CELLSIZEXCell size in the x-direction.
  • CELLSIZEYCell size in the y-direction.
  • VALUETYPEType of the cell value in the input raster.
  • COLUMNCOUNTNumber of columns in the input raster.
  • ROWCOUNTNumber of rows in the input raster.
  • BANDCOUNTNumber of bands in the input raster.
  • ANYNODATAReturns whether there is NoData in the raster.
  • ALLNODATAReturns whether all the pixels are NoData. This is also known as ISNULL.
  • SENSORNAMEName of the sensor.
  • PRODUCTNAMEProduct name related to the sensor.
  • ACQUISITIONDATEDate that the data was captured.
  • SOURCETYPESource type.
  • CLOUDCOVERAmount of cloud cover as a percentage.
  • SUNAZIMUTHSun azimuth, in degrees.
  • SUNELEVATIONSun elevation, in degrees.
  • SENSORAZIMUTHSensor azimuth, in degrees.
  • SENSORELEVATIONSensor elevation, in degrees.
  • OFFNADIROff-nadir angle, in degrees.
  • WAVELENGTHWavelength range of the band, in nanometers.
String
Band Name
(Optional)

Choose the band name from the drop-down box. If no band is chosen, then the first band will be used.

String

Derived Output

LabelExplanationData Type
Property

Returns the property value that was specified.

Variant

Environments

This tool does not use any geoprocessing environments.

Related topics