Herbie icon indicating copy to clipboard operation
Herbie copied to clipboard

Download numerical weather prediction datasets (HRRR, RAP, GFS, IFS, etc.) from NOMADS, NODD partners (Amazon, Google, Microsoft), ECMWF open data, and the University of Utah Pando Archive System.

Results 75 Herbie issues
Sort by recently updated
recently updated
newest added

The new PyData Sphinx dark theme is awesome! But how do I restore the header color? The header banner background is now white instead of tan ![image](https://user-images.githubusercontent.com/6249613/172959133-d7cbae54-20d3-49ed-91a2-722031e23026.png) https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/customizing.html?highlight=css#customize-the-css-of-light-and-dark-themes This didn't...

documentation

Hello, I am downloading multiple forecasts using `fast_Herbie_xarray()`, and so far I have successfully used it to download HRRR data. Now I am attempting to grab GFS data, but I...

When I try to open the full-grid RAP files, like `wrfprs` ```python from herbie.archive import Herbie H = Herbie('2021-7-23 00:00', model='rap', product='wrfprs') ds = H.xarray('TMP:2 m') ``` cfgrib throws an...

bug
wontfix
RAP

This would replace or expand the current herbie accessor `herbie.accessors.nearest_points`. * BallTree: https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html * Example: https://gist.github.com/benbovy/adcb7d3b14d22014444a2c57efb30696 * Discussion: https://github.com/pydata/xarray/discussions/5009 * https://github.com/benbovy/pys2index * Probably implement this xarray extension: https://github.com/xarray-contrib/xoak

enhancement
💡 Idea

(issue brought up by @danieldjewell) If you have downloaded the full GRIB2 and then run the `.xarray('HGT')` method to open a subset, it *appears* that Herbie won't subset the file...

See #58. You can do this by setting the H.LOCALFILE before doing H.download(), but this only works for downloading full files. Need to come up with a method to override...

enhancement

Xarray (and others) moved to the [calendar versioning scheme](https://calver.org/) (see https://github.com/pydata/xarray/issues/6176). I do like the versioning with a date more than the `major.minor.mirco` versioning. I would like to follow the...

There appears to be a bug in the Herbie.xarray method where the file path is not made into a string before calling cfgrib.open_datasets Logs in question: ``` 🏋🏻‍♂️ Found 2022-Feb-09...

upstream

The RAP/RUC historical files are messy to wade through. How can Herbie help manage the intricate file paths/products/model name changes by certain dates? Herbie could loop through different sources. Will...

RAP

When I open a subset from with xarray, Herbie tries to remove the file if it didn't exist before (some basic clean up). But this doesn't work on Windows ```python...

bug
windows