v2
latestSwagger 2.02026-07-131451441001.2 KBSearches Tile Tilematrixsetid
Create map tile (with TileMatrixSetId, scale, and format in path).
Path parameters
Search Id (pgSTAC Search Hash)
Identifier selecting one of the TileMatrixSetId supported
Identifier (Z) selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile.
Column (X) index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix.
Row (Y) index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix.
Numeric scale factor for the tile. Higher values produce larger tiles
Output format for the tile or image (e.g., png, jpeg, webp)
Query parameters
The API version to use for this operation.
Dataset band indexes
Asset's names.
Band math expression between assets
Per asset band indexes (coma separated indexes, e.g. "image|1,2,3" means use the bands 1, 2, and 3 from the asset named "image")
Asset as Band
Overwrite internal Nodata value
Apply internal Scale or Offset
WarpKernel resampling algorithm (only used when doing re-projection). Defaults to nearest.
Return as soon as we scan N items (defaults to 10000).
Return as soon as we have N items per geometry (defaults to 100).
Return after N seconds to avoid long requests (defaults to 5).
Return as soon as the geometry is fully covered (defaults to True).
Skip any items that would show up completely under the previous items (defaults to True).
The name of a subdataset within the asset.
The index of a subdataset band within the asset.
Coordinate Reference System.
Datetime to use for subsetting the asset.
Xarray Indexing using dimension names {dimension}={value}.
Xarray indexing method to use for inexact matches.
Terrain algorithm name
Terrain algorithm parameters
Buffer on each side of the given tile. It must be a multiple of 0.5. Output tilesize will be expanded to tilesize + 2 * buffer (e.g 0.5 = 257x257, 1.0 = 258x258).
rio-color formula (info: https://github.com/mapbox/rio-color)
STAC Collection ID
Resampling method.
Pixel selection method.
comma (',') delimited Min,Max range. Can set multiple time for multiple bands.
Colormap name
JSON encoded custom Colormap
Add mask to the output data.
Padding to apply to each tile edge. Helps reduce resampling artefacts along edges. Defaults to 0.
Response
Return an image.