netcdf4-python icon indicating copy to clipboard operation
netcdf4-python copied to clipboard

netcdf4-python: python/numpy interface to the netCDF C library

Results 155 netcdf4-python issues
Sort by recently updated
recently updated
newest added

Introducing an [in-tree build backend](https://peps.python.org/pep-0517/#in-tree-build-backends) which programmatically detects whether NetCDF4 supports parallel I/O, and if so adds MPI4Py to the list of build dependencies. The custom backend is a very...

Operating system: MacOS Mojave 10.14.6 netCDF4 Version: 1.6.5 Python 3.11.4 unable to import netCDF4: ``` >>> import netCDF4 Traceback (most recent call last): File "", line 1, in File "/Users/easy/co/descartes/venv/lib/python3.11/site-packages/netCDF4/__init__.py",...

Closes: #1298 Lots of this PR was stolen from https://github.com/Unidata/netcdf4-python/pull/1279 Notice: I intentionally reversed the import behavior of `__init__.py` and `_netCDF4.pyx` in the stubs. This should be more in line...

To report a non-security related issue, please provide: * the version of the software with which you are encountering an issue netcdf4-python 1.6.5, netcdf-c '4.9.2 of Dec 10 2023 17:23:27...

Installing `netCDF4` (GitHub version with commit [f9dc8b2](https://github.com/Unidata/netcdf4-python/commit/f9dc8b2e0ebfc80e876686903adc9476780e9c68)) inside a virtual environment using `pip install` causes an error complaining about the lack of `mpi4py` package. This error is thrown at the...

To report a non-security related issue, please provide: * the version of the software with which you are encountering an issue: 1.6.5 * environmental information (i.e. Operating System, compiler info,...

Hi, To access CMEMS data-sources we use .netrc and .dodsrc, however it seems that versions post netcdf-1.6.1 no longer reads these files. Downgrading works fine. We use python-netcdf4 from conda-forge....

Since static typing has come a long way in python, it would be nice if you could add static type hints to netCDF4. There has already been some work done...

This should prevent a regression in https://github.com/Unidata/netcdf4-python/issues/1265 and complements @mwtoews https://github.com/Unidata/netcdf4-python/pull/1266. Note that the use of pre-commits has a learning curve and while I would advocate to a even heavier...

This is just a proof of concept to see if we can build wheels here. We probably want to build out own hdf5 and netcdf-c b/c the ones from CentOS...