Brian Blaylock
Brian Blaylock
Thanks for reporting this. I can't promise I'll get around to fixing it any time soon, but I'd like to get a fix in for this.
Closing this for now, but please reopen if you still have troubles installing Herbie. Note: Herbie can now be installed with conda ``` conda install -c conda-forge herbie-data ```
Yes, that is the main goal. If VS Code extension requires JS to read the data, I'm not certain there is an easy way to do that. I typically use...
FWIW, I am using `str.extract_groups` to read/parse a fwf file https://stackoverflow.com/a/78545671/2383070
Tables width display issues in the python API sphinx docs, too (I'm on Android using the Edge browser) 
Thanks for trying it and sending this feedback! If you want to take a stab at making this work better, you're welcome to make a PR. I probably won't get...
Thanks for bringing this up. The FastHerbie option isn't implemented super well. But in your example, you can look at the `H.grib` attribute. If it's `None`, then no file was...
Very nice! Yes there is a lot of potential in FastHerbie to make this easier, but right now it isn't implemented just right. The Kernel crashes when running more than...
Thanks for giving this some thought. I have thought about using multithreading to download each requested byte range (to speed up the download) and then cat them together after all...
And yes, the fact that byte ranges are unique to each file does require Herbie to read the file-specific index file to know how to get the byte ranges.