sa7818 / GDD

Growing Degree Days in Canada
0 stars 1 forks source link

Growing Degree Days in Canada

The goal of this project is to calculate GDD for three cities in Canada (St John's, Calgary, Toronto)


To view the web presentation click here

Contact Information:
    csv_data 
    output
    report 
    src 
    .gitignore  
    GDDRequirements.md  
    Makefile 
    ReadME.md

csv_data/ 
    data.csv 
    st.johns_50089_.csv 
    stjohns_50089_2015.csv 
    stjohns_50089_2015_extracted.csv
    27211_2015.gdd

/src/
    testsuite 
    download.py 
    gdd.py  
    main.py 
    plot.py
    analyze_gdd.py

/report/
    GDD.tex
 

USER GUIDE:

To run this project, you must have the following packages installed on your python 2.7 or 3x environment:

    pip
    pandas
    sys
    urllib.request

##CLONING THIS REPOSITORY:

To clone this repository, do the following:

    cd ~ or cd ~/
    git clone https://github.com/sa7818/GDD.git
    make clean
    make

N.B: After cloning you need to run make command from the cloned repository to recompile this project(program)
##TO RUN THE EFFECTIVE DEGREE:

    cd src
    python3.5 can_gddmap.py 

TO view the effective map go to output directory under the repository and open the effec_degreeCanada.png

Please feel free to contact us for more information...