v2

latestSwagger 2.02026-07-131451441001.2 KB
Tiles for STAC Collections

Collection Assets For Tile

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

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

Path parameters

collectionIdstring required

STAC Collection Identifier

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.

TileMatrixSetId'CanadianNAD83_LCC' | 'EuropeanETRS89_LAEAQuad' | 'LINZAntarticaMapTilegrid' | 'NZTM2000Quad' | 'UPSAntarcticWGS84Quad' | 'UPSArcticWGS84Quad' | 'UTM31WGS84Quad' | 'WGS1984Quad' | 'WebMercatorQuad' | 'WorldCRS84Quad' | 'WorldMercatorWGS84Quad'

Identifier selecting one of the TileMatrixSetId supported (default: 'WebMercatorQuad')

Response

Return list of assets

{"stackTrail":"paths:/data/mosaic/collections/{collectionId}/tiles/{z}/{x}/{y}/assets:get:responses:200:content:application/json:schema:items","oasType":"schema","type":"unknown"}