nc-config
Development files for netcdf
Install
- All systems
-
curl cmd.cat/nc-config.sh
- Debian
-
apt-get install netcdf-bin
- Ubuntu
-
apt-get install netcdf-bin
- Arch Linux
-
pacman -S netcdf-openmpi
- Kali Linux
-
apt-get install libnetcdf-dev
- Fedora
-
dnf install netcdf-openmpi-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install netcdf-bin
- Raspbian
-
apt-get install netcdf-bin
- Dockerfile
- dockerfile.run/nc-config
netcdf-devel
Development files for netcdf
netcdf-mpich-devel
NetCDF mpich development files
netcdf-openmpi-devel
NetCDF openmpi development files
libnetcdf-dev
Development kit for NetCDF
NetCDF (network Common Data Form) is an interface for scientific data access and a freely-distributed software library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. This package includes everything needed for developing in C, C++, Fortran 77, and Fortran 90.
netcdf-bin
Programs for reading and writing NetCDF files
Contains the programs ncdump and ncgen which convert NetCDF files to ASCII and back, respectively. NetCDF (network Common Data Form) is an interface for scientific data access and a freely-distributed software library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data.