Bryan Guarente
Bryan Guarente
Brian, Glad you are trying this out. I tried but failed pretty miserably. There are no grib index files so your methodology seems to fail this dataset. I am sure...
@blaylockbk yeah, they only put one variable in each file. It is an interesting methodology, but would be super fast to get to a single output. I have a list...
All variables available for GDPS at f006: "ABSV_IBSL_[0-9][0-9][0-9]" --> Absolute Vorticity on Isobaric surface [1015, 1000, 985, 975, 950, 925, 900, 875, 850, 800, 750, 700, 650, 600, 550, 500,...
Didn't see you had updated this last month. Probably around the exact same time, I wrote up some GEFS code for the real-time atmos and wave model data. I just...
All of the CMC GEM models are all in Herbie already. They just aren't called the GEM. The GDPS is the Global model (model_gem_global), the RDPS is the regional model...
Based on this one line of code that I see: G = GOES(satellite=18, product="ABI-L1b-RadF", domain="C").nearesttime("2025-10-26 18:00") you are trying to grab CONUS data (domain), but trying to grab the Full...
GOES-19 does work, and setting the satellite to 19 should do it for you. I just ran one now via the most recent GOES2Go pull from pypi and it worked...