This web app lets you visualize and compare weather/climate trends for any geolocation. Inspect historical data for any specific date, calender week or month in a timespan from 1940 until today.
A Next.js app using React-Vis, Pigeon Maps, and the Open Meteo API.
- History of Target Date: Visualizes the development of climate data at the target date for the specified location.
- History of Target Week: Visualizes the development of climate data at the target dates calender week.
- History of Target Month: Visualizes the development of climate data in the target dates month.
- Whole Interval: Shows data for each day in the specified interval. Limited to intervals up to 10 years.
Using the '+ Add Series' button more data series can be generated for comparison. The legend can be used to toggle certain information on or off.
Trends are computed in line with the National Center for Atmospheric Research Staff (Eds). Last modified 05 Sep 2014. "The Climate Data Guide: Trend Analysis." Retrieved from here.
You can try the app in a sandbox: here.
To run it locally, clone the repo and install the dependencies:
npm install --legacy-peer-deps
Then run the development server:
npm run dev
Open http://localhost:3000 to use the app.