Question
Currently, with Orders v2, what is the maximum number of bands allowed? Do you have an example to pass multiple band calculations?
Answer
There are currently 5 bands allowed for bandmath tool.
Here is an example code to follow:
"tools": [
{
"bandmath": {
"b1": "b1",
"b2": "(b4-b3)/(b4+b3)"",
"b3": "b3 + b1",
"b4": "b4",
"b5": "(b4-b3)/(b4+b3)",
"pixel_type": "32R"
}},
{
Comments
Please sign in to leave a comment.