bb_stationid | R Documentation |
Extract primary basin ID for one or multiple gauging stations. With the primary basin ID the upstream sub-basins are identified.
bb_stationid(stations, germanyshape, debug = FALSE, polygon_col = "polygon_id")
stations |
|
germanyshape |
basin shapefile as a |
debug |
boolean; TRUE prints working process |
polygon_col |
name of primary basin ID column in shapefile, e.g. |
Stations must be a data.frame
with one or more gauging stations (rows
) with x
(longitude, WGS84) and y
(latitude, WGS84) in two columns
.
Primary basin ID that includes the gauging station. For each line in stations
one primary basin ID will be returned.
# will follow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.