Brian Blaylock
Brian Blaylock
I'm inclined to re-write this using Polars. I love Polars! - [x] Load data into Polars DataFrames. - [ ] Timeseries data will return be in one dataframe rather than...
Yeah, I've learned my lesson on this. `assert` is really only used for writing tests. I should have been using `raise` to raise the errors.
Ran into an issue with Windows ``` UnicodeEncodeError: 'charmap' ... ``` This happens in data.py:225 and other with emojis.
https://www.python-httpx.org/ No particular reason except httpx looks to be a modern replacement.
I keep looking for grib table data (wgrib2-style variable names) and would like to just have this info in the Herbie docs. The reference should be useful for people making...
https://docs.readthedocs.io/en/stable/guides/technical-docs-seo-guide.html I'd like Herbie to be a top search result when someone searches something like "download GFS"
Looks like the docstrings need a read-through and fix them so they all render correctly in the sphinx docs.
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
This PR is a complete re-write of SynopticPy using Polars. I'm very fond of Polars. ### ⚠️ This is a 100% breaking change. Reasons: 1. Improve Maintainability 2. More complete...
In a conda environment, I updated to numpy 2.1.0, but it downgraded xemsf to 0.3.0. Wondered if anyone else gets this behavior and if there is a known reason.