Enum DatacubeVariableType
Datacube variable type
Namespace: Stac.Extensions.Datacube
Assembly: DotNetStac.dll
Syntax
public enum DatacubeVariableType : int
Fields
Name | Description |
---|---|
auxiliary | a variable that contains coordinate data, but isn't a dimension in cube:dimensions. For example, the values of the datacube might be provided in the projected coordinate reference system, but the datacube could have a variable lon with dimensions (y, x), giving the longitude at each point. |
data | a variable indicating some measured value, for example "precipitation", "temperature", etc. |