The data is in a csv file that exported from the RS Minerve data base tab.
Arguments
- filename
Path to file with the db data from RS Minerve.
- tz
Optional time zone string, passed to lubridate::as_datetime (for details refer to POSIXt documentation). Defauls to "UTC"
Value
Returns a tibble of the same format as data
with data
in hourly (climate) to decadal or monthly (discharge) time steps.
Includes all attributes of the csv file
Note
An example forcing csv file is given under http://raw.githubusercontent.com/hydrosolutions/RSMinerveR/main/tests/testthat/test_translateCSVtoDST.csv.
A related, older function is load_minerve_input_csv
is being
discontinued.
See also
[load_minerve_input_csv]
Other RS Minerve IO:
getChunkSize()
,
load_minerve_input_csv()
,
readForcingCSV()
,
readForcingSTR()
,
readRSMParameters()
,
readResultCSV()
,
readResultDST()
,
readSelectionCHK()
,
translateCSVtoDST()
,
writeRSMParameters()
,
writeSelectionCHK()