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
| conforms |
List of OGC API conformance classes implemented by this API. |
| created |
MSFT Created |
| description | Detailed description of the STAC catalog. |
| id | Unique identifier for the STAC catalog. |
| links | Links to related resources and endpoints. |
| short |
MSFT Short Description |
| stac |
URLs to STAC extensions implemented by this STAC resource. |
| stac |
Stac Version |
| title | Human-readable title for the STAC catalog. |
| type | Type |
| updated |
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
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