2014-12-09 16:36:15 -07:00
/**
2016-01-15 12:23:56 -07:00
\mainpage Introduction and Overview
2014-02-25 17:08:04 -07:00
2014-02-24 16:06:09 -07:00
\tableofcontents
2014-12-09 16:36:15 -07:00
\section what_is_netcdf What is NetCDF?
2014-02-27 13:31:47 -07:00
2016-01-15 14:25:24 -07:00
NetCDF is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. NetCDF was developed and is maintained at <a href="http://www.unidata.ucar.edu">Unidata</a>. Unidata provides data and software tools for use in geoscience education and research. Unidata is part of the University Corporation for Atmospheric Research (<a href="http://www2.ucar.edu">UCAR</a>) Community Programs (<a href="http://www.ucp.ucar.edu">UCP</a>). Unidata is funded primarily by the National Science Foundation.
2014-02-27 13:31:47 -07:00
2016-01-15 14:25:24 -07:00
The NetCDF homepage may be found at <a href="http://www.unidata.ucar.edu/software/netcdf/">http://www.unidata.ucar.edu/software/netcdf/</a>. The NetCDF source-code is hosted at <a href="http://github.com">GitHub</a>, and may be found directly at <a href="http://github.com/Unidata/netcdf-c">http://github.com/Unidata/netcdf-c</a>.
2014-02-20 15:48:01 -07:00
2014-12-09 16:36:15 -07:00
\section this_release Learn more about the current NetCDF-C Release
2014-02-20 15:48:01 -07:00
2014-12-09 16:36:15 -07:00
- \subpage RELEASE_NOTES
2014-02-26 14:22:35 -07:00
- \ref getting_and_building_netcdf
2014-02-24 16:06:09 -07:00
2015-03-15 15:29:58 -06:00
\subsection nightly_status The Latest NetCDF Build Status
2014-03-08 17:04:14 -07:00
2015-03-15 15:29:58 -06:00
\subsubsection NetCDF-C
2017-12-20 12:37:02 -07:00
- <A href="http://cdash.unidata.ucar.edu/index.php?project=netcdf-c">The netCDF-C Nightly and Continuous Integration Dashboard</A>
2015-03-15 15:29:58 -06:00
- <A href="https://travis-ci.org/Unidata/netcdf-c">NetCDF-C at Travis-CI</A>
\subsubsection NetCDF-Fortran
2017-12-20 12:37:02 -07:00
- <A href="http://cdash.unidata.ucar.edu/index.php?project=netcdf-fortran">The netCDF-Fortran Nightly and Continuous Integration Dashboard</A>
2015-03-15 15:29:58 -06:00
- <A href="https://travis-ci.org/Unidata/netcdf-c">NetCDF-Fortran at Travis-CI</A>
2014-03-08 17:04:14 -07:00
2014-12-09 16:36:15 -07:00
\section learn-more Learn more about using NetCDF-C
2014-02-24 16:06:09 -07:00
2014-03-08 17:39:09 -07:00
- \ref sec_tut
2011-08-11 17:54:34 +00:00
- \ref user_guide
2014-02-26 14:22:35 -07:00
- \ref netcdf_working_with_netcdf_files
2016-01-15 14:25:24 -07:00
- <a class="el" href="http://www.unidata.ucar.edu/software/netcdf/documentation/historic/">Older Documentation, plus details regarding netcdf-fortran and netcdf-cxx.</a>
2013-06-04 17:33:21 +00:00
2014-12-09 16:36:15 -07:00
\section netcdf-cmake-windows NetCDF CMake and Windows support:
2014-02-20 15:48:01 -07:00
- \ref netCDF-CMake
- \ref winbin
2014-12-10 11:14:43 -07:00
\section netcdf_credits About NetCDF
2014-02-26 14:22:35 -07:00
\authors Russ Rew, Glenn Davis, Steve Emmerson, Harvey Davies, Ed
Hartnett, Dennis Heimbigner and Ward Fisher
<p>NetCDF was developed and is maintained
at <a href="http://www.unidata.ucar.edu">Unidata</a>, part of the
2016-01-15 14:25:24 -07:00
<a href="http://www2.ucar.edu">University Corporation for Atmospheric Research</a> (UCAR) <a href="http://www.ucp.ucar.edu">Community
2014-02-26 14:22:35 -07:00
Programs</a> (UCP). Unidata is funded primarily by the National Science
Foundation.
2016-01-15 14:39:32 -07:00
A complete list of credits and contributors to NetCDF may be found at the \subpage credits page.
2014-02-26 14:22:35 -07:00
<a href="http://www.unidata.ucar.edu">Unidata</a> provides data and
software tools for use in geoscience education and research.
2014-02-20 15:48:01 -07:00
\internal
2013-06-04 17:33:21 +00:00
2014-09-18 15:05:08 -06:00
Internal Documentation
2013-06-04 17:33:21 +00:00
2011-08-22 13:53:37 +00:00
The dispatch interface within the netCDF library allows the netCDF API
to be used for different types of back-ends, for example, the HDF5
library, or a DAP client accessing remote data.
- \ref nc_dispatch
- \ref adding_dispatch
- \ref put_vara_dispatch
- \ref put_attr_dispatch
\endinternal
2011-07-11 16:04:49 +00:00
*/