Maximum number of bands & multiple bandmath calculations Orders V2

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"

                    }},

                {
Was this article helpful?
1 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.