Functions to connect the widely used Storm Water Management Model (SWMM) of the United States Environmental Protection Agency (US EPA) <https://www.epa.gov/water-research/storm-water-management-model-swmm> to R with currently two main goals: (1) Run a SWMM simulation from R and (2) provide fast access to simulation results, i.e. SWMM's binary '.out'-files. High performance is achieved with help of Rcpp. Additionally, reading SWMM's '.inp' and '.rpt' files is supported to glance model structures and to get direct access to simulation summaries.
| Version: | 0.9.1 |
| Imports: | dplyr (≥ 0.7.4), purrr (≥ 0.2.4), readr (≥ 1.1.1), Rcpp, tibble (≥ 1.2.4), tidyr (≥ 1.0.0), utils, xts (≥ 0.10-1), zoo |
| LinkingTo: | Rcpp |
| Suggests: | DEoptim, ggplot2, sf (≥ 0.6-1), knitr, rmarkdown, testthat |
| Published: | 2020-03-02 |
| Author: | Dominik Leutnant |
| Maintainer: | Dominik Leutnant <leutnant at fh-muenster.de> |
| BugReports: | https://github.com/dleutnant/swmmr/issues |
| License: | GPL-3 |
| URL: | https://github.com/dleutnant/swmmr |
| NeedsCompilation: | yes |
| SystemRequirements: | SWMM (>=5.1.012) |
| Citation: | swmmr citation info |
| Materials: | README NEWS |
| In views: | Hydrology |
| CRAN checks: | swmmr results |
| Reference manual: | swmmr.pdf |
| Vignettes: |
How swmmr reads and writes inp files How to autocalibrate a SWMM model with swmmr How to convert GIS data and SWMM with swmmr |
| Package source: | swmmr_0.9.1.tar.gz |
| Windows binaries: | r-devel: swmmr_0.9.1.zip, r-release: swmmr_0.9.1.zip, r-oldrel: swmmr_0.9.1.zip |
| macOS binaries: | r-release (arm64): swmmr_0.9.1.tgz, r-oldrel (arm64): swmmr_0.9.1.tgz, r-release (x86_64): swmmr_0.9.1.tgz, r-oldrel (x86_64): swmmr_0.9.1.tgz |
| Old sources: | swmmr archive |
Please use the canonical form https://CRAN.R-project.org/package=swmmr to link to this page.