pyautark (soon)
@urban-toolkit/autk-map / UpdateRasterParams
Interface: UpdateRasterParams
Defined in: autk-map/src/api.ts:135
Parameters for updating a raster layer's values.
Raster updates replace the value source for an existing raster layer. The property accessor is resolved for each raw raster cell payload from collection.features[0].properties.raster.
Properties
collection
collection:
FeatureCollection<Geometry|null>
Defined in: autk-map/src/api.ts:139
GeoTIFF-derived feature collection containing raster payload data.
property
property:
string
Defined in: autk-map/src/api.ts:143
Dot-path accessor for the numeric value in each raster cell.
transferFunction?
optionaltransferFunction?:TransferFunction
Defined in: autk-map/src/api.ts:147
Optional transfer function used to derive raster opacity from values.