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

python 3.7 netcdf4 (1.5.1.2) We are struggling to update some old python2.7 code that used 'c' variable types for char arrays. When creating a variable of type 'S1' is it...

netcdf4 version: 1.5.1.2 python versions tested: 3.5.6, 3.7.3 OS: Ubuntu18.04 I am able to rename a variable as long as it is in the "root" group. If the variable is...

Hey all, I've been working on some code to convert binary image datasets into NetCDF format. The motivation behind this work is to aid users of these images by creating...

I encounter the following problem on Ubuntu 18.04 with conda and python 3.6-3.8 (not with Python2). libnetcdf version is 4.7.1, and is locked since I need gdal simultaneously. The following...

I am trying to do incremental work in a nc file (each element takes a considerable amount of time, so I would like to do them when I have the...

I am trying to debug https://github.com/Unidata/netcdf4-python/issues/814 and for that I would like to cythonize the sources with debugging information as suggested in https://cython.readthedocs.io/en/latest/src/userguide/debugging.html#debugging-your-cython-program. However, since https://github.com/Unidata/netcdf4-python/commit/afaf0fa68ad96fda272a33cb00433681dd6245bd#diff-2eeaed663bd0d25b7e608891384b7298, `cythonize` is not used...

I've run into a problem when using the relatively new functionality of creating a netCDF4 file in memory, then writing the memory to a file on closure of the netCDF...

Using the new facility for writing a netCDF file into memory and then recovering the memory buffer on close of the dataset, and then writing the memory to disk always...

Unidata has already [publicly committed](https://www.unidata.ucar.edu/blogs/developer/entry/timeline-for-dropping-support-for) to drop Python 2 support from its projects by January 1, 2020, and many of the project's core dependencies (Numpy, Cython, etc) have or will...

I'm using netCDF4 version 1.4.0 with Python 3.6.5 on Windows 10 to get data from an OPeNDAP endpoint from a THREDDS Data Server. I've noticed that above a certain size...