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

Any news regarding NETCDF4 support in MFnetCDF4 ? Now, if anyone tried to load several NETCDF4 with mfdataset there is an error: ValueError: MFNetCDF4 only works with NETCDF3_CLASSIC, NETCDF3_64BIT and...

Data is in the latest versions masked when outside . But apparently this does not work for variables where scale and offset is given, since the valid-checks seem to be...

As nobody over at https://github.com/Unidata/netcdftime seems to react and I would like to have that fixed at some point, I'm now shamelessly posting the issue here as well. Please have...

Opening a `Dataset`, and then subsequently closing it causes later access to `locals()` or `globals()` to raise `RuntimeError: NetCDF: Not a valid ID.` This occurs when a `with` block goes...

I have one file of MODIS-Terra Level-2 MOD11_L2.A2003090.0450.006.2015187194709.hdf This file related to the land surface temperature (LST). I need to convert this file into netCDF using python script with NCL....

by default setup.py will use nc-config to detect all the include paths to use when cythonizing the pyx file. This is not completely correct because nc-config will only include headers...

@shoyer has suggested creating separate low and high level interfaces, similar to what h5py has now. The high-level interface would be what we have now, but the low-level interface would...

I have a large dataset with a variable I'm trying to read. ```python dataset = netCDF4.Dataset(state) var = dataset[flow] print var ``` Shows the variable correctly: ``` float64 channelSurfacewaterChannelNeighborsFlowRate(instances, channelElements,...

I'm in the process of merging a pull request submitted by Wei-Keng Liao (full history here: https://github.com/Unidata/netcdf-c/pull/319 working branch is ghpull-375). Regression tests on the branch result in the following...

When a netcdftime datetime object is unable to be compared to another object, the `__richcmp__` method raises a `TypeError`. In previous versions of the module the method would return `NotImplemented`,...