netcdf4-python
netcdf4-python copied to clipboard
netcdf4-python: python/numpy interface to the netCDF C library
We have noticed a very significant degradation in read performance from version 1.7 of the netcdf4-python, at least reading certain files. The culprit seems to be the bundled netcdf library...
https://github.com/Unidata/netcdf-c/pull/3034 adds the ability to set the search path for the compression plugins programatically. This will be included in version 4.9.3 of the C lib. We should add this to...
NetCDF4 version 1.7.2 does not include a python 3.13 wheel for Mac OS 13/ARM. Would it be possible to add this to the release, to make it easily pip-installable for...
To report a non-security related issue, please provide: * the version of the software with which you are encountering an issue netcdf4 1.7.1 nompi_py311hae66bec_102 conda-forge * environmental information (i.e. Operating...
The NUG indicates that strings (dimension and variable names, anyway) should be NFC normalized. """ ... names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for...