Go to file
2019-07-16 16:29:06 -06:00
.github
cmake
conda.recipe
dap4_test Fix additional big-endian machine error in dap4. 2019-02-15 11:36:29 -07:00
debug Merge pull request #1410 from Unidata/ansifix2.dmh 2019-07-09 12:57:31 -06:00
docs Corrected mistake regarding which version of Visual Studio is being used to build the libraries. 2019-06-17 14:41:50 -06:00
examples comment 2019-07-04 13:47:14 -06:00
h5_test Minor config.h changes to support filters in Fortran 2019-04-29 16:36:08 -06:00
hdf4_test
include removed unused prototype 2019-07-16 16:02:08 -06:00
libdap2 Centralize calls to curl_global_init and curl_global_cleanup 2019-05-03 13:22:54 -06:00
libdap4 Centralize calls to curl_global_init and curl_global_cleanup 2019-05-03 13:22:54 -06:00
libdispatch Merge pull request #1432 from NetCDF-World-Domination-Council/ejh_dispatch 2019-07-09 12:58:28 -06:00
libhdf4 moved call to nc4_rec_grp_del() to inside nc4_nc4f_list_del() 2019-07-16 16:29:06 -06:00
libhdf5 moved call to nc4_rec_grp_del() to inside nc4_nc4f_list_del() 2019-07-16 16:29:06 -06:00
liblib changes to support build of libsrc4 without libhdf5 2019-05-22 07:50:12 -06:00
libsrc Fix typo in mmapio.c 2019-05-04 21:09:59 -06:00
libsrc4 moved call to nc4_rec_grp_del() to inside nc4_nc4f_list_del() 2019-07-16 16:29:06 -06:00
libsrcp Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
nc_perf Restore nc_perf/CMakeLists.txt 2019-05-25 12:15:56 -06:00
nc_test undid unnecessary changes to Makefile.am 2019-06-30 05:12:22 -06:00
nc_test4 using netcdf_dispatch.h in tst_udf.c 2019-07-05 05:24:29 -06:00
ncdap_test Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
ncdump changed c++ style comments into c comments 2019-06-30 09:07:29 -06:00
ncgen Fix cmake X mmap 2019-04-19 20:32:26 -06:00
ncgen3 Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
nctest
oc2 Centralize calls to curl_global_init and curl_global_cleanup 2019-05-03 13:22:54 -06:00
plugins Merge pull request #1387 from Unidata/fixffilter.dmh 2019-05-01 14:44:53 -06:00
.gitignore
.travis.yml Merge pull request #1385 from Unidata/mmapfix.dmh 2019-05-02 11:09:12 -06:00
acinclude.m4
appveyor.yml Fix cmake X mmap 2019-04-19 20:32:26 -06:00
bootstrap
cmake_uninstall.cmake.in
CMakeInstallation.cmake
CMakeLists.txt Merge pull request #1385 from Unidata/mmapfix.dmh 2019-05-02 11:09:12 -06:00
CODE_OF_CONDUCT.md
COMPILE.cmake.txt
config.h.cmake.in Minor config.h changes to support filters in Fortran 2019-04-29 16:36:08 -06:00
config.h.cmake.in.old-works
configure.ac Merge pull request #1410 from Unidata/ansifix2.dmh 2019-07-09 12:57:31 -06:00
CONTRIBUTING.md
COPYRIGHT
CTestConfig.cmake.in
CTestCustom.cmake
dods.m4
FixBundle.cmake.in
INSTALL.md
lib_flags.am
libnetcdf.settings.in Master merge, conflict resolution, cleanup 2019-02-24 16:54:13 -07:00
Makefile.am adding nc_perf directory 2019-03-17 08:06:02 -06:00
mclean
nc-config.cmake.in Fixed line return issue. 2019-04-08 15:05:26 -06:00
nc-config.in Fixed line return issue. 2019-04-08 15:05:26 -06:00
netcdf.pc.in Fix typo, exploring solution to https://github.com/Unidata/netcdf-c/issues/1324 2019-02-27 14:14:53 -07:00
netCDFConfig.cmake.in
PostInstall.cmake
postinstall.sh.in
README.md
RELEASE_NOTES.md Updated release notes. 2019-04-29 10:54:12 -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.