RavenR icon indicating copy to clipboard operation
RavenR copied to clipboard

R package for handling Raven hydrologic modelling framework inputs, outputs, and diagnostics

Results 16 RavenR issues
Sort by recently updated
recently updated
newest added

Update to be consistent A.4.2 from the User's Manual, inlcuding adding WATER_LEVEL and others to the supported data obs types

new function to read in and process the ManagementOptimization.csv file, and a more general csv reader from Raven format to handle other future file formats

Currently results in an error if extra_col are not found in metdata adjust to check for extra_col and avoid use if not found disable some stn data if extra_col not...

Should ideally have the :RedirectToFile command in the middle of the gauge block, not after

rvn_run can fail to execute if spaces exist in path names Was addressed in Windows by including shortPathNames() to sanitize but was removed as it does not compile for non-Windows...

With the visNetwork package, it is possible to create interactive structure and subbasin network plots. It should also be possible to have the user interactively edit these plots and save...

enhancement
help wanted

The fragmented plots generated by rvn_rvi_process_plot is due to the bad "connection" object inherited from function rvn_rvi_connections. Digging into the rvn_rvi_connections, sounds that it is working properly in terms of...

Have an option to remap the Raven labels to more friendly labels, e.g. ATMOS_PRECIP -> Atmosphere. Could be setup similar to the rvn_rvt_mappings type functions to provide a default mapping...

enhancement
help wanted
good first issue

Functions to take the forcing functions and check whether the estimated values are within reasonable bounds of the curves Plotting model results against Budyko curve may also be useful

Requires Area in the subbasin df but this is only produced when reading the rvh file, not when providing a direct data frame should have a check in this function...