Tiles
List of variable names to retrieve. Use one variable for single-band visualization or exactly three variables for RGB visualization
[]
Name of the colormap to apply to the data (only for single-band visualization)
Whether to reverse the colormap (only for single-band visualization)
false
Whether to use lossless compression to return the image data.
Support depends on the image format:
- WEBP: lossless and lossy
- PNG: lossless
- JPEG: lossy
Defaults to true for PNG and WEBP formats, and false for JPEG.
Dimension indices in format 'dimension:index'. Can be specified multiple times for multiple dimensions.
Rescale values in format 'min,max'. Can be specified multiple times for multiple variables. If there is only one pair, it will be used for all variables. Can either be a single pair, or a pair for each variable.
value:color pair, specified multiple times, in order (only for single-band visualization). Value must be a number, color any HTML color value (red, #FF0000, etc.).Values below each threshold are assigned the given color, in-order.
Nodata values in format 'variable_name:value1,value2,...'. Can be specified multiple times for multiple variables. Each value should be a float or int.
Minimum threshold values. Can be specified multiple times for multiple variables. If there is only one value, it will be used for all variables. Can either be a single value, or a value for each variable.
Maximum threshold values. Can be specified multiple times for multiple variables. If there is only one value, it will be used for all variables. Can either be a single value, or a value for each variable.
GET /v1/raster/{dataset_version_id}/tiles/{z}/{x}/{y}.{format}?api_key=text HTTP/1.1
Host:
Accept: */*
No content
GET /v1/vector/{dataset_version_id}/tiles/{z}/{x}/{y}.mvt?api_key=text HTTP/1.1
Host:
Accept: */*
No content