Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

soil erosion using RUSLE model, Schemes and Mind Maps of Environmental Science

Google Earth Engine using RUSLE model

Typology: Schemes and Mind Maps

2023/2024

Uploaded on 10/03/2023

malik-13
malik-13 ๐Ÿ‡จ๐Ÿ‡ณ

1 document

1 / 7

Toggle sidebar

Related documents


Partial preview of the text

Download soil erosion using RUSLE model and more Schemes and Mind Maps Environmental Science in PDF only on Docsity! The RUSLE model on Google Earth Engine First steps โ— The RUSLE model calculates yearly average soil erosion rates using data on precipitation, landcover, soil, topography and management โ— Objective: Implement RUSLE on GEE at a high spatial resolution, and analyze the effects of terracing on soil erosion reduction using the new high-resolution terracing map of China โ— Output: Paper on terracing โ— The model is coded in python โ— Only the erosivity.f90 is written in fortran code and then transformed into a python module with: f2py -c -c erosivity erosivity.f90; this needs to be done on the local machine, not sure how this can work on GEE โ— Also in the current setup the reprojection of the RUSLE factors (C, K and R) from degrees to meters (see Output_File.py) is done on the local machine. This needs to be modified when model runs on GEE โ— All the model code files are available on github: https://github.com/wieka29/RUSLE_GEE Model structure and files (2) โ— The test region is located in the North of China (between 36 and 38 degrees north and 106 and 108 degrees East) where one can find a lot of terraces โ— The data to test the model has been uploaded to google drive: https://drive.google.com/drive/folders/1cCqCj8HUgIK5VWqNJwhrMYWeutaQ TBSD?usp=sharing โ— The data on topography, precipitation, landcover and ndvi has been extracted from satellite imagery using the GEE. Date on terracing has been provided by the group of Le Test data and test region Next steps: 1. Treat each RUSLe factor separately 2. Find a way to do array calculations directly on the extracted satellite images (writing and executing functions on GEE using Python API) 3. Find a way to use f2py and functions like reprojection on GEE 4. Display results as an image on GEE How to proceed
Docsity logo



Copyright ยฉ 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved