Skip to content

Plot the cumulative snowfall totals per year from NOAA data

Notifications You must be signed in to change notification settings

aabmass/cumulative-snow

Repository files navigation

Cumulative snow

I couldn't find any graphs like this online, but NOAA has the data.

Usage

Download a data set from NOAA and save the CSV. Use the CLI:

# Usage
uv run main.py --help

# Plot and show matplotlib window
uv run main.py datasets/boston_logan_snowfall.csv

# Or save as an image (add the extension you want)
uv run main.py \
    datasets/boston_logan_snowfall.csv \
    --start_year=2010 \
    --output_path=boston_logan.pdf

An example rendered interactive HTML output https://aabmass.github.io/cumulative-snow/www/boston.html. The figures look like

About

Plot the cumulative snowfall totals per year from NOAA data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages