load_minerve_input_csv: Reads climate and discharge data into a tibble.

View source: R/load_minerve_input_csv.R

load_minerve_input_csvR Documentation

Reads climate and discharge data into a tibble.

Description

The data is in a csv file that can also be imported to RS Minerve to form a database.

Usage

load_minerve_input_csv(filename)

Arguments

filename

Path to file with input data for RS Minerve.

Value

Returns a tibble of the same format as the inbuilt data in ChirchikRiverBasin with columns date (POSIXct), basin (char), type (char, T, P or Q), unit (char, C, mm/a or m3/s) and value (num). Data is in hourly (climate) to decadal (10 days) or monthly (discharge) time steps.

Note

this function is being phased out and will disappear in future package releases. Please refer to the function readDBCSV instead.

See Also

[readDBCSV]

Other RS Minerve IO: getChunkSize(), readDBCSV(), readForcingCSV(), readForcingSTR(), readRSMParameters(), readResultCSV(), readResultDST(), readSelectionCHK(), translateCSVtoDST(), writeRSMParameters(), writeSelectionCHK()

Examples

## Not run: 
load_minerve_input_csv("path_to_file.csv")

## End(Not run)


hydrosolutions/riversCentralAsia documentation built on Feb. 7, 2023, 4:50 p.m.