Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.11 KB

Floodify

A python library for building and evaluating network models of flood storage areas and hydrological processes.

For an example of usage, see the file example_30k.ipynb.

More detail to come...

To Do:

  • Allow saving and reading of models as a single config file
    • Or add an extra config file to represent remaining nodes and connectivity.
    • Actually it's probably best to incorporate everything into a single network configuration file and
  • Consider turning FSA into a dataclass and extracting the calculation/functionality to Network class
    • In keeping with separating data from functionality
  • Consider turning HypsoCurve into a dataclass
  • Current flow is instantaneous. There is no consideration of flow routing between FSAs. This will be useful to consider in the future.
  • Add logging functioanlity

Network Outfall Flow Network FSA Flow Network FSA Volume