v2

latestSwagger 2.02026-07-131451441001.2 KB
Tiles for STAC Collections

Collection Assets For Tile Tilematrixsetid As Path

Return a list of assets which overlap a given tile for a STAC collection (with TileMatrixSetId).

get/data/mosaic/collections/{collectionId}/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets

Path parameters

collectionIdstring required

STAC Collection Identifier

tileMatrixSetIdstring required

Identifier selecting one of the TileMatrixSetId supported

znumber float required

Identifier (Z) selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile.

xnumber float required

Column (X) index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix.

ynumber float required

Row (Y) index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix.

Query parameters

api-versionstring required

The API version to use for this operation.

scan_limitinteger

Return as soon as we scan N items (defaults to 10000).

items_limitinteger

Return as soon as we have N items per geometry (defaults to 100).

time_limitinteger

Return after N seconds to avoid long requests (defaults to 5).

exitwhenfullboolean

Return as soon as the geometry is fully covered (defaults to True).

skipcoveredboolean

Skip any items that would show up completely under the previous items (defaults to True).

idsstring

Array of Item ids.

bboxstring

Bounding box (west, south, east, north).

querystring

JSON query expression for filtering items.

sortbystring

Sorting expression (e.g. +/-property).

datetimestring

Datetime filter expression (single datetime or range using / separator).

subdataset_namestring

The name of a subdataset within the asset.

subdataset_bandsinteger[]

The index of a subdataset band within the asset.

crsstring

Coordinate Reference System.

selstring[]

Xarray Indexing using dimension names {dimension}={value}.

sel_method'nearest' | 'linear' | 'bilinear' | 'cubic' | 'cubic_spline' | 'lanczos' | 'area' | 'mode'

Xarray indexing method to use for inexact matches.

Response

The request has succeeded.

idstring required

Unique identifier for the feature

collectionstring

ID of the STAC collection this item belongs to.

bboxnumber[] required

Bounding box coordinates for the feature

assetsobject required

Assets