pyswmm / swmmio

Python tools for interacting with, editing, and visualizing EPA SWMM5 models
https://swmmio.readthedocs.io
MIT License
126 stars 41 forks source link

Add INP sections to model.inp properties #170

Closed aerispaha closed 1 year ago

aerispaha commented 1 year ago

These changes add the following properties to the swmmio.Model.inp interface:

  1. raingages
  2. evaporation
  3. pollutants
  4. rdii
  5. hydrographs
  6. buildup
  7. washoff
  8. coverages
  9. loadings
  10. landuses

Makes progress on #57