Validate a band-math formula (syntax + required bands) without executing it.
analytics.validate_formulaValidate a band-math formula by checking its syntax and ensuring required bands exist for the specified sensor, without executing it.
Instructions
Validate a band-math formula (syntax + required bands) without executing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x-api-key | No | ||
| formula | Yes | ||
| sensor | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| available_bands | No | ||
| error | No | ||
| formula | Yes | ||
| required_bands | No | ||
| sensor | Yes | ||
| valid | Yes |