StacExtensionSpatialExtent interface

https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#spatial-extent-object

Represents the spatial extent of a STAC collection with bounding boxes.

Properties

boundingBox

Array of bounding boxes defining the spatial extent, in format south, east, north.

Property Details

boundingBox

Array of bounding boxes defining the spatial extent, in format south, east, north.

boundingBox?: number[][]

Property Value

number[][]