Go to file
2020-08-12 15:08:42 -06:00
.github
cmake
conda.recipe
ctest_scripts
dap4_test
debug Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
docs
examples
h5_test added tst_h_par_compress to CMake build 2020-07-08 13:26:50 -06:00
hdf4_test
include Define isnan and isinf for OSX 2020-08-04 19:22:42 -06:00
libdap2 Merge pull request #1759 from brianmckenna/CES_FCN 2020-07-14 17:35:37 -06:00
libdap4 This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
libdispatch Define isnan and isinf for OSX 2020-08-04 19:22:42 -06:00
libhdf4
libhdf5 Convert filename from ANSI to UTF-8 before calling HDF5. 2020-07-14 22:44:42 +09:00
liblib Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
libnczarr cleanup some LOOK code 2020-08-06 14:01:46 -06:00
libsrc
libsrc4
libsrcp
nc_perf getting tst_gfs_data_1 ready to merge 2020-07-08 14:20:42 -06:00
nc_test This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
nc_test4 Remove test since file was moved to nc_perf 2020-07-10 15:14:12 -06:00
ncdap_test
ncdump Merge branch 'master' into nczarr-update1.dmh 2020-07-27 19:17:57 -06:00
ncgen Fix items in netcdf_meta.h 2020-08-04 17:31:24 -06:00
ncgen3 Merge branch 'master' into nczarr-update1.dmh 2020-08-12 15:08:42 -06:00
nctest
nczarr_test Move closer to getting S3 support work with CMake under Visual 2020-07-14 19:24:20 -06:00
NUG Move closer to getting S3 support work with CMake under Visual 2020-07-14 19:24:20 -06:00
oc2 Fix LGTM errors and S3 mis-configuration 2020-06-28 19:53:40 -06:00
plugins Fix items in netcdf_meta.h 2020-08-04 17:31:24 -06:00
unit_test Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
.gitignore
.travis.yml
acinclude.m4
appveyor.yml
bootstrap
cmake_uninstall.cmake.in
CMakeInstallation.cmake
CMakeLists.txt Merge branch 'nczarr-update1.dmh' of https://github.com/DennisHeimbigner/netcdf-c into nczarr-update1.dmh 2020-08-04 17:31:39 -06:00
COMPILE.cmake.txt
config.h.cmake.in Move closer to getting S3 support work with CMake under Visual 2020-07-14 19:24:20 -06:00
config.h.cmake.in.old-works
configure.ac Merge branch 'nczarr-update1.dmh' of https://github.com/DennisHeimbigner/netcdf-c into nczarr-update1.dmh 2020-08-04 17:31:39 -06:00
COPYRIGHT
CTestConfig.cmake.in
CTestCustom.cmake
dods.m4
FixBundle.cmake.in
INSTALL.md
lib_flags.am Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
libnetcdf.settings.in Fix items in netcdf_meta.h 2020-08-04 17:31:24 -06:00
Makefile.am Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
mclean
nc-config.cmake.in
nc-config.in Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
netcdf.pc.in
netCDFConfig.cmake.in
PostInstall.cmake
postinstall.sh.in Fix typo postinstall. 2020-08-06 15:27:20 -04:00
README.md
RELEASE_NOTES.md Add fix to release notes. 2020-07-22 12:52:53 -06:00
test_common.in
test_prog.c
test-driver-verbose
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.