StacAsset interface
https://github.com/radiantearth/stac-spec/blob/v1.0.0/item-spec/item-spec.md#asset-object
Represents a STAC asset, which is a file or resource associated with a STAC item.
Properties
| additional |
Additional properties |
| constellation | Constellation of satellites that acquired the data. |
| created | Creation timestamp of the data. |
| description | Detailed description of the asset. |
| gsd | Ground sample distance in meters. |
| href | URL to the asset file. |
| 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. |
| roles | Roles of the asset within the item. |
| title | Human-readable title for the asset. |
| type | Media type of the asset. |
| 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
description
Detailed description of the asset.
description?: string
Property Value
string
gsd
Ground sample distance in meters.
gsd?: number
Property Value
number
href
URL to the asset file.
href: string
Property Value
string
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
roles
Roles of the asset within the item.
roles?: string[]
Property Value
string[]
title
Human-readable title for the asset.
title?: string
Property Value
string
type
Media type of the asset.
type?: string
Property Value
string
updated
Last update timestamp of the data.
updated?: Date
Property Value
Date