Delineation of catchment(s)

bb_delineate(
  station_ids,
  germanyshape,
  polygon_col = "objectid",
  geb = "geb_kz_num",
  gew = "gew_kz_num",
  remove_artifical = TRUE
)

Arguments

station_ids

vector with primary basin IDs for one or more gauging stations

germanyshape

basin shapefile as a sf object; can be generated with bb_readgermanyshape().

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?

Value

will follow

Examples