sa7818 / GDD

Growing Degree Days in Canada
0 stars 1 forks source link

gdd calculation #12

Closed tosicky closed 8 years ago

tosicky commented 8 years ago

I have committed a gdd.py file that accepts three argument from the command line.

However, I face an issue trying to calculate the gdd. Issue is mainly around how to pick the values for the max and min temp column.

I am still working on it though but if you have any idea as to what might be wrong you can provide your input

fd6713 commented 8 years ago

After calculating GDD you should save it either into a file or db for later usage.