mattparrilla / USHCN-dashboard

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

USHCN Data Visualizer

A tool that creates images out of USHCN station data.

Example: Daily Mean Temperature in Burlington, VT Since 1940

![Daily Mean Temperature in BTV] (http://i.imgur.com/G7Whq9W.png)

This image shows the daily mean temperature in Burlington Vermont over the last 73 years. The top left of the image is January 1, 1940 and the bottom right is December 31, 2013. The days of the year progress from left to right and the years progress from top to bottom.

For this particular image, the data has been smoothed and the color palette is a qualitative colorbrewer palette.

Demo

http://mattparrilla.webfactional.com

To Do

See project issues

make_image() Parameters

DISCLAIMER: These are no longer completely accurate. In the process of updating.

make_image() takes USHCN station data and turns it into an image.

Creators

License

The MIT License (MIT)

Copyright (c) 2014 Matt Parrilla, Joe di Stefano

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.