Edit Raster

Description

Edit raster attributes

Endpoint

/path/{pathId}/raster

Method

PATCH

Access Level Rules

Access Level

edit+

Processing Units

Processing units

2

Parameters

NameDescriptionRequiredDefault

pathId

The id of the raster layer.

true

interpolation

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.

includesTransparent

Boolean whether the last band of uploaded rasters is the transparancy band.

false

Default null.

compressionQuality

Integer between 0 and 100 indicating the quality to maintain when using lossy compression.

false

Default null.

Last updated