Add raster style
Access Level Rules
Processing Units
Parameters
Name
Description
Required
Default
Sample requests for different methods
//Assings bands to a specific color channel (red, green or blue)
{
"method": "rgb",
"name": "Create a false or true color image based on 3 bands",
"parameters": {
"bands": [
{
"bandNumber": 1,
"color": "red",
"bias": 1,
"weight": 8
},
{
"bandNumber": 2,
"color": "green",
"bias": -4,
"weight": 3
},
{
"bandNumber": 3,
"color": "blue",
"bias": -3,
"weight": 2.3
}
],
"alpha": 1,
"noData":[{"bandNumber":1,"fromValue":0,"toValue":1}]}
}
}RECOMMENDED READING
ποΈRaster styling methodsLast updated