Go to file
2019-08-13 10:55:44 -06:00
.github
cmake
conda.recipe
dap4_test
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 more changes for user-defined formats 2019-08-03 18:33:43 -06:00
libdap2 removed NC from open in dispatch table 2019-08-01 14:30:20 -06:00
libdap4 removed NC from open in dispatch table 2019-08-01 14:30:20 -06:00
libdispatch only run slow nclist test if --enable-large-file-tests is used 2019-08-13 10:55:44 -06:00
libhdf4 fixed comment to trigger CI 2019-08-04 08:03:53 -06:00
libhdf5 whitespace cleanup 2019-08-03 09:04:58 -06:00
liblib changes to support build of libsrc4 without libhdf5 2019-05-22 07:50:12 -06:00
libsrc removed NC from open in dispatch table 2019-08-01 14:30:20 -06:00
libsrc4 Merge pull request #1415 from ZedThree/non-signalling-fp-comparison 2019-08-06 11:35:31 -06:00
libsrcp removed NC from open in dispatch table 2019-08-01 14:30: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 removed NC from open in dispatch table 2019-08-01 14:30:20 -06:00
ncdap_test turned dap test back on 2019-08-02 04:41:36 -06:00
ncdump Merge pull request #1447 from HerveAncher/master 2019-08-01 15:25:11 -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 Fix encoding of a DAP2 constraint specified outside the URL. 2019-07-14 15:56:29 -06:00
plugins Merge pull request #1387 from Unidata/fixffilter.dmh 2019-05-01 14:44:53 -06:00
unit_test only run slow nclist test if --enable-large-file-tests is used 2019-08-13 10:55:44 -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 only run slow nclist test if --enable-large-file-tests is used 2019-08-13 10:55:44 -06:00
CONTRIBUTING.md
COPYRIGHT
CTestConfig.cmake.in
CTestCustom.cmake
dods.m4
FixBundle.cmake.in
INSTALL.md
lib_flags.am
libnetcdf.settings.in
Makefile.am only run slow nclist test if --enable-large-file-tests is used 2019-08-13 10:55:44 -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
netCDFConfig.cmake.in
PostInstall.cmake
postinstall.sh.in
README.md
RELEASE_NOTES.md Update RELEASE_NOTES.md to include this fix 2019-07-18 11:15:07 -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.