lsmatott / ostrich-swmm

A toolset for connecting the OSTRICH optimization software toolkit with the SWMM simulation model.
GNU General Public License v2.0
29 stars 19 forks source link

Added ability to inject parameters into SWMM input files #2

Closed tyearke closed 7 years ago

tyearke commented 7 years ago

This pull request adds a subcommand to inject parameters from a structured JSON file into a SWMM input file. This initially includes the ability to inject LID controls, including automatic adjustment of affected subcatchments for rain barrels.

This pull request also makes some minor improvements to existing code to facilitate these changes.