I am needing to apply a kind of “validations” in the request script, I didn’t get anywhere though.
e.g: I need to get the standard deviation of a band using a function and its return should be less than 130, if it’s true, another comparison get done.
The problem is: I couldn’t find any way to access the pixels of the band to calculate the standard deviation, the pixels should be an array.
Someone have any idea how can I get the all pixels to apply my function?
Thank you in advance!