Skip to content

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

License

Notifications You must be signed in to change notification settings

ThomasErhel/climate-spiral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published