Edit Raster
Description | Edit raster attributes |
Endpoint |
|
Method | PATCH |
Access Level Rules
Access Level | edit+ |
Processing Units
Processing units | 2 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| The id of the raster layer. | true | |
| The interpolation method to be used. Must be 'nearest' for nearest neighbour interpolation, 'linear' for linear interpolation or 'autoDetect' for auto detection of interpolation. | false | Default null. |
| Boolean whether the last band of uploaded rasters is the transparancy band. | false | Default null. |
| Integer between 0 and 100 indicating the quality to maintain when using lossy compression. | false | Default null. |
Last updated