This page demonstrates Python tips and tricks that I use in my everyday programming as an atmospheric science graduate student.
-Brian Blaylock

Showing posts with label grib2. Show all posts
Showing posts with label grib2. Show all posts

Friday, November 15, 2019

Pygrib now on Windows via anaconda conda-forge

I was very excited to hear this news that pygrib is now available on Windows...



I gave it a try, and it seems to open HRRR grib2 files just fine. This means my HRRR_Pando scripts will work on a Windows machine now. Happy day!

Friday, November 11, 2016

Verifying GFS dewpoint data with MesoWest observations

For a class assignment, I needed to verify GFS model output with MesoWest data. I used pygrib to read in the grib file, then used some custom functions that grab data from the MesoWest API.

Here is the output figures and my code.


The output:







gist: