catchment_area | R Documentation |
Catchment worker functions Worker functions for catchments and catchment areas on single pixels
.catchment_area(y, out_name, drain_name) .catchment(y, out_name, drain_name) .do_catchment(y, out_name, drain_name)
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 |
.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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.