sentinel-hub / custom-scripts

A repository of custom scripts to be used with Sentinel Hub
https://custom-scripts.sentinel-hub.com/
Creative Commons Attribution Share Alike 4.0 International
662 stars 300 forks source link

Feat/swc anomaly #297

Closed jonasViehweger closed 10 months ago

jonasViehweger commented 10 months ago

Reviewing this should take about 15 minutes.

This adds a page showing how to calculate the Soil Water Content Anomaly on the fly using an evalscript.

Please mainly check the content of the index.md file for any typos or missing context.

Also please check the calculations done in this script: raw.js

Mainly the standard deviation calculation (function std()) and the logic in evaluatePixel. preProcessScenes doesn't necessarily need to be checked.