StacLandingPage interface

https://github.com/radiantearth/stac-api-spec/blob/master/api-spec.md#ogc-api---features-endpoints

Represents the STAC API landing page with links to available resources.

Properties

conformsTo

List of OGC API conformance classes implemented by this API.

createdOn

MSFT Created

description

Detailed description of the STAC catalog.

id

Unique identifier for the STAC catalog.

links

Links to related resources and endpoints.

shortDescription

MSFT Short Description

stacExtensions

URLs to STAC extensions implemented by this STAC resource.

stacVersion

Stac Version

title

Human-readable title for the STAC catalog.

type

Type

updatedOn

MSFT Updated

Property Details

conformsTo

List of OGC API conformance classes implemented by this API.

conformsTo: string[]

Property Value

string[]

createdOn

MSFT Created

createdOn?: Date

Property Value

Date

description

Detailed description of the STAC catalog.

description: string

Property Value

string

id

Unique identifier for the STAC catalog.

id: string

Property Value

string

Links to related resources and endpoints.

links: StacLink[]

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

title

Human-readable title for the STAC catalog.

title?: string

Property Value

string

type

Type

type?: string

Property Value

string

updatedOn

MSFT Updated

updatedOn?: Date

Property Value

Date