StacItem interface

Represents a STAC Item, which is a GeoJSON Feature with additional metadata.

Extends

Properties

assets

Assets

boundingBox

Bounding box coordinates for the feature

collection

ID of the STAC collection this item belongs to.

eTag

MSFT ETag

geometry

Geometry object defining the feature's shape

id

Unique identifier for the feature

properties

Attributes associated with the feature

timestamp

MSFT Timestamp

type

GeoJSON type identifier for Feature

Inherited Properties

createdOn

MSFT Created

links

Links to related resources and endpoints.

shortDescription

MSFT Short Description

stacExtensions

URLs to STAC extensions implemented by this STAC resource.

stacVersion

Stac Version

updatedOn

MSFT Updated

Property Details

assets

Assets

assets: Record<string, StacAsset>

Property Value

Record<string, StacAsset>

boundingBox

Bounding box coordinates for the feature

boundingBox: number[]

Property Value

number[]

collection

ID of the STAC collection this item belongs to.

collection?: string

Property Value

string

eTag

MSFT ETag

eTag?: string

Property Value

string

geometry

Geometry object defining the feature's shape

geometry: GeometryUnion

Property Value

id

Unique identifier for the feature

id: string

Property Value

string

properties

Attributes associated with the feature

properties: StacItemProperties

Property Value

timestamp

MSFT Timestamp

timestamp?: Date

Property Value

Date

type

GeoJSON type identifier for Feature

type: "Feature"

Property Value

"Feature"

Inherited Property Details

createdOn

MSFT Created

createdOn?: Date

Property Value

Date

Inherited From StacItemOrStacItemCollection.createdOn

Links to related resources and endpoints.

links?: StacLink[]

Property Value

Inherited From StacItemOrStacItemCollection.links

shortDescription

MSFT Short Description

shortDescription?: string

Property Value

string

Inherited From StacItemOrStacItemCollection.shortDescription

stacExtensions

URLs to STAC extensions implemented by this STAC resource.

stacExtensions?: string[]

Property Value

string[]

Inherited From StacItemOrStacItemCollection.stacExtensions

stacVersion

Stac Version

stacVersion?: string

Property Value

string

Inherited From StacItemOrStacItemCollection.stacVersion

updatedOn

MSFT Updated

updatedOn?: Date

Property Value

Date

Inherited From StacItemOrStacItemCollection.updatedOn