StacCollection interface

Properties

additionalProperties

Additional properties

assets

Assets

createdOn

MSFT Created

description

Detailed description of the collection.

extent

Spatial and temporal extent of the collection.

id

Unique identifier for the collection.

itemAssets

Item Assets

See the Item Assets Definition Extension Specification

keywords

Keywords describing the collection.

license

License identifier for the collection data.

links

Links to related resources and endpoints.

providers

Organizations or individuals who provide the collection data.

shortDescription

MSFT Short Description

stacExtensions

URLs to STAC extensions implemented by this STAC resource.

stacVersion

Stac Version

summaries

Summaries

See the STAC Collection Spec.

title

Human-readable title for the collection.

type

Type

updatedOn

MSFT Updated

Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

assets

Assets

assets?: Record<string, StacAsset>

Property Value

Record<string, StacAsset>

createdOn

MSFT Created

createdOn?: Date

Property Value

Date

description

Detailed description of the collection.

description: string

Property Value

string

extent

Spatial and temporal extent of the collection.

extent: StacExtensionExtent

Property Value

id

Unique identifier for the collection.

id: string

Property Value

string

itemAssets

Item Assets

See the Item Assets Definition Extension Specification

itemAssets?: Record<string, StacItemAsset>

Property Value

Record<string, StacItemAsset>

keywords

Keywords describing the collection.

keywords?: string[]

Property Value

string[]

license

License identifier for the collection data.

license: string

Property Value

string

Links to related resources and endpoints.

links: StacLink[]

Property Value

providers

Organizations or individuals who provide the collection data.

providers?: StacProvider[]

Property Value

shortDescription

MSFT Short Description

shortDescription?: string

Property Value

string

stacExtensions

URLs to STAC extensions implemented by this STAC resource.

stacExtensions?: string[]

Property Value

string[]

stacVersion

Stac Version

stacVersion?: string

Property Value

string

summaries

Summaries

See the STAC Collection Spec.

summaries?: Record<string, any>

Property Value

Record<string, any>

title

Human-readable title for the collection.

title?: string

Property Value

string

type

Type

type?: string

Property Value

string

updatedOn

MSFT Updated

updatedOn?: Date

Property Value

Date