View source: R/translateCSVtoDST.R
translateCSVtoDST | R Documentation |
!UNDER DEVELOPMENT! This function is meant to translate forcing data for RSMinerve in the csv format to dst which can be loaded when scripting RSMinerve. The dst output file is written to the same location as the input file.
translateCSVtoDST(csvfilepath, tz = "UTC")
csvfilepath |
string path to csv file to be read. |
tz |
Time zone string to be passed to base::format. Defaults to "UTC". |
When scripting RSMinerve, climate forcing is read from dst files and not from csv files as are used when RSMinerve is run from the user interface. The csv files can be transformed to dst files using this function.
NULL for success and 1 for failure.
Other RS Minerve IO:
getChunkSize()
,
load_minerve_input_csv()
,
readDBCSV()
,
readForcingCSV()
,
readForcingSTR()
,
readRSMParameters()
,
readResultCSV()
,
readResultDST()
,
readSelectionCHK()
,
writeRSMParameters()
,
writeSelectionCHK()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.