Brian Blaylock

Results 120 comments of Brian Blaylock

I like the idea of cleaning up the unnecessary `/_build` directory; sounds like if I keep doing the same, the repo will just keep getting bigger. I found this tool...

I appreciate the contribution. Zarr access is something I've wanted to add to Herbie (especially abstracting access to the HRRR Zarr dataset[^1][^2]). This is a bit to digest at the...

I asked ChatGPT to do the same but like how matplotlib rc_params are set --- To allow a user to temporarily update config attributes in a way similar to how...

- [ ] Herbie will need to skip looking for an index file (use a `try...except` block??) which it always tries to look for online. - [ ] Herbie should...

Great idea! This should be easy to do, just need to update the GEFS model template to include the "regular" URLS. https://github.com/blaylockbk/Herbie/blob/main/herbie/models/gefs.py I'll try to get to this this week.

I reopened this because I want to do more testing and verify it works for more cases than I tested.

I'll wait for Datatree to be merged and released with xarray.

Actually, I think `step` should be used instead of `lead` to match cfgrib. I don't want to use conflicting terminology from the package Herbie relys on.

Can you provide more details on what your Herbie object is? I can't reproduce with - Python 3.11.3 - Metpy 1.4.1 - xarray 2023.2.0 - Herbie 2023.3.0 This worked ```python...

I believe I implemented the "picking values from points" accessor better in the new `ds.herbie.pick_points` accessor released in version 2024.5.0. Check it out here https://herbie.readthedocs.io/en/latest/user_guide/tutorial/accessor_notebooks/pick_points.html Let me know if you...