StacItemProperties interface
Properties of a STAC Item containing metadata about the asset.
https://github.com/radiantearth/stac-spec/blob/v1.0.0/item-spec/item-spec.md#properties-object
Properties
| additional |
Additional properties |
| constellation | Constellation of satellites that acquired the data. |
| created | Creation timestamp of the data. |
| datetime | Datetime the asset represents in RFC 3339 format. |
| description | Detailed description of the item. |
| end |
End time of the item observation period. |
| gsd | Ground sample distance in meters. |
| instruments | Instruments that acquired the data. |
| mission | Mission associated with the data. |
| platform | Platform that acquired the data. |
| providers | Organizations or individuals who provide the data. |
| start |
Start time of the item observation period. |
| title | Human-readable title for the item. |
| updated | Last update timestamp of the data. |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
constellation
Constellation of satellites that acquired the data.
constellation?: string
Property Value
string
created
Creation timestamp of the data.
created?: Date
Property Value
Date
datetime
Datetime the asset represents in RFC 3339 format.
datetime: string
Property Value
string
description
Detailed description of the item.
description?: string
Property Value
string
endDatetime
End time of the item observation period.
endDatetime?: Date
Property Value
Date
gsd
Ground sample distance in meters.
gsd?: number
Property Value
number
instruments
Instruments that acquired the data.
instruments?: string[]
Property Value
string[]
mission
Mission associated with the data.
mission?: string
Property Value
string
platform
Platform that acquired the data.
platform?: string
Property Value
string
providers
Organizations or individuals who provide the data.
providers?: StacProvider[]
Property Value
startDatetime
Start time of the item observation period.
startDatetime?: Date
Property Value
Date
title
Human-readable title for the item.
title?: string
Property Value
string
updated
Last update timestamp of the data.
updated?: Date
Property Value
Date