ncinfo
Python 3 interface to the netCDF4 (network Common Data Form) library
Install
- All systems
-
curl cmd.cat/ncinfo.sh
- Debian
-
apt-get install python3-netcdf4
- Ubuntu
-
apt-get install python3-netcdf4
- Arch Linux
-
pacman -S python-netcdf4-openmpi
- Kali Linux
-
apt-get install python3-netcdf4
- Fedora
-
dnf install netcdf4-python
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-netcdf4
- Raspbian
-
apt-get install python3-netcdf4
- Dockerfile
- dockerfile.run/ncinfo
python3-netcdf4
Python 3 interface to the netCDF4 (network Common Data Form) 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. Most new features of netCDF 4 are implemented, such as multiple unlimited dimensions, groups and zlib data compression. All the new numeric data types (such as 64 bit and unsigned integer types) are implemented. Compound and variable length (vlen) data types are supported, but the enum and opaque data types are not. Mixtures of compound and vlen data types (compound types containing vlens, and vlens containing compound types) are not supported. This package contains the netCDF 4 module for Python 3.
netcdf4-python
Python/numpy interface to netCDF
python-netcdf4
Python interface to the netCDF4 (network Common Data Form) 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. Most new features of netCDF 4 are implemented, such as multiple unlimited dimensions, groups and zlib data compression. All the new numeric data types (such as 64 bit and unsigned integer types) are implemented. Compound and variable length (vlen) data types are supported, but the enum and opaque data types are not. Mixtures of compound and vlen data types (compound types containing vlens, and vlens containing compound types) are not supported. This package contains the netCDF 4 module for Python 2.