Color the hottest of each month on record for the past 137 years
Global Surface Temperature Anomalies: Monthly Global Land and Ocean. National Oceanic and Atmospheric Administration (NOAA), National Centers for Environmental Information. Accessed February 2017. This data contains:
A python script is available in the code repository to generate or extend this activity, and can be run like this:
python temperature.py
Which will simply create an svg file with the hottest months for each month-group labelled. You can also add some optional parameters like this:
python temperature.py -rank 10 -ys 1980
In this example, it would show the top 10 hottest months for each month-group (instead of just 9), and would start at 1980 (instead of 1990)