Go to file
2012-09-20 16:31:31 +00:00
cmake
examples Added 'examples' directory to CMake 2012-08-28 22:31:07 +00:00
h5_test Changed 'boolean' to 'boolen' to avoid a name conflict under windows. 2012-09-10 22:07:04 +00:00
include 2012-09-10 22:37:38 +00:00
libcdmr Changed 'boolean' to 'boolen' to avoid a name conflict under windows. 2012-09-10 22:07:04 +00:00
libcf
libdap2 Corrected MSVC-related issues with DAP. Renamed variables to avoid collision with reserved words, enclosed includes with appropriate ifdefs, other minor changes. 2012-09-20 16:31:31 +00:00
libdispatch 2012-09-10 21:19:57 +00:00
liblib 2012-09-13 22:07:35 +00:00
librpc
libsrc 2012-09-14 22:54:55 +00:00
libsrc4 Merged Dennis' changes from trunk. 2012-09-06 21:15:37 +00:00
m4
man4 Merged Dennis' changes from trunk. 2012-09-06 21:15:37 +00:00
nc_test 2012-09-14 21:35:25 +00:00
nc_test4 2012-09-14 21:53:08 +00:00
ncdap_test Rolled back a change in t_dap3a.c related to determining local path. 2012-09-04 22:51:49 +00:00
ncdump 2012-09-19 21:32:28 +00:00
ncgen 2012-09-19 21:32:28 +00:00
ncgen3 2012-09-14 16:15:18 +00:00
nctest Additional CMake support, CPack support. 2012-08-29 18:58:08 +00:00
oc2 Corrected MSVC-related issues with DAP. Renamed variables to avoid collision with reserved words, enclosed includes with appropriate ifdefs, other minor changes. 2012-09-20 16:31:31 +00:00
udunits
acinclude.m4
build_all_libs.sh
cf fix bug in reading a file url (needs to signal binary if possible) 2012-08-21 23:34:25 +00:00
cmake_config.h.in Corrected MSVC-related issues with DAP. Renamed variables to avoid collision with reserved words, enclosed includes with appropriate ifdefs, other minor changes. 2012-09-20 16:31:31 +00:00
cmake_msvc_32_min.sh Added MSVC-compatibility items. 2012-08-27 21:19:25 +00:00
cmake_msvc_static_32_nc4_dap_conf.sh 2012-08-27 20:14:51 +00:00
cmake_nc-config.in Additional CMake files 2012-07-25 22:09:19 +00:00
CMakeLists.txt Cleaning up some detritus in the CMakeLists.txt file. 2012-09-18 15:29:59 +00:00
configure.ac The effect of this change is to make the struct NC structure 2012-09-06 19:44:03 +00:00
COPYRIGHT
CTestConfig.cmake Begin integrating CTest and CDash functionality. 2012-08-06 20:53:34 +00:00
dods.m4
FixBundle.cmake.in Additional CMake support, CPack support. 2012-08-29 18:58:08 +00:00
INSTALL move from oc1.0 to oc2.0; create new dir oc2 2012-07-31 20:34:13 +00:00
lib_flags.am move from oc1.0 to oc2.0; create new dir oc2 2012-07-31 20:34:13 +00:00
libncdap.tar.gz
Make0
Makefile.am move from oc1.0 to oc2.0; create new dir oc2 2012-07-31 20:34:13 +00:00
mclean
my_shared_32_min_conf.sh
my_shared_32_nc4_conf.sh
my_shared_32_nc4_dap_conf.sh
my_shared_64_min_conf.sh
my_shared_64_nc4_conf.sh
my_shared_64_nc4_dap_conf.sh
my_static_32_min_conf.sh
my_static_32_nc4_conf.sh
my_static_32_nc4_dap_conf.sh Fixed a couple ncdap tests when running on Windows. 2012-08-27 18:38:47 +00:00
my_static_64_min_conf.sh
my_static_64_nc4_conf.sh Fixed a couple ncdap tests when running on Windows. 2012-08-27 18:38:47 +00:00
my_static_64_nc4_dap_conf.sh
nc-config.in
ncdap.m4
netcdf.pc.in
README
RELEASE_NOTES Fixed bug "adding a bad _FillValue" bug (NCF-190). Fixed minor bugs 2012-08-16 18:31:48 +00:00
test_cmake.sh Added additional tests in CMake 2012-08-10 20:55:07 +00:00
test_prog.c
test_prog.f90
test_prog.F

			    Unidata NetCDF

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, and C++
interfaces.  They have been tested on various common platforms.

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.

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 

   http://www.unidata.ucar.edu/netcdf/software.html

For more information about netCDF, see the netCDF Web page at

    http://www.unidata.ucar.edu/netcdf/

You can obtain a copy of the latest released version of netCDF software
using a WWW browser or anonymous FTP from

	ftp://ftp.unidata.ucar.edu/pub/netcdf/

Included in this distribution are: the C source for the netCDF data
access library, sources for the FORTRAN and C++ interfaces,
documentation for the netCDF library and utilities in the form of a
netCDF User's Guide, source for the netCDF utilities ncdump, ncgen,
and nccopy, and test programs to verify the correct implementation of
the netCDF library.

Copyright and licensing information can be found in the file
COPYRIGHT.

To install this package, please see the file INSTALL in the
distribution, or the (possibly more up-to-date) document:

    http://www.unidata.ucar.edu/netcdf/docs/netcdf-install

The netCDF-3 C and FORTRAN-77 interfaces are documented in man(1)
pages in the distribution in files netcdf.3 and netcdf.3f,
respectively, or at

    http://www.unidata.ucar.edu/software/netcdf/docs

User's Guides for C, FORTRAN, and FORTRAN-90 are also available in
several forms from the same location.

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

       http://www.unidata.ucar.edu/software/netcdf/mailing-lists.html

An archive of past postings to the netcdfgroup mailing list is available
for searching from the netCDF home page.

We appreciate feedback from users of this package.  Please send
comments, suggestions, and bug reports to <support@unidata.ucar.edu>.
Please identify the version of the package (file VERSION).