Bart Schilperoort
Bart Schilperoort
You're correct, Bouwe. I'll modify the top post. For additional discussion, I have found this nice overview of python packaging options: https://chriswarrick.com/blog/2023/01/15/how-to-improve-python-packaging/#tooling-proliferation-and-the-python-package-authority That article also raises an important point of...
That specific workflow is outdated. It is now possible to set up github as a "trusted publisher" so no personal tokens are required anymore. https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
Yes, they were both installed using pip, which grabbed the binary wheels.
Hi Deepak, thank you for your reply. > The easier way: You'll have to decompose the problem and compute each unique item and associated count in `chunk` (like you already...
Hi Deepak, thank you for your replies and the modifications to the code. I am currently too busy with other projects to focus on this, but I will get back...
> When I write the PR, may I tag you on it for review and approval? Yeah feel free to tag me. > We've thought about deprecating get_grid_size universally in...
Thanks for your reply. I posted it here because I am not sure if it's an ESMF or xESMF issue. I guess posting it there won't hurt. I am working...
Hi Frederik, Having separate downloads for netCDF and csv would already be much better. However, separate files for each basin still isn't ideal as it adds a lot of overhead...
I saw the ARCO-ERA5 dataset from Google some time back (https://github.com/google-research/arco-era5), it could be nice if Caravan would be accessible in the same way (as a Zarr store on Google...
``` git clone [email protected]:dtscalibration/python-dts-calibration.git cd python-dts-calibration python3.10 -m venv .venv source .venv/bin/activate pip install -e .[dev] which hatch # returns correct path hatch run fast-test ``` returns `no module named...