From c0bd05aca062476adcad804d2cd51b5524e6db62 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 6 Jun 2024 10:06:36 -0400 Subject: [PATCH] Add Herbie documentation to gallery --- portal/resource_gallery.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/portal/resource_gallery.yaml b/portal/resource_gallery.yaml index 54ad7d966..8ce404782 100644 --- a/portal/resource_gallery.yaml +++ b/portal/resource_gallery.yaml @@ -1509,3 +1509,20 @@ domains: - data visualization - remote sensing + +- title: 'Herbie: Retrieve NWP Model Data' + url: https://herbie.readthedocs.io/ + description: | + Herbie is a python package that downloads recent and archived numerical weather prediction (NWP) model output from different cloud archive sources. Its most popular capability is to download HRRR model data. NWP data in the GRIB2 format can be read with xarray+cfgrib. + authors: + - name: Brian Blaylock + tags: + packages: + - xarray + - cfgrib + formats: + - documentation + - tutorial + domains: + - atmospheric science + - numerical weather prediction