Tiles
Unique identifier for the dataset version
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 for the returned WebP image. Default is lossless compression. Lossy compression uses a quality value of 80.
true
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}.webp?api_key=text&variables=text HTTP/1.1
Host:
Accept: */*
No content