catchment_area: Catchment worker functions Worker functions for catchments...

catchment_areaR Documentation

Catchment worker functions Worker functions for catchments and catchment areas on single pixels

Description

Catchment worker functions Worker functions for catchments and catchment areas on single pixels

Usage

.catchment_area(y, out_name, drain_name)

.catchment(y, out_name, drain_name)

.do_catchment(y, out_name, drain_name)

Arguments

y

Coordinates, where to compute the catchment

out_name

Name of the output raster in grass

drain_name

Name of the (already present) drainage direction raster

Details

  • .do_catchment builds the catchment raster in GRASS

  • .catchment_area runs .do_catchment and then comptues and returns the area as a number

  • .catchment runs .do_catchment and then extracts and returns the raster from GRASS


flee-group/watershed documentation built on July 25, 2022, 12:46 p.m.