├── Adj_RUSLE.py ├── Input_File.py ├── Output_File.py ├── README.md ├── The RUSLE model on Google Earth Engine.pdf ├── erosivity.f90 ├── erosivity.so ├── gee.py ├── gsmap_precip_proc.py ├── scaling_func.py └── sourcegrid.txt /Adj_RUSLE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wieka29/RUSLE_GEE/HEAD/Adj_RUSLE.py -------------------------------------------------------------------------------- /Input_File.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wieka29/RUSLE_GEE/HEAD/Input_File.py -------------------------------------------------------------------------------- /Output_File.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wieka29/RUSLE_GEE/HEAD/Output_File.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wieka29/RUSLE_GEE/HEAD/README.md -------------------------------------------------------------------------------- /The RUSLE model on Google Earth Engine.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wieka29/RUSLE_GEE/HEAD/The RUSLE model on Google Earth Engine.pdf -------------------------------------------------------------------------------- /erosivity.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wieka29/RUSLE_GEE/HEAD/erosivity.f90 -------------------------------------------------------------------------------- /erosivity.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wieka29/RUSLE_GEE/HEAD/erosivity.so -------------------------------------------------------------------------------- /gee.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wieka29/RUSLE_GEE/HEAD/gee.py -------------------------------------------------------------------------------- /gsmap_precip_proc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wieka29/RUSLE_GEE/HEAD/gsmap_precip_proc.py -------------------------------------------------------------------------------- /scaling_func.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wieka29/RUSLE_GEE/HEAD/scaling_func.py -------------------------------------------------------------------------------- /sourcegrid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wieka29/RUSLE_GEE/HEAD/sourcegrid.txt --------------------------------------------------------------------------------