KeyMetadata - Esri/raster-functions GitHub Wiki
Key Metadata
Key metadata is the set of well-defined properties of an object.
Raster Dataset
The following key properties are applicable to a raster dataset.
-
DataType
StringType of the data source associated with the raster. These are the recognized values:
GenericElevationProcessedThematicScientificVector-UVector-VVector-UVVector-MagnitudeVector-DirectionVector-MagDir
-
Variable
StringThe name of the phenomenon being measured by pixel values of the raster. This key property is most likely to be available when
DataTypeisScientific. Here are some possible values:TemperaturePressureSpeedElevation
-
Dimensions
StringNames of non-spatial dimensions associated with the raster dataset as a semicolon-delimited string (for example:
StdZ;StdTime). This property is most likely available whenDataTypeisScientific. The pixels in a raster typically represent measurements associated with a phenomenon (defined byVariable) across a geographical region (defined by the extents of the raster) at a particular 'location' in a high-dimensional space. Each of those dimensions is also likely available as property of the raster and contains the value associated with the obervation. -
Unit
StringThe unit of measure associated with the pixel values in the raster dataset.
Distance:
esriInchesesriPointsesriFeetesriYardsesriMilesesriNauticalMilesesriMillimetersesriCentimetersesriMetersorMetersesriKilometersesriDecimalDegreesesriDecimeters
Temperature:
esriCelsiusesriFahrenheitesriKelvin
Speed:
esriMetersPerSecondesriKilometersPerHouresriKnotsesriFeetPerSecondesriMilesPerHour
Time:
ISO8601(UTC time)
Pressure:
Pascals
-
StdZ, StdZ_Max
FloatThe value of the vertical dimension standardized to meters above sea-level. The
*_Maxdimension value is available when the phenomenon represented by the raster applies to an interval (a range of values) along the corresponding dimension. -
StdTime, StdTime_Max
DATEThe value of the time dimension standardized to UTC and stored as an 8-byte double encoded as variant/OLE time representing days since/before December 30, 1899. The
*_Maxdimension value is available when the phenomenon represented by the raster applies to an interval (a range of values) along the corresponding dimension. -
StdPressure, StdPressure_Max
FloatThe value of the pressure dimension standardized to Pascals. The
*_Maxdimension value is available when the phenomenon represented by the raster applies to an interval (a range of values) along the corresponding dimension. -
StdTemperature, StdTemperature_Max
FloatThe value of the pressure dimension standardized to Kelvin. The
*_Maxdimension value is available when the phenomenon represented by the raster applies to an interval (a range of values) along the corresponding dimension. -
AcquisitionDate
DATEThe date and time of scene's acquisition standardized to UTC and stored as an 8-byte double encoded as variant/OLE time representing days since/before December 30, 1899. This property is more likely to be available on a raster that represents a aerial or satellite image.
-
CloudCover
FloatThe estimated percentage (0–100) of area within a raster covered by clouds.
-
SunAzimuth, SunElevation, SensorAzimuth, SensorElevation, OffNadir
FloatSunAzimuth: Position of the sun form the center of the scene relative to North. SunElevation: Elevation of the sun relative to the center of the image. SensorAzimuth: Position of the sensor relative to the center of the image. SensorElevation: Height of the sensor relative to the center of the image. OffNadir: Distance of satellite from Nadir.
-
PerspectiveX, PerspectiveY, PerspectiveZ
FloatTODO
-
SensorName, ProductName
StringTODO
-
BlockName
StringTODO
-
Segmented
BooleanTODO
-
Footprint
PolygonTODO
Raster Bands
-
BandName
StringThe friendly-name associated with the raster band.
-
WavelengthMin, WavelengthMax
FloatTODO
-
SourceBandIndex
IntegerTODO
-
SolarIrradiance
FloatTODO
-
RadianceGain, RadianceBias
FloatTODO
-
ReflectanceGain, ReflectanceBias
FloatTODO
-
ThermalConstant_K1, ThermalConstant_K2
FloatTODO