Brian Blaylock

Results 123 issues of Brian Blaylock

Didn't realize [open_mfdataset](https://docs.xarray.dev/en/stable/generated/xarray.open_mfdataset.html) existed until today. It might be useful for loading multiple files with FastHerbie instead of manually combining them with `xr.combine_nested`. Still need to learn more about it....

enhancement

### Discussed in https://github.com/blaylockbk/Herbie/discussions/116 Originally posted by **csteele2** November 1, 2022 I was trying to use Herbie to easily download and process the european ensemble data. Not sure if I...

bug
ECMWF

After updating the GEFS model template (see #132), I realized I should also update the GFS model template to match in style and completeness.

I would like to make changes to the way the config file is used, like as the ability to change the config values temporarily (adjust the defaults inside a single...

Ok, so I saw [this](https://www.linkedin.com/posts/joxtoby_oxtobytes-activity-7003785558401384448-G_Gc?utm_source=share&utm_medium=member_desktop) on LinkedIn and it would be super helpful for Herbie... ![image](https://user-images.githubusercontent.com/6249613/205761663-d419d541-3cb3-4888-9e6d-b9fc1fb3c2b8.png) This python package would enable Herbie to subset data even when an index file...

Codespaces just rolled out. Let's see what I can use it for. 60 free hours seems like plenty of free compute time to check bugs and some development work...without needing...

```python G = GOES(satellite=16, product="GLM").latest() G.FOV.full_disk # OUT # RuntimeError: error initializing 'FOV' accessor. ```

The docs need a lot of work given some updates. Also could use some general code cleanup.

As discussed in #53, the split window difference is not an RGB and to avoid confusion it should be removed. - Where should it be moved? Into a new accessor...

Can my legacy download pages at the University of Utah be recreated using only GitHub pages? - https://home.chpc.utah.edu/~u0553130/Brian_Blaylock/cgi-bin/generic_AWS_download.cgi - https://home.chpc.utah.edu/~u0553130/Brian_Blaylock/cgi-bin/goes16_download.cgi Would need some help with the JavaScript and web design....

help wanted