bb_delineate: Delineation of catchment(s)

View source: R/bb_delineate.R

bb_delineateR Documentation

Delineation of catchment(s)

Description

Delineation of catchment(s)

Usage

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

## Not run: 
will follow

## End(Not run)

modche/basinbindr documentation built on Feb. 4, 2023, 10:35 p.m.