Skip to content

Instantly share code, notes, and snippets.

View Youssef-Harby's full-sized avatar
🌍

Youssef Harby Youssef-Harby

🌍
View GitHub Profile
@Youssef-Harby
Youssef-Harby / hrrr.py
Created June 23, 2025 21:31 — forked from barronh/hrrr.py
Retrieve HRRR via Open Data on AWS and Zarr
__doc__ = """
# Overview
This example shows how to open High Resolution Rapid Refresh (HRRR) meteorology
"surfaces." These surfaces are slices in vertical space to create single level
maps of variables like temperature, wind speed components, pressure, etc. Each
surface is opened using the Zarr archive described in Amazon's opendata registry
described at https://registry.opendata.aws/noaa-hrrr-pds/.
# Examples