v2
latestSwagger 2.02026-07-131451441001.2 KBTile Format
Create map tile from a dataset (with format in path, without TileMatrixSetId or scale).
Path parameters
STAC Collection Identifier
STAC Item Identifier
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.
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.
Terrain algorithm name
Terrain algorithm parameters
Identifier selecting one of the TileMatrixSetId supported (default: 'WebMercatorQuad')
Numeric scale factor for the tile. Higher values produce larger tiles
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)
Resampling 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.
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.
Response
Return an image.