Brian Blaylock
Brian Blaylock
https://pdm-project.org/en/latest/ Also, someone's opinion: https://www.stuartellis.name/articles/python-modern-practices/#avoid-using-poetry
Note to self...I'm leaning toward using hatch: https://hatch.pypa.io/latest/ I'm trying it in SynopticPy https://github.com/blaylockbk/SynopticPy/tree/56-rewrite-using-polars Other reference: https://www.pyopensci.org/python-package-guide/package-structure-code/python-package-build-tools.html
Haha, now I want to try pixi (because it supports conda packages, which Herbie requires for reading grib2 files) https://prefix.dev/
Hi @jerrylin96, Glad you like Herbie. I haven't experienced this error before, that I can remember. Can you give any more details, like how are you using Herbie (what commands...
> We talk about permissions and provide some ways to fix that in: > > https://github.com/actions/upload-pages-artifact?tab=readme-ov-file#file-permissions Link is actually https://github.com/actions/upload-pages-artifact/tree/v1.0.10?tab=readme-ov-file#file-permissions. Setting the file permissions for my upload folder with `chmod...
Ah, this is an issue with the Carpenter_Workshop using a deprecated matplotlib feature. I would not import `from toolbox.cartopy_tools import common_features, pc` and just make a cartopy map manually.
> I've noticed that FastHerbie doesn't seem to download multiple grib files at once if I use the FH.xarray('search_string') convention. Yes, this is expected. When I first implemented multi-downloads in...
Can you provide more details about this change? I haven't heard about it. I'm not sure what a SAS token is.
Found this https://confluence.ecmwf.int/plugins/servlet/mobile?contentId=272310539#content/view/272310539 Which points to this... https://planetarycomputer.microsoft.com/docs/concepts/sas/ Not sure yet how to implement this in Herbie right now. Sounds like we will need to depend on the planetary-computer python...
Actually, maybe we just need to make a call to the token endpoint to the file we are trying to download. Maybe if azure is in Herbie source priority list,...