Tools for reading results from HEC-RAS simulations for probabilistic flood risk analyses
hecrasio is a collection of tools to read results from HEC-RAS providing quality assurance and control (QA/QC) of one or more notebooks.
QAQC-PFRA for one or more notebooks.run_postprocess_jobs: to be includedPostProcessor: to be includedrunall: Executes PostProcessor on a range of PFRA results.To create a virtual environment using Anaconda
1. Clone the respository2. Copy and execute: conda install --yes --file requirements.txt3. Copy and execute: while read requirement; do conda install --yes $requirement; done < requirements.txt4. Note, the above will not install boto3. Do so by copying and executing: conda install -c conda-forge boto3=1.9.1295. Copy and execute: conda install -c conda-forge awscli6. Configure aws cli by executing: aws configure7. Copy and execute: conda install notebook ipykernel8. Copy and execute: ipython kernelspec install-self
To be added
Bug reports and feature requests can be submitted through the Issues tab. When submitting an issue, please follow the provided template.