StationData: Station information

Description Usage Arguments Examples

View source: R/StationData.R

Description

Return the coordinates and drainage area found in the HYDAT database for a group of stations.

Usage

1
StationData(db, sites)

Arguments

db

HYDAT database.

sites

List of stations.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

# The variable DB_HYDAT containing the path to the HYDAT database.
#DB_HYDAT <- '.../Hydat.sqlite3'

StationData(DB_HYDAT, c('01AD002','01AF009'))


## End(Not run)

floodnetProject16/floodnetRfa documentation built on Oct. 24, 2020, 9:19 a.m.