Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple conditions #5

Open
whisperingpixel opened this issue Oct 23, 2018 · 0 comments
Open

Allow multiple conditions #5

whisperingpixel opened this issue Oct 23, 2018 · 0 comments
Assignees

Comments

@whisperingpixel
Copy link
Owner

whisperingpixel commented Oct 23, 2018

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"
  }
}
@whisperingpixel whisperingpixel self-assigned this Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant