/climate-spiral

🌍 A dynamic and interactive adaptation of the iconic "Climate Spiral" visualization using React and TypeScript. The project is sourced from NASA's GISS Surface Temperature Analysis (GISTEMP) and uses p5.js to create a spiral graph showing how the Earth's temperature has changed over time.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Climate Spiral Visualization

🌏 This project is an adaptation of Ed Hawkins' iconic "Climate Spiral" visualization using P5, React and TypeScript.

Introduction

🌍 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)

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:
git clone https://github.com/ThomasErhel/climate-spiral.git
  1. Install the dependencies:
cd climate-spiral
npm install
  1. Start the development server:
npm start

This will start the development server and open the app in your default browser.

Testing

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.

Contributing

👍 Contributions to this project are welcome! If you have any suggestions or ideas, feel free to create an issue or submit a pull request.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details.