r.watershed.txt 2.3 KB

1234567891011121314151617181920212223242526
  1. r.watershed
  2. Watershed basin analysis program.
  3. Raster (r.*)
  4. QgsProcessingParameterRasterLayer|elevation|Elevation|None|False
  5. QgsProcessingParameterRasterLayer|depression|Locations of real depressions|None|True
  6. QgsProcessingParameterRasterLayer|flow|Amount of overland flow per cell|None|True
  7. QgsProcessingParameterRasterLayer|disturbed_land|Percent of disturbed land, for USLE|None|True
  8. QgsProcessingParameterRasterLayer|blocking|Terrain blocking overland surface flow, for USLE|None|True
  9. QgsProcessingParameterNumber|threshold|Minimum size of exterior watershed basin|QgsProcessingParameterNumber.Integer|None|True|None|None
  10. QgsProcessingParameterNumber|max_slope_length|Maximum length of surface flow, for USLE|QgsProcessingParameterNumber.Double|None|True|None|None
  11. QgsProcessingParameterNumber|convergence|Convergence factor for MFD (1-10)|QgsProcessingParameterNumber.Integer|5|True|1|10
  12. QgsProcessingParameterNumber|memory|Maximum memory to be used with -m flag (in MB)|QgsProcessingParameterNumber.Integer|300|True|1|None
  13. QgsProcessingParameterBoolean|-s|Enable Single Flow Direction (D8) flow (default is Multiple Flow Direction)|False
  14. QgsProcessingParameterBoolean|-m|Enable disk swap memory option (-m): Operation is slow|False
  15. QgsProcessingParameterBoolean|-4|Allow only horizontal and vertical flow of water|False
  16. QgsProcessingParameterBoolean|-a|Use positive flow accumulation even for likely underestimates|False
  17. QgsProcessingParameterBoolean|-b|Beautify flat areas|False
  18. QgsProcessingParameterRasterDestination|accumulation|Number of cells that drain through each cell|None|True
  19. QgsProcessingParameterRasterDestination|drainage|Drainage direction|None|True
  20. QgsProcessingParameterRasterDestination|basin|Unique label for each watershed basin|None|True
  21. QgsProcessingParameterRasterDestination|stream|Stream segments|None|True
  22. QgsProcessingParameterRasterDestination|half_basin|Half-basins|None|True
  23. QgsProcessingParameterRasterDestination|length_slope|Slope length and steepness (LS) factor for USLE|None|True
  24. QgsProcessingParameterRasterDestination|slope_steepness|Slope steepness (S) factor for USLE|None|True
  25. QgsProcessingParameterRasterDestination|tci|Topographic index ln(a / tan(b))|None|True
  26. QgsProcessingParameterRasterDestination|spi|Stream power index a * tan(b)|None|True