Skip to content

Visualize weather forecasts to help plan your trip to see an eclipse! πŸŒ‘πŸŒž

Notifications You must be signed in to change notification settings

jmullercuber/eclipse-weather-forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

β›… Eclipse Weather Forecasting

Why

To help plan trips to experience a total eclipse. Inspired by graphic on New York Times.

Currently hard-coded for values for the 2024 North American total solar eclipse.

Example Forecast Graphic example forecast graphic

Getting Started

Assumption is that you have Python and Poetry installed.

# Install python deps
poetry install

Various static data sources also need to be downloaded manually for this program to work. This is a one-time thing. See the Manual Resources section for more information.

Usage

Run the following in your terminal:

./run.sh

View the generated image in the data/out directory.

Create a config/config.json file to adjust program parameters. Refer to the example config here.

Resources

Automated πŸ€–

  • β›… NOAA National Blend of Models
    • Weather forecast for locations during the eclipse. The total cloud cover metric is the primary data source behind this project, allowing users to understand what sky visibility is expected for a given location. This project focuses on the Contiguous United States (CONUS region). Learn more about the data source here: https://vlab.noaa.gov/web/mdl/nbm-download

Manual πŸ‘·

About

Visualize weather forecasts to help plan your trip to see an eclipse! πŸŒ‘πŸŒž

Topics

Resources

Stars

Watchers

Forks