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

에셋 파일의 URL.

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

에셋 파일의 URL.

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