Git Product home page Git Product logo

hecrasio's Introduction

hecrasio

License


Description

hecrasio is a collection of tools to read results from HEC-RAS providing quality assurance and control (QA/QC) of one or more notebooks.

Contents

Hecrasio
  • hecrasio: Codebase with core, qaqc, s3tools, and heatmap modules.
Notebooks:
  • QAQC-PFRA: Provides QA/QC of an individual model.
  • Summary-QAQC: Summarizes the QA/QC report returned by QAQC-PFRA for one or more notebooks.
  • Make-Heatmap: Creates heat maps from a weights file and a a set of WSE tifs on s3. Utilizes dask for local parallel processing.

Python Files

  • run_postprocess_jobs: to be included
  • PostProcessor: to be included
Command File
  • runall: Executes PostProcessor on a range of PFRA results.

Launch

To create a virtual environment using Anaconda

1. Clone the respository
2. Copy and execute: conda install --yes --file requirements.txt
3. Copy and execute: while read requirement; do conda install --yes $requirement; done < requirements.txt
4. Note, the above will not install boto3. Do so by copying and executing: conda install -c conda-forge boto3=1.9.129
5. Copy and execute: conda install -c conda-forge awscli
6. Configure aws cli by executing: aws configure
7. Copy and execute: conda install notebook ipykernel
8. Copy and execute: ipython kernelspec install-self

Workflow

To be added

Contributing

Bug reports and feature requests can be submitted through the Issues tab. When submitting an issue, please follow the provided template.

hecrasio's People

Contributors

johnwallx avatar slawler avatar bakinam avatar albrazeau avatar asawho avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.