🌏 This project is an adaptation of Ed Hawkins' iconic "Climate Spiral" visualization using P5, React and TypeScript.
🌍 The Climate Spiral visualization was originally created by Ed Hawkins, a climate scientist at the University of Reading. The visualization shows how the Earth's temperature has changed over time, with each year represented as a colored line on a spiral graph.
🎥 To learn more about how the visualization was created, you can watch Daniel Shiffman's video tutorial on how to code a p5.js version of the Climate Spiral: YouTube Video
💻 This adaptation of the Climate Spiral uses P5, React and TypeScript to create a dynamic and interactive version of the visualization.
🔢 The data used in this project is sourced from NASA's Goddard Institute for Space Studies: GISS Surface Temperature Analysis (GISTEMP)
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/ThomasErhel/climate-spiral.git
- Install the dependencies:
cd climate-spiral
npm install
- Start the development server:
npm start
This will start the development server and open the app in your default browser.
To run the tests for this project, use the following command:
npm test
This will run the test suite and display the results in your terminal.
👍 Contributions to this project are welcome! If you have any suggestions or ideas, feel free to create an issue or submit a pull request.
This project is licensed under the GPLv3 License - see the LICENSE file for details.