The Orders API supports up to 15 bands per item.
For more detailed information, please refer to the relevant documentation.
Below is an example demonstrating how to apply multiple band calculations:
{
"name": "ndvi_bandmath_example",
"source_type": "scenes",
"products": [
{
"item_ids": [
"20220124_062250_31_220b"
],
"item_type": "PSScene",
"product_bundle": "analytic_udm2"
}
],
"tools": [
{
"bandmath": {
"b1": "b1",
"b2": "b2",
"b3": "b3",
"b4": "arctan(b1)",
"b5": "(b4-b3)/(b4+b3)",
"pixel_type": "32R"
}
}
]
}
Comments
Article is closed for comments.