StacCollection interface
https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md
Represents a STAC collection.
Properties
| additional |
Additional properties |
| assets | Assets |
| created |
MSFT Created |
| description | Detailed description of the collection. |
| extent | Spatial and temporal extent of the collection. |
| id | Unique identifier for the collection. |
| item |
Item Assets |
| 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. |
| short |
MSFT Short Description |
| stac |
URLs to STAC extensions implemented by this STAC resource. |
| stac |
Stac Version |
| summaries | Summaries See the STAC Collection Spec. |
| title | Human-readable title for the collection. |
| type | Type |
| updated |
MSFT Updated |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
assets
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
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