Full catalog/blizzard-clipper
blizzard-clipper·dataset

Clipper Storm Snowfall Pattern (Alberta, Saskatchewan, Manitoba)

AB/SK/MB Clipper Snowfall Footprint
atmosphere NASA VEDA COG
In plain English

What it measures. A map showing the typical snowfall footprint of Alberta Clipper, Saskatchewan Screamer, and Manitoba Mauler storms, fast-moving winter cyclones that sweep down from Canada.

How it's made. Made as a single-value map layer outlining where these storm types usually drop snow.

How & where you'd use it. Helps forecasters and the public understand the snowfall zones these common winter storms tend to hit.

What's measured

blizzardclipper

Coverage & cadence

  • Time span1950-01-01 → 1950-01-01
  • Spatial extent-119.183, 37.563, -79.687, 59.603
  • FormatsCOG

What you can do with it

  • Map air pollutants — NO₂, aerosols, ozone
  • Track greenhouse gases and Earth's energy budget
  • Feed weather and air-quality analysis
Official description

Single value raster displaying the general snowfall footprint of Alberta Clipper, Saskatchewan Screamer, and Manitoba Mauler types of mid-latitude cyclones.

Get the data

veda_access.py
# NASA VEDA — open STAC API, anonymous (cloud-optimized GeoTIFFs)
from pystac_client import Client

cat = Client.open("https://openveda.cloud/api/stac")
col = cat.get_collection("blizzard-clipper")
items = list(col.get_items())          # browse the analysis-ready COGs
# open an asset with rioxarray:
# import rioxarray; da = rioxarray.open_rasterio(items[0].assets["cog_default"].href)
NASA VEDA is an open STAC catalog — browse and stream the cloud-optimized GeoTIFFs anonymously (no login).