You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @sukantjain excellent repository and job , I like you videos and the contributions that you have with community of earth engine and GIS.
In this opportunity I open this issue because I have some questions about the equation of R factor and the compute of LS.
Is possible that you can share me the formule and the authors ?
Thanks regards from Peru.
// Author and formule ? varLS4=Math.sqrt(500/100);varLS3=ee.Image(slope.multiply(0.53));varLS2=ee.Image(slope).multiply(ee.Image(slope).multiply(0.076));varLS1=ee.Image(LS3).add(LS2).add(0.76);varLS=ee.Image(LS1).multiply(LS4).rename("LS");
The text was updated successfully, but these errors were encountered:
Thank you for sharing your valuable GEE scripts on GitHub, your contributions have been greatly appreciated and have made a significant impact on the community.
Hi @sukantjain excellent repository and job , I like you videos and the contributions that you have with community of earth engine and GIS.
In this opportunity I open this issue because I have some questions about the equation of R factor and the compute of LS.
Is possible that you can share me the formule and the authors ?
Thanks regards from Peru.
Google-Earth-Engine/JavaScript/RUSLE in GEE.js
Line 38 in 25d1575
The text was updated successfully, but these errors were encountered: