need some help for WDRVI calc #192
-
I'm getting an exception when trying to calculate the WDRVI index from a S2 product, it throws 'cause missing "alpha" parameter that i have no idea how to pass from the product's load method. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is a bug, I can reproduce it ✔️ |
Beta Was this translation helpful? Give feedback.
-
This should be solved, you can install the github version if needed. Basically, you should do: prod.load("WDRVI", alpha=1) |
Beta Was this translation helpful? Give feedback.
This is a bug, I can reproduce it ✔️
This will be fixed in the next release, see #193 for the corresponding issue.
Thanks a lot for reporting this!