Upload raster file
Description | Uploads a raster file as multipart form |
Endpoint |
|
Method | POST |
Access Level Rules
Minimum Access Level | edit+ |
Processing Units
Minimum processing units | 2 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| The id of the raster layer. | true | |
| The id of the timestamp the upload is for. | true | |
| The name of the file to be uploaded. | true | |
| The file to be uploaded. | true | |
| The epsg of the file as an integer. Required if the file itself does not contain a coordinate system. | false | Default null. |
| The format of the file. | false | Default "tif". |
| A value to use as no data value | false | Default null. |
| An integer indicating the order to mosaic the files in. Higher means on top. | false | Default null. |
Last updated