PyForecast is a statistical modeling tool useful in predicting monthly and seasonal inflows and streamflows. The tool collects meterological and hydrologic datasets, analyzes hundreds to thousands of predictor subsets, and returns statistical regressions between predictors and streamflows. Check out the Wiki for background information and a brief walkthrough for how to use the software. Beta testing is underway, you may download an installer at this link to install PyForecast on your machine.
- Python 3.X with the following libraries installed
These packages can be installed automatically to your default python distribution by running the 'install_dependencies.bat' script.
Run the software by running the 'run_PyForecast.bat' batch script. This will open the software along with a console window that will log any error messages. Users may also download the source code and run the program via a Python IDE with PyForecast.pyw, via Visual Studio with PyForecast.pyproj, or by installing the program using the latest release at this link.