cfcheck
Programs for reading and writing NetCDF files
Install
- All systems
-
curl cmd.cat/cfcheck.sh
- Debian
-
apt-get install netcdf-bin
- Ubuntu
-
apt-get install netcdf-bin
- Kali Linux
-
apt-get install netcdf-bin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install netcdf-bin
- Raspbian
-
apt-get install netcdf-bin
- Dockerfile
- dockerfile.run/cfcheck
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.
netcdf-dbg
debugging symbols for NetCDF
This package contains the files that make it possible to debug the NetCDF binaries and programs that use the NetCDF libraries with a source-level debugger like gdb.