Completed
Welcome to a special Earth Day Coding Challenge!
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Visualizing Climate Data
Automatically move to the next video in the Classroom when playback concludes
- 1 Welcome to a special Earth Day Coding Challenge!
- 2 What is a temperature anomaly?
- 3 NASA Goddard Institute for Space Studies website
- 4 Preview the data
- 5 Upload the data
- 6 Use loadTable to preload the data
- 7 Check out the data
- 8 Set up the base pattern
- 9 Polar Coordinates
- 10 Add the month labels
- 11 Time for the data!
- 12 Draw the spiral
- 13 Set up global variables
- 14 Map the x, y positions to the data
- 15 Loop through all of the data
- 16 Check for null values
- 17 Animate the spiral
- 18 Add one month at a time
- 19 Add color to the spiral
- 20 Connect the points with a line segment
- 21 Use lerpColor to vary color
- 22 Use parseFloat to convert a string to a float
- 23 We have the climate spiral
- 24 Suggestions for possible variations
- 25 Outro