StacProvider interface

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

STACコレクションおよびアイテムのデータ提供者に関する情報を表します。

プロパティ

description

提供者の説明。

name

提供者の組織名または個人名。

roles

プロバイダーが果たす役割(例:プロデューサー、プロセッサー、ホスト)。

url

提供者のウェブサイトのURL。

プロパティの詳細

description

提供者の説明。

description?: string

プロパティ値

string

name

提供者の組織名または個人名。

name: string

プロパティ値

string

roles

プロバイダーが果たす役割(例:プロデューサー、プロセッサー、ホスト)。

roles?: string[]

プロパティ値

string[]

url

提供者のウェブサイトのURL。

url?: string

プロパティ値

string