Skip to main content

Get Raster Properties (Data Management Tools)

Summary

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

Usage

  • The property value returned is displayed in the Geoprocessing history item created by running the tool.

  • 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

Label Explanation Data type

Input Raster

The raster containing the properties to retrieve.

Composite Geodataset

Property type

(Optional)

The property to be obtained from the input raster.

  • Minimum cell value—Smallest value of all cells in the input raster.

  • Maximum cell value—Largest value of all cells in the input raster.

  • Mean of all cells—Average of all cells in the input raster.

  • Standard Deviation of all cells—Standard deviation of all cells in the input raster.

  • Unique value count—Number of unique values in the input raster.

  • Maximum Y coordinate (top)—Top (maximum y-coordinate) value of the extent.

  • Minimum X coordinate (left)—Left (minimum x-coordinate) value of the extent.

  • Maximum X coordinate (right)—Right (maximum x-coordinate) value of the extent.

  • Minimum Y coordinate (bottom)—Bottom (minimum y-coordinate) value of the extent.

  • Cell size x-direction—Cell size in the x-direction.

  • Cell size y-direction—Cell size in the y-direction.

  • Cell value type—Type of the cell value in the input raster.

  • Number of columns—Number of columns in the input raster.

  • Number of rows—Number of rows in the input raster.

  • Number of bands—Number of bands in the input raster.

  • Contains NoData cells—Returns whether there is NoData in the raster.

  • All cells contain NoData—Returns whether all the pixels are NoData. This is also known as ISNULL.

  • Sensor name—Name of the sensor.

  • Product name—Product name related to the sensor.

  • Acquisition date—Date that the data was captured.

  • Source type—Source type.

  • Cloud cover—Amount of cloud cover as a percentage.

  • Sun azimuth—Sun azimuth, in degrees.

  • Sun elevation—Sun elevation, in degrees.

  • Sensor azimuth—Sensor azimuth, in degrees.

  • Sensor elevation—Sensor elevation, in degrees.

  • Off nadir—Off-nadir angle, in degrees.

  • Wavelength—Wavelength 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

Label Explanation Data type

Property

Returns the property value that was specified.

Variant

Environments

This tool does not use any geoprocessing environments.

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes