Go to file
Dennis Heimbigner 5a1ca24fd6 Fix github issue: https://github.com/Unidata/netcdf-c/issues/236
If a char valued attribute contains embedded nul characters,
then illegal xml will be generated when using the -x (ncml) flag.

There is not good solution since we have a char value '\0' that
is legal in a netcdf-c char valued attribute, but is completely
illegal in ncml (i.e. xml).

So, implemented hack is to go ahead and generate '�' entities
and then complain that we are generating illegal ncml.
2016-03-17 22:05:46 -06:00
.github Put CONTRIBUTING.md back in top level of repository. 2016-02-24 10:55:56 -07:00
cmake
docs Tweaks to css 2016-01-21 11:19:23 -07:00
examples Corrected an inconsistency between the documentation and the example. 2016-01-08 15:29:32 -07:00
h5_test Fix HDF5 library order -- static build 2016-02-22 11:06:23 -07:00
include Add hash field to dim and var to facilitate fast name compare 2016-03-03 13:18:31 -07:00
libdap2 Github issue: https://github.com/Unidata/netcdf-c/issues/206 2016-02-02 13:06:57 -07:00
libdispatch Working around a couple of problematic calls to fstat in support of https://github.com/Unidata/netcdf-c/issues/188 . No idea why these were a problem in VS14 (Visual Studio 2015) and not in VS12 (Visual Studio 2013). It's possible there are other, similar issues out there. We'll see what turns up when we run all the tests. These changes were tested against nc_test4/tst_large2.c 2016-03-02 13:03:29 -07:00
liblib Adding cmake infrastructure in support of https://github.com/Unidata/netcdf-c/issues/228 2016-03-07 14:04:52 -07:00
libsrc Refactored old ENOERR code into NC_NOERR error code in libsrc. This is done in support of https://github.com/Unidata/netcdf-c/issues/213. 2016-03-07 10:58:02 -07:00
libsrc4 Merge branch 'upstream' of https://github.com/gsjaardema/netcdf-c into gs-pulls 2016-03-04 14:58:10 -07:00
libsrcp
m4
nc_test Removed generated tests from source control. Ensuring generated files are regenerated if m4 is present. 2016-01-22 12:03:28 -07:00
nc_test4 Removed an error in nc_test4/Makefile.am 2016-02-19 11:06:56 -07:00
ncdap_test
ncdump Fix github issue: https://github.com/Unidata/netcdf-c/issues/236 2016-03-17 22:05:46 -06:00
ncgen Fix 'atttributes' typo, replace with 'attributes'. 2016-01-15 02:17:29 +01:00
ncgen3
nctest
oc2
.gitignore Added test file for debugging https://github.com/Unidata/netcdf-c/issues/221. 2016-02-16 10:23:53 -07:00
.travis.yml Fix issues with Github pull request 187 2016-01-08 12:55:11 -07:00
acinclude.m4
cf Fix github issue: https://github.com/Unidata/netcdf-c/issues/208 2016-02-01 16:15:58 -07:00
cf.cmake Fix issues with Github pull request 187 2016-01-08 12:55:11 -07:00
cmake_uninstall.cmake.in
CMakeInstallation.cmake
CMakeLists.txt Adding cmake infrastructure in support of https://github.com/Unidata/netcdf-c/issues/228 2016-03-07 14:04:52 -07:00
COMPILE.cmake.txt
config.h.cmake.in Addressing changes inherent in Visual Studio 2015 and the fact that it now supports snprintf. See http://stackoverflow.com/questions/27754492/vs-2015-compiling-cocos2d-x-3-3-error-fatal-error-c1189-error-macro-definiti for more background. 2016-01-05 15:49:18 -07:00
configure.ac Wired logging status into nc-config generated by cmake. 2016-02-29 11:32:26 -07:00
CONTRIBUTING.md Put CONTRIBUTING.md back in top level of repository. 2016-02-24 10:55:56 -07:00
COPYRIGHT
CTestConfig.cmake.in
CTestCustom.cmake
dods.m4
FixBundle.cmake.in
INSTALL.md
lib_flags.am
libnetcdf.settings.in
Make0
Makefile.am
mclean
nc-config.cmake.in Wired logging status into nc-config generated by cmake. 2016-02-29 11:32:26 -07:00
nc-config.in Wired logging status into nc-config generated by cmake. 2016-02-29 11:32:26 -07:00
netcdf.pc.in
netCDFConfig.cmake.in
PostInstall.cmake
postinstall.sh.in
README.md
RELEASE_NOTES.md Updated release notes. 2016-03-07 15:35:35 -07:00
test_prog.c
test_prog.f90
test_prog.F
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:

Reference documentation for various language interfaces 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. Please identify the version of the package (file VERSION).