Jeffrey Whitaker

Results 30 comments of Jeffrey Whitaker

Relevant netcdf-c issue: https://github.com/Unidata/netcdf-c/issues/2294

I tried installing the hdf5plugin module, and setting HDF5_PLUGIN_PATH to point to the installation directory. This works for zstd, but not for bzip2 and blosc (nc_inq_var_XXX does not recognize them)

`setup.py` has been modified to install the plugins (location specified by envar `NETCDF_PLUGIN_DIR`) in the package (using `data_files`). `__init__.py`. then sets `HDF5_PLUGIN_PATH` to `netCDF4.__path__`. With this, the new compression options...

Please post the data file somewhere and put the link in this issue.

@jerabaul29 we really can't make any progress on diagnosing the problem without having access to the data file. Is there any problem with providing access to the dataset?

OK, I've got the file now, thanks. Just curious why you decided to make the 'time' unlimited dimension the rightmost dimension (last in the list of dimensions for that variable)....

On MacOS with the latest github master for both netcdf4-python and netcdf-c I don't see this problem. Here's my simple test script: ``` python from netCDF4 import Dataset import tracemalloc,...

I've added python 3.11-devel to the github actions for ubuntu-latest, and all the tests pass (https://github.com/Unidata/cftime/pull/274).

typo above: will be changing the organization name to NOAA-PSL The docs [here](https://docs.github.com/es/enterprise-cloud@latest/organizations/managing-organization-settings/renaming-an-organization) suggest that the old URLs that link to projects under the old org name should still work...