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

Current behavior: 1) for a 1D variable an empty array is returned 2) for multi-dim variables an opaque exception is raised. 3) for numpy arrays, an empty array is always...

Hello, I have to say I'm new to NetCDF4 and python in general, I've been asked to create a tool that converts from opendap file to .nc in order to...

If one tries to load data using an all-False bool array, it returns an unhelpful error message that doesn't quite describe the problem. ```python import numpy as np import netCDF4...

Users find it surprising when re-opening a modified file does not show new data. This issue from Xarray seems to also be a netCDF4-Python issue: https://github.com/pydata/xarray/issues/4862 ```python import shutil import...

Heads up guys, we are seeing some very [frequent segfaults in our CI](https://github.com/ESMValGroup/ESMValCore/actions/runs/3061149684) when we have the new, hours-old, `netCDF4=1.6.1` in our environment. It's most probably due to it, since...

version: 1.6.1 environment: Azure pipelines on ppc64le issue is visible [here](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=569146&view=logs&jobId=0aab4c9f-0c7a-539e-5140-61d4dc130be4&j=0aab4c9f-0c7a-539e-5140-61d4dc130be4&t=6a294e97-f788-5710-53f7-009f7bac450a) On conda-forge, we're trying to enable all the netcdf4 tests: https://github.com/conda-forge/netcdf4-feedstock/pull/142 This is working great except for ppc64le. We're...

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

### The version of the software with which you are encountering an issue h5netcdf version: 1.2.0 libnetcdf version: 4.9.2 netCDF4 version: 1.6.5 xarray version: 2024.2.0 ### Environmental information (i.e. Operating...

Feature request: prior to loading the `certifi` CA bundle as the default, attempt to load a custom CA bundle from a sensible environment variable such as `SSL_CERT_FILE`. --- While working...