downloadGeoTiff
API Version: 0.3.0
GET
/dataset/{dataset}/{version}/download/geotiff
Get geotiff raster tile.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
dataset
string
Dataset
version
number
Version
grid
number
Grid
tile_id
number
Tile ID
pixel_meaning
string
Pixel Meaning
Response
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
Last updated
Was this helpful?