forked from PacktPublishing/How-to-Visualize-Data-with-D3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resources.txt
16 lines (9 loc) · 944 Bytes
/
Resources.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Resources
You can download the completed code from GitHub here: https://github.com/bethrobson/CCC/tree/master/Stripes. We recommend, however, that you follow along starting from scratch to help with the learning process.
Get the source data from NASA (CSV): https://data.giss.nasa.gov/gistemp/tabledata_v3/GLB.Ts.csv
Get the source data from Github: https://github.com/bethrobson/CCC/blob/master/Stripes/GLB.Ts.csv
Get the code files from Github: https://github.com/bethrobson/CCC/tree/master/Stripes
Get the link from D3 (we'll link directly to D3, but you can download the code if you want and link to it on your computer. We'll do this step in the lesson "Build the HTML"): https://d3js.org/
As a reminder, you can download the complete files from github, including the source data (originally from NASA).
To learn more D3, go to https://d3js.org/.
To learn more about climate change, go to https://climate.nasa.gov/.