Geographical Simulation of Climate Change
This application is a 3D geographical simulation of the rise of temperatures on the Earth from 1910 to 2010. The simulation offers an immersive experience, allowing users to explore and interact with a realistic model of the Earth while filtering temperature data by decade.
This project uses temperature anomaly data from NASA Goddard Institute for Space Studies (GISS):
- Data Source: NASA GISS Surface Temperature Analysis
- Dataset: GISTEMP - Global Surface Temperature Anomalies
- Coverage: Historical temperature data from 1880 to present
- Attribution: We acknowledge NASA GISS for providing publicly available climate data that makes this visualization possible.
The NASA GISS temperature dataset represents one of the most comprehensive and reliable sources of global surface temperature records, enabling accurate historical climate visualization and analysis.
Prerequisites: Node.js (download from nodejs.org)
-
Install dependencies:
npm install
-
Build the application:
npm run build # Production build npm run build:dev # Development build npm run dev # Development build with watch mode
-
Run the application:
npm start # Build and serve npm run serve # Serve existing build
-
Access the application: Open your browser to: http://localhost:8080