Bart Schilperoort
Bart Schilperoort
Currently, the template is set up to build the package with setuptools. ~~However, the [current advise on packaging.python.org](https://packaging.python.org/en/latest/tutorials/packaging-projects/#creating-pyproject-toml) is to use hatchling. (related to #318)~~ _Edit: The default option is...
**Affects:** JuliaCall **Describe the bug** When using a conda/mamba environment and juliacall I encountered an issue when NetCDF files are read by the julia code. When trying to read the...
System info: - OS: Linux Mint - Python version: 3.10 - python-netCDF4 version: 1.6.4 When trying to read an OpenDAP url with netCDF4==1.6.4, I get the following error: ```sh Cookie...
To avoid retrying downloads (as they corrupt my request #66 ), I attempted to set `retry_max=0` in the client definition. However, this causes cdsapi to fail completely. I believe the...
When trying to download [fapar LAI ](https://cds.climate.copernicus.eu/cdsapp#!/dataset/satellite-lai-fapar)data from the CDS using this package, I encountered a (short) loss of internet connection. This caused the following error: > `2023-02-28 11:50:27,112 ERROR...
Hi! Thanks for developing Flox, it has been quite useful in our workflows. We have been working on a method to reduce categorical data using flox, using a "most common"...
In the [model grid overview](https://bmi.readthedocs.io/en/stable/model_grids.html#unstructured-grids) for unstructured grids, the function `get_grid_size` is not listed. However, in the [SIDL overview](https://bmi.readthedocs.io/en/stable/#get-grid-size) it states the following: > This function is needed for every...
To avoid any conda dependencies, I am working on writing some regridding methods in xarray (with dask and flox). However, I noticed a structural difference between the bilinear interpolation as...
Thanks for working on this and putting the data online! For our [ewatercycle](https://www.ewatercycle.org/) project we wanted easier access to the separate basins contained in the Caravans dataset. A data hosting...
It could be nice to be able to run the calibration routines using a command line interface. The calibration configuration could be specified in a yaml configuration file, for example:...