Closed jonasViehweger closed 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.
function std()
evaluatePixel
preProcessScenes
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 inevaluatePixel
.preProcessScenes
doesn't necessarily need to be checked.