Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Methodoloy of RUSLE #1

Open
ambarja opened this issue Aug 4, 2023 · 1 comment
Open

Methodoloy of RUSLE #1

ambarja opened this issue Aug 4, 2023 · 1 comment

Comments

@ambarja
Copy link

ambarja commented Aug 4, 2023

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.

var R = ee.Image(current.multiply(0.363).add(79)).rename('R');

// Author and formule ? 
var LS4 = Math.sqrt(500/100); 
var LS3 = ee.Image(slope.multiply(0.53));
var LS2 = ee.Image(slope).multiply(ee.Image(slope).multiply(0.076));
var LS1 = ee.Image(LS3).add(LS2).add(0.76);
var LS = ee.Image(LS1).multiply(LS4).rename("LS");
@bayegis
Copy link

bayegis commented Jan 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants