-
Hi,
Thank you for Herbie, I think this will be very useful, if only to educate people that even double precision floating point is not magic!
In many contexts of Global Navigation Satellite Sys…
-
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')
```
…
-
I'm running code from [HRRR Data](https://blaylockbk.github.io/Herbie/_build/html/user_guide/_model_notebooks/hrrr.html). It works perfectly in a local Jupyter notebook, but runs into an error on Goog…
-
the issue is as the title said.
The problems is when I download different subsets of the same model on the same date, it is hard to distinguish between them, manually renaming files can be a pain…
-
## Detailed Description
Add historical forecast data (e.g. day-ahead) to quantify forecast errors for renewables
## Context
Economic dispatch optimizations for different energy ma…
-
Check off as they are prepared:
* [x] (x + 1) - x
* [x] sqrt(x + 1) - sqrt(x)
* [x] ln(x + sqrt(x*x + 1)) (asinh)
* [x] (f(x+h)^2 - f(x)^2) / h (derivative for x^2)
@benwang33: you discussed more of …
-
The `mathjs` `.toTex()` function is used in several places (https://github.com/herbie-fp/odyssey/blob/main/src/herbie/ExpressionTable.tsx#L313C84-L313C92, https://github.com/herbie-fp/odyssey/blob/cc7…
-
https://github.com/jacobwilliams/roots-fortran/blob/60524bc4f491a50ae1b2e538e1e486551812b9db/src/root_module.F90#L2524
The excerpt below is taken from Kahaner, Moler, & Nash, Numerical Methods and …
-
### Discussed in https://github.com/blaylockbk/Herbie/discussions/213
Originally posted by **tsilas3** July 7, 2023
I know I can use `.download()` with FastHerbie to download grib files thems…
-
After using `ds.herbie.pick_points()`, the variables lose their attributes. It should probably retain them.