Brian Blaylock
Brian Blaylock
Sure thing. GRIB2 stands for "Gridded Binary version 2" and is a standard used in the meteorology community for numerical weather prediction. Here are some references on ECMWF's tool called...
Hi @GloriaYY, Glad you like using Herbie. Thanks for the poke; this is something I've been meaning to do for some time. For now, there is a workaround...take a look...
Note to self...It shouldn't be too hard to add an argument `name` to download that modifies the self.LOCALFILE attribute. Users could set `name='my-name'` or even use Herbie attributes `name=f"{H.model}_{H.DATE:%Y%M%D%H}_my-name"`.
Great work! It will be nice to handle optional features in a better way. This is a big-ish change to the codebase, so I want to get this right. >...
Yeah. I'm liking the simple try/except much better. One comment, when I only install the required dependencies and then do `from herbie import Herbie`, then I get all the warnings...
In 4117fae I moved the optional dependency imports into the accessor methods that use them. Do you see any potential issues moving them there? I tested a few examples, and...
Hi @rafa-guedes, Glad you find Herbie useful. Yes, this is something I have thought about too, but never bothered to do it since I use Cartopy all the time. I...
Also, `pick_points` needs to have `to_360` applied to all latitude/longitude values for consistency and benefit plotting.
Sure. Is it possible to share a file via email so it's not public?
Thanks @sandorkertesz for looking into this. I'll try your suggestion with flat=True for the individual messages. How did you produce this view? Is this with metview? 