Skip to content

Is today / this week / this month hotter than usual? Next.js app visualizing weather trends for any geolocation over the past 80 years.

Notifications You must be signed in to change notification settings

lmueller27/daily-weather-history

Repository files navigation

Is today / this week / this month hotter than usual?

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.

usagegif

Usage

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

Try it out

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:https://localhost:3000 to use the app.

About

Is today / this week / this month hotter than usual? Next.js app visualizing weather trends for any geolocation over the past 80 years.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published