View source: R/readForcingCSV.R
readForcingCSV | R Documentation |
The data is in a csv file that can also be imported to RS Minerve to form a database.
readForcingCSV(filename, tz = "UTC")
filename |
Path to file with input data for RS Minerve. |
tz |
Optional time zone string, passed to lubridate::as_datetime (for details refer to POSIXt documentation). Defauls to "UTC" |
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
An example forcing csv file is given under http://raw.githubusercontent.com/hydrosolutions/RSMinerveR/main/tests/testthat/test_translateCSVtoDST.csv
[load_minerve_input_csv]
and [readDBCSV]
Other RS Minerve IO:
getChunkSize()
,
load_minerve_input_csv()
,
readDBCSV()
,
readForcingSTR()
,
readRSMParameters()
,
readResultCSV()
,
readResultDST()
,
readSelectionCHK()
,
translateCSVtoDST()
,
writeRSMParameters()
,
writeSelectionCHK()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.