Changelog
Source:NEWS.md
kwb.swmm 0.1.1 2024-03-13
Adapt swmmr
dependency to use hsonne/swmmr@dev
instead of hsonne/swmmr@mydev
(has been deleted)
kwb.swmm 0.1.0 2022-05-23
-
Functions
download_swmm_executable()
: downloadsSWMM
executable from USEPA`s GitHub repo of https://github.com/USEPA/Stormwater-Management-Model/releasesrun_swmm()
: compared toswmmr::run_swmm()
it allows to use allows to run SWMM model in model folder, i.e. it is possible to define paths to climate data in swmm_model.inp with relative paths (if these are contained in the same folder or a subfolder of themodel_dir
)get_results()
function for importing SWMM results into Rcalculate_rainevent_stats()
for aggregation of importedresults
based on user-defined column (default:total_runoff
),function
(default:sum
) andevent separation time
get_lid_para_types()
: returning tidy tibble with expected/possible system elements for different low impact development elements
Workflow on how to use this R package
kwb.swmm 0.0.0.9000
Added a
NEWS.md
file to track changes to the package.see https://style.tidyverse.org/news.html for writing a good
NEWS.md