A Python suite for working with river models.
Offer an abstraction layer for the definition of river models and tools to call controller of different hydraulic models.
Models supported (Partial support soon to be completed):
- HEC-RAS: Wrapper for the COM interface of the HEC-RAS controller. (windows only)
Coming soon:
- HEC-RAS API: High level parser API of HEC-RAS input files. (Cross platform)
This package depends on pywin32 for accessing the HECRASController interface.
Additionally, you need to have a working version of HEC-RAS installed. Current support includes version 4.1.0 and 5.0.0.
The following would be the eventual way of installing (not working right now):
The easy way:
- Install the anaconda distribution
- On the command line type:
pip install pyfloods
The hard way:
- Install python
- Download pywin32 installer from the project webpage and install.
- On the command line type:
pip install pyfloods
4. Needs the following modules - win32com.client, inspect, os, numpy, matplotlib and matrix
MIT License. Copyright 2015 - Gonzalo Peña-Castellanos
This is a project under development and is currently in beta testing.
Although the project should be compatible with python versions 2.6, 2.7, 3.1, 3.2, 3.3 and 3.4, the project will only provide testing for 2.7, 3.3 and 3.4