View source: R/readForcingSTR.R
readForcingSTR | R Documentation |
The data is in a string in the same format as the RSMinerve forcing csv that can also be imported to RS Minerve to form a database. This function is useful for reformatting data in character format that is to be written to RS Minerve input files.
readForcingSTR(string, tz = "UTC")
string |
Character string with input data for RS Minerve. |
tz |
Time zone character to be passed to lubridate::as_datetime. Defaults 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.
Other RS Minerve IO:
getChunkSize()
,
load_minerve_input_csv()
,
readDBCSV()
,
readForcingCSV()
,
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.