Giter VIP home page Giter VIP logo

dim-hydro's Introduction

Dimensionless Reference Hydrograph Calculator

About

This project uses Python3

Getting Started in 4 simple steps (Mac OS)

  1. Install Python3, Git and a text editor of your choice.

  2. Clone your project in Terminal

    git clone https://github.com/NoellePatterson/dim-hydro.git
    cd dim-hydro-master/
    
  3. Create and activate virtualenv

    python3 -m venv my-virtualenv
    source my-virtualenv/bin/activate
    
  4. Install dependencies

    pip install -r requirements.txt
    

Getting Started in 5 steps (Windows)

  1. Install Python3, Git and a text editor of your choice.

  2. Add Python to System Path

    • Locate Python3 from your local computer. Usually located in the following folder:

      C:\python3
      

      or

      C:\Users\your-name\AppData\Local\Programs\Python\Python36-32
      
    • Follow this link from step 2 to the end.

    • Go into Command Prompt by typing cmd in search bar, and type python. You should see the following:

      Python 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28)
      [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
      Type "help", "copyright", "credits" or "license" for more information.
      >>>
      
    • Type exit() to exit the python shell.

  3. Clone your project in Command Prompt

    git clone https://github.com/NoellePatterson/dim-hydro.git
    cd dim-hydro-master/
    
  4. Create and activate virtualenv

    python -m venv my-virtualenv
    my-virtualenv\Scripts\activate
    
  5. Install dependencies

    pip install -r requirements.txt
    

Run Script

  1. In project directory

    python main.py
    

Test

Error and Bug

Use Trello to keep upload error message, a screen shot, and raw data file used

Options

iTerm: iTerm2 is a replacement for Terminal

find . -name '*.rdb' -exec sh -c 'mv "$0" "${0%.rdb}.csv"' {} \;

  pip freeze > requirements.txt

License

Copyright (c) 2018

Licensed under the MIT license.

dim-hydro's People

Contributors

noellepatterson avatar

Stargazers

Laura E. Garza-Diaz 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.