logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

r.usler - Computes USLE R factor, Rainfall erosivity index.

Authors

       Natialia Medvedeva, SIC-ISDC, Ashgabat, Turkmenistan
       Yann Chemin, SIC-ISDC, Ashgabat, Turkmenistan

Description

r.usler  calculates  USLE R factor for Rainfall erosivity. It enables several empirical equations: Roosle
       (1975), Morgan (1974), Foster(1981) and El-Swaify (1985).

Example

       TBD.

Keywords

       raster, hydrology, rainfall, soil, erosion

Name

r.usler  - Computes USLE R factor, Rainfall erosivity index.

Notes

r.watershed provides for USLE L, S, LS factors.

See Also

r.uslek,r.watershed

Source Code

       Available at: r.usler source code (history)

       Accessed: Friday Apr 04 01:19:45 2025

       Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                      r.usler(1grass)

Synopsis

r.uslerr.usler--helpr.uslerinput=nameoutput=namemethod=string  [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:--overwrite
           Allow output files to overwrite existing files

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:input=name[required]
           Name of annual precipitation raster map [mm/year]

       output=name[required]
           Name for output USLE R raster map [MJ.mm/ha.hr.year]

       method=string[required]
           Name of USLE R equation
           Options: roose,morgan,foster,elswaify
           Default: morganroose: Roosle (1975)
           morgan: Morgan (1974)
           foster: Foster (1981)
           elswaify: El-Swaify (1985)

See Also