StacAsset interface

https://github.com/radiantearth/stac-spec/blob/v1.0.0/item-spec/item-spec.md#asset-object

代表一個 STAC 資產,即與 STAC 項目相關聯的檔案或資源。

屬性

additionalProperties

其他屬性

constellation

衛星星座收集了這些資料。

created

資料的建立時間戳。

description

資產的詳細描述。

gsd

地面樣本距離以公尺為單位。

href

資產檔案的網址。

instruments

這些儀器負責取得資料。

mission

與資料相關的任務。

platform

取得資料的平台。

providers

提供資料的組織或個人。

roles

資產在物品中的角色。

title

一個讓人看得懂的資產標題。

type

資產的媒體類型。

updated

資料的最後更新時間戳記。

屬性詳細資料

additionalProperties

其他屬性

additionalProperties?: Record<string, any>

屬性值

Record<string, any>

constellation

衛星星座收集了這些資料。

constellation?: string

屬性值

string

created

資料的建立時間戳。

created?: Date

屬性值

Date

description

資產的詳細描述。

description?: string

屬性值

string

gsd

地面樣本距離以公尺為單位。

gsd?: number

屬性值

number

href

資產檔案的網址。

href: string

屬性值

string

instruments

這些儀器負責取得資料。

instruments?: string[]

屬性值

string[]

mission

與資料相關的任務。

mission?: string

屬性值

string

platform

取得資料的平台。

platform?: string

屬性值

string

providers

提供資料的組織或個人。

providers?: StacProvider[]

屬性值

roles

資產在物品中的角色。

roles?: string[]

屬性值

string[]

title

一個讓人看得懂的資產標題。

title?: string

屬性值

string

type

資產的媒體類型。

type?: string

屬性值

string

updated

資料的最後更新時間戳記。

updated?: Date

屬性值

Date