mattparrilla / USHCN-dashboard

Visualizing climate data of individual USHCN stations.
0 stars 0 forks source link

Use database, not CSV to generate images #8

Closed mattparrilla closed 4 years ago

mattparrilla commented 9 years ago

Currently using the web interface to download CSVs on a station-by-station basis.

This same data is available via FTP for daily data and monthly data

This is a fairly large undertaking, but it would add a lot of value.

mattparrilla commented 9 years ago

@joeydi has created the models and written the scripts to get the data from the USHCN FTP.

Rewrite csv_to_png.py (rename too?) to work with the models and to improve performance.