Go to file
2022-02-22 16:03:58 -07:00
.github CI: Update HDF5 testing 1.8.21 --> 1.8.22 2022-01-31 15:14:29 -07:00
cmake
conda.recipe
ctest_scripts
dap4_test Merge branch 'main' into mingw-w64-strcasecmp 2022-01-11 10:45:15 +11:00
docs Modify cmakelists.txt to generate oc2 auth html file whenever a doxygen-enabled build is run. 2022-01-27 13:09:52 -07:00
examples docs migration, part 2 2021-11-11 10:55:52 -07:00
fuzz Cleaning up make dist, it's generating tarballs that don't work with cmake. 2022-02-01 11:40:01 -07:00
h5_test
hdf4_test
include Fix conflicts with main 2022-01-28 13:12:03 -07:00
libdap2 Fix various problem around VLEN's 2022-01-08 18:30:00 -07:00
libdap4 Add complete bitgroom support to NCZarr 2022-01-24 15:22:24 -07:00
libdispatch Merge pull request #2197 from DennisHeimbigner/zquantize.dmh 2022-01-28 16:20:00 -07:00
libhdf4
libhdf5 hdf5set_format_compatibility.c: Function docs. 2022-02-01 09:58:36 -07:00
liblib Correct the accidental removal of NOUNDEFINED, as reported in https://github.com/Unidata/netcdf-c/issues/2196 2022-01-28 16:46:23 -07:00
libncpoco Merge pull request #2145 from oxelson/docs 2022-01-19 15:46:20 -07:00
libncxml Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
libnczarr Cleaning up make dist, it's generating tarballs that don't work with cmake. 2022-02-01 11:40:01 -07:00
libsrc Add complete bitgroom support to NCZarr 2022-01-24 15:22:24 -07:00
libsrc4 better handling of logging for parallel I/O builds 2022-02-04 14:38:25 -07:00
libsrcp
nc_perf Merge pull request #2156 from edwardhartnett/ejh_t1 2022-01-18 17:02:30 -07:00
nc_test Fix conflicts with main 2022-01-28 13:12:03 -07:00
nc_test4 turned logging back on in one test 2022-02-04 14:46:28 -07:00
ncdap_test Merge branch 'stratus.dmh' of https://github.com/DennisHeimbigner/netcdf-c into gh2152.wif 2022-01-25 11:20:20 -07:00
ncdump Adding a missing reference file. 2022-02-01 11:48:27 -07:00
ncgen Fix conflicts with main 2022-01-28 13:12:03 -07:00
ncgen3 More cleanup. 2022-01-24 15:01:23 -07:00
nctest Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
nczarr_test Cleaning up make dist, it's generating tarballs that don't work with cmake. 2022-02-01 11:40:01 -07:00
NUG
oc2 Merge pull request #2145 from oxelson/docs 2022-01-19 15:46:20 -07:00
plugins Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
unit_test Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
.gitignore intellij 2021-11-11 10:43:04 -07:00
acinclude.m4 Add complete bitgroom support to NCZarr 2022-01-24 15:22:24 -07:00
appveyor.yml
bootstrap
cmake_uninstall.cmake.in
CMakeInstallation.cmake Update CMakeInstallation.cmake 2022-01-19 14:35:32 -07:00
CMakeLists.txt CMake: CMP0075 requires CMake >= 3.12. 2022-02-07 11:15:08 -05:00
COMPILE.cmake.txt
config.h.cmake.in Merge branch 'main' into mingw-w64-strcasecmp 2022-01-11 10:45:15 +11:00
config.h.cmake.in.old-works
configure.ac Merge branch 'main' into vlenfix.dmh 2022-01-13 16:31:34 -07:00
COPYRIGHT
CTestConfig.cmake.in
CTestCustom.cmake
dods.m4
FixBundle.cmake.in
INSTALL.md docs migration, part 2 2021-11-11 10:55:52 -07:00
lib_flags.am
libnetcdf.settings.in
Makefile.am Cleaning up make dist, it's generating tarballs that don't work with cmake. 2022-02-01 11:40:01 -07:00
mclean
nc-config.cmake.in
nc-config.in
netcdf.pc.in Docs migration 2021-11-11 10:47:49 -07:00
netCDFConfig.cmake.in
PostInstall.cmake
postinstall.sh.in
README.md docs cleanup 2021-11-11 11:40:45 -07:00
RELEASE_NOTES.md Release notes for #2176, format compatibility 2022-02-01 12:05:27 -07:00
test_common.in Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
test_prog.c
test-driver-verbose Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
wjna

Unidata NetCDF

Build Status Coverity Scan Build Status

About

The Unidata network Common Data Form (netCDF) 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. The current netCDF software provides C interfaces for applications and data. Separate software distributions available from Unidata provide Java, Fortran, Python, and C++ interfaces. They have been tested on various common platforms.

Properties

NetCDF files are self-describing, network-transparent, directly accessible, and extendible. Self-describing means that a netCDF file includes information about the data it contains. Network-transparent means that a netCDF file is represented in a form that can be accessed by computers with different ways of storing integers, characters, and floating-point numbers. Direct-access means that a small subset of a large dataset may be accessed efficiently, without first reading through all the preceding data. Extendible means that data can be appended to a netCDF dataset without copying it or redefining its structure.

Use

NetCDF is useful for supporting access to diverse kinds of scientific data in heterogeneous networking environments and for writing application software that does not depend on application-specific formats. For information about a variety of analysis and display packages that have been developed to analyze and display data in netCDF form, see

More information

For more information about netCDF, see

Latest releases

You can obtain a copy of the latest released version of netCDF software for various languages:

Copyright and licensing information can be found here, as well as in the COPYRIGHT file accompanying the software

Installation

To install the netCDF-C software, please see the file INSTALL in the netCDF-C distribution, or the (usually more up-to-date) document:

Documentation

A language-independent User's Guide for netCDF, and some other language-specific user-level documents are available from:

A mailing list, netcdfgroup@unidata.ucar.edu, exists for discussion of the netCDF interface and announcements about netCDF bugs, fixes, and enhancements. For information about how to subscribe, see the URL

Feedback

We appreciate feedback from users of this package. Please send comments, suggestions, and bug reports to support-netcdf@unidata.ucar.edu.