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

**Version** : netCDF4-python 1.6.0 **OS**: Linux **Python version**: 3.9.15 I have a set of netCDF4 files that use substantially more memory to open than expected. I’ve included a reduced-size version...

LINK : fatal error LNK1181: cannot open input file 'hdf5_hl.lib' error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.34.31933\\bin\\HostX86\\x64\\link.exe' failed with exit code 1181 ![Untitled](https://user-images.githubusercontent.com/52399298/219853180-4054ca0d-a32f-43ed-9a18-4bb09c8707d5.png)

I would like to use netCDF4-python (as backend to Xarray) to read some HDF5 files, and am unable to do so. Attempting to read the files actually crashes Python. I've...

NetCDF4 Details: ca-certificates-2022.12.7 certifi-2022.12.7 cftime-1.5.1.1 conda-22.11.1 netcdf4-1.5.7 openssl-1.1.1s pluggy-1.0.0 ruamel.yaml-0.17.21 ruamel.yaml.clib-0.2.6 Environment Information: OS - rhel centos fedora version 8.6 (Linux) Python - 3.9.12 Issue: > File "/source_code/utilities/MRMS/MRMS_animation.py", line 523,...

Version: 1.6.2 Environment: Linux, Cray Compiler with GNU, Python 3.8.5 Steps: Trying to install netcdf4 pip package on Cray system. Using: ``` $ module swap PrgEnv-cray PrgEnv-gnu $ module load...

I am trying to build netCDF4 1.6.5 from source with `pip install .`. It is failing with a `numpy` error, namely ``` Processing /home/sbasu1/Downloads/sources/netCDF4-1.6.5 Installing build dependencies ... done Getting...

Hello guys, I recently created a program that uses several libraries related in some way to geology or geospatial data, and the files that my program reads are .nc or...

This is likely an upstream bug, but I don't know how to reproduce it with netcdf-c. BitRound and BitGroom are not affected. ``` import numpy as np import netCDF4 as...

Bumps the github-actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.19.1 to 2.19.2 Release notes Sourced from pypa/cibuildwheel's releases. Version 2.19.2 🐛 Update manylinux2014 pins to versions that support...

My code saves and analyzes data in NetCDF4 format. I have no problem whatsoever with the analysis. However, when I run unit tests with `tox` on Linux I get a...