Description
Uploads a raster file as multipart form
Endpoint
/path/{pathId}/raster/timestamp/{timestampId}/file
Method
POST
Minimum Access Level
edit+
Minimum processing units
2
pathId
The id of the raster layer.
true
timestampId
The id of the timestamp the upload is for.
name
The name of the file to be uploaded.
data
The file to be uploaded.
epsg
The epsg of the file as an integer. Required if the file itself does not contain a coordinate system.
false
Default null.
format
The format of the file.
Default "tif".
noDataValue
A value to use as no data value.
mosaicPriority
An integer indicating the order to mosaic the files in. Higher means on top.
Last updated 8 months ago