python-netcdf4 1.6.0
Python/numpy interface to the netCDF library
Netcdf4-python is a Python interface to the netCDF C library. netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients. The API is modelled after Scientific.IO.NetCDF
, and should be familiar to users of that module.
- Outputs:
out
- Website: https://github.com/Unidata/netcdf4-python
- Licenses: Expat · ISC
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-netcdf4 1.6.0
as follows:
guix install python-netcdf4@1.6.0
Or install the latest version:
guix install python-netcdf4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.