Tiles

Raster Tile

get
Path parameters
dataset_version_idstring · uuidRequired

Unique identifier for the dataset version

zintegerRequired
xintegerRequired
yintegerRequired
Query parameters
api_keyany ofRequired
stringOptional
or
nullOptional
variablesstring[]Required

List of variable names to retrieve. Use one variable for single-band visualization or exactly three variables for RGB visualization

colormap_nameany ofOptional

Name of the colormap to apply to the data (only for single-band visualization)

string · enumOptionalPossible values:
or
nullOptional
reverse_colormapbooleanOptional

Whether to reverse the colormap (only for single-band visualization)

Default: false
losslessbooleanOptional

Whether to use lossless compression for the returned WebP image. Default is lossless compression. Lossy compression uses a quality value of 80.

Default: true
dimidxany ofOptional

Dimension indices in format 'dimension:index'. Can be specified multiple times for multiple dimensions.

string[]Optional
or
nullOptional
rescaleany ofOptional

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.

string[]Optional
or
nullOptional
color_binany ofOptional

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.

string[]Optional
or
nullOptional
nodataany ofOptional

Nodata values in format 'variable_name:value1,value2,...'. Can be specified multiple times for multiple variables. Each value should be a float or int.

string[]Optional
or
nullOptional
threshold_minany ofOptional

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.

string[]Optional
or
nullOptional
threshold_maxany ofOptional

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.

string[]Optional
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
get
GET /v1/raster/{dataset_version_id}/tiles/{z}/{x}/{y}.webp?api_key=text&variables=text HTTP/1.1
Host: 
Accept: */*

No content