Skip to content

Allow multiple conditions #5

@whisperingpixel

Description

@whisperingpixel

Is your feature request related to a problem? Please describe.
Currently, only one (attribute) condition is possible

Describe the solution you'd like
Allow multiple conditions in the form of (or similar):

{
  "operator": "and",
  "operand": {
        "property":"avg(ndvi)",
        "value":0.2,
        "operator": "gt"
  },
  "operand": {
        "property":"avg(ndvi)",
        "value":0.2,
        "operator": "gt"
  }
}

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions