bb_delineate | R Documentation |
Delineation of catchment(s)
bb_delineate( station_ids, germanyshape, polygon_col = "objectid", geb = "geb_kz_num", gew = "gew_kz_num", remove_artifical = TRUE )
station_ids |
vector with primary basin IDs for one or more gauging stations |
germanyshape |
basin shapefile as a |
polygon_col |
name of primary basin ID column in shapefile |
geb |
name of domain column ('Gebietskennzahl'), default = 'geb_kz_num') |
gew |
name of water body column ('Gewässerkennzahl', default = 'gew_kz_num') |
remove_artifical |
logical, should artificial water bodies such as canals be removed from procedure? |
will follow
## Not run: will follow ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.