Learn R Programming

⚠️There's a newer version (0.9.1) of this package.Take me there.

swmmr

R library for US EPA's SWMM (>=5.1.010)

Currently, the package includes functions to read SWMM's binary output files and to inspect SWMM's input files. High performance is achieved with help of Rcpp.

This package has been developed in the course of the project "STBMOD" (https://www.fh-muenster.de/forschung/forschungskatalog/projekt.php?pr_id=722), funded by the German Federal Ministry of Education and Research (BMBF, FKZ 03FH033PX2).

Install using devtools:

if(!require(devtools)) {
  install.packages('devtools')
  devtools::install_github("dleutnant/swmmr")
}

Copy Link

Version

Install

install.packages('swmmr')

Monthly Downloads

23

Version

0.7.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Dominik Leutnant

Last Published

July 13th, 2017

Functions in swmmr (0.7.0)

run_swmm

Initiate a simulation run
read_inp

Read SWMM's .inp file
read_out

Read time series data from SWMM's .out file