netcdf4-python
netcdf4-python copied to clipboard
netcdf4-python: python/numpy interface to the netCDF C library
When building the Fedora netcdf4-python package for 1.5.6 and 1.5.7 I'm getting the following test failure only on s390x: ``` netcdf4-python version: 1.5.7 HDF5 lib version: 1.10.7 netcdf lib version:...
As outlined in Unidata/netcdf-c#250 (and this [email](http://www.unidata.ucar.edu/mailing_lists/archives/netcdfgroup/2016/msg00061.html) message), the latest version of HDF5 (1.10) does not write backwards compatible hdf5 files, which means any users who builds netcdf-c against the...
We are trying to read a list of files hosted on a thredds using `nc.MFDataset` and are getting the following error > > Cookie file cannot be read and written:...
* the version of the software with which you are encountering an issue ``` >>> import netCDF4 as ncf >>> print(ncf.__version__) 1.5.3 >>> print(ncf.getlibversion()) 4.7.3 of Feb 19 2020 19:16:51...
Note sure if this of interest to you, or if this is a problem inherent to pip wheels, but: I can't get NetCDF4 to work with pip install on a...
I am using netcdf4-python version 1.5.6 built with netcdf-c version 4.7.4. netcdf-c was built using mpicc (icc version 19.0.5 and mpt version 2.22). I am running this example with miniconda3...
Hi all, for me it is surprising, that the return of `nc.variables[foo][:]` is either a ndarray or a MaskedArray depending on its data content: MaskedArrays are used as long as...
segfault after update: H5D__btree_decode_key: Assertion `0 == (tmp_offset % layout->dim[u])' failed
NetCDF4: v 1.5.5.1 Python: v3.8.7 OS: Arch Linux I am working with 2D satellite data in form of NetCDF4 files. I was previously able to open every image product I...
**Version** - netCDF4-python v1.5.5.1 (branch `master` from https://github.com/Unidata/netcdf4-python) **Environment** - macOS Catalina 10.15.7 (Intel Core i7) - python 3.9 > % python3 --version > Python 3.9.1 > > % brew...
Hi, I would appreciate very much your help. I have created my env miniconda on Linux: conda create --name Python36-env python=3.6 conda activate Python36-env conda install netcdf4 Then I am...