cleaning up of the package functions and documentation - release
Added import function of iEasyHydro .csv files
with numerous additions and improvements. The following new functions are available:
with several new functions that facilitate a) ERA5 data handling, bias correction, donwscaling, etc., b) prepare data for the stochastic weather generator RMAWGEN and c) handle importing and exporting files to the hydrological-hydraulic RS MINERVE model.
Release 0.2 include various improvements.
Now, the station code is a factor.
Added gauging station locations and corresponding contributing catchment sizes to the pre-packaged Chirchik river data.
Package extension to also load meteorological data, including precipitation P
and temperature T
, apart from the discharge data Q
. Fort this , the function loadTabularData
got a new argument dataType
which can take now one of the following values: {Q,P,T}
.
Added a unit
column that stores units of the data loaded in char
format which the user can specify, e.g.
'degC' for temperature in degrees Celsius,
'mm' for cumulative precipitation over the interval period, i.e. 10-days (decadal) or monthly, and
'm3s' for average discharge over the interval period.
Adding optional name of river to loadTabularData
function. Returns an additional tibble column with the corresponding river name.
Making sample discharge data available of Chirchik River where data from the gauging stations 16279 (Chatkal River, Khudaydod), 16290 (Pskem River, Mullala), 16298 (Nauvalisoy River, Sidzhak) and 16294 (Inflow Charvak) is included. In the future, more data from other river basins will be included.
Initial Release
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.