Brian Blaylock

Results 111 comments of Brian Blaylock

Hi @zmcfire, Glad you like using GOES-2-go. I have been pleasantly surprised how many people find this package useful. I'm not able to reproduce you error with the current main...

Hi @najiya-12, thanks for your question. goes2go doesn't currently have this capability and I'm not currenlty planning to implement this (pull request is welcome!). goes2go _can_ give you a list...

Hi @akumler, Thanks for pointing out this issue. I started writing a new `FastHerbie()` class that _might_ not have this problem. I haven't found time to add documentation for it...

Yep, I have thought about building in the ability to create a local index file if one is not found on the network and if wgrib2 is installed. This is...

Hi @karlwx, I'll have to find some time to look into this. One thing to remember: **wgrib2** can only make an index of a local file. If there isn't an...

This is interesting: https://forum.mmm.ucar.edu/threads/why-do-i-see-fatal-error-statistical-processing-bad-n-0-when-using-the-wgrib2-utility-on-my-upp-output.9214/ > This error message is displayed when using more recent versions of the wgrib2 utility on files for forecast zero that contain accumulated or time-averaged fields....

also, I should consider changing the filename for subset files Change how I name subset files... ``` Instead of hrrr.t21z.wrfprsf00.grib2.subset_71498633cb14ac0f58a9efbcb28ba0029d0b823b Do this subset_71498633cb14ac0f58a9efbcb28ba0029d0b823b_hrrr.t21z.wrfprsf00.grib2. ``` `_` This will help with changing...

Thanks for reporting this @mattatwork26 and the pull request. Can you tell me the version of python and cfgrib you are using?