2011-07-12 00:04:49 +08:00
/** \file
This header file holds the documentation for the main page.
\mainpage
2014-02-25 07:06:09 +08:00
\tableofcontents
2013-06-05 01:33:21 +08:00
\section NetCDF
2011-07-12 00:04:49 +08:00
NetCDF is a set of software libraries and self-describing,
machine-independent data formats that support the creation, access,
2014-02-21 06:48:01 +08:00
and sharing of array-oriented scientific data. The NetCDF homepage may be found at <a href="http://www.unidata.ucar.edu/netcdf">http://www.unidata.ucar.edu/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-25 07:06:09 +08:00
\section credits Credits
2011-07-12 00:04:49 +08:00
2011-08-16 18:15:55 +08:00
<p>NetCDF was developed and is maintained
at <a href="http://www.unidata.ucar.edu">Unidata</a>, part of the
<a href="http://www.ucar.edu">University Corporation for Atmospheric Research</a> (UCAR) <a href="http://www.ucp.ucar.edu">Community
Programs</a> (UCP). Unidata is funded primarily by the National Science
2011-07-12 00:04:49 +08:00
Foundation.
\authors Russ Rew, Glenn Davis, Steve Emmerson, Harvey Davies, Ed
2013-01-31 05:13:32 +08:00
Hartnett, Dennis Heimbigner and Ward Fisher
2011-07-12 00:04:49 +08:00
2014-02-25 07:06:09 +08:00
\section this_release Learn more about the current NetCDF-C Release
2014-02-21 06:48:01 +08:00
2013-05-08 04:54:54 +08:00
- \ref release_notes
2011-08-11 02:00:32 +08:00
- \ref getting
- \ref building
2014-02-25 07:06:09 +08:00
\section learn-more Learn more about using NetCDF-C
2011-08-11 02:00:32 +08:00
- \ref tutorial
2011-08-12 01:54:34 +08:00
- \ref user_guide
2014-02-25 07:06:09 +08:00
- <a class="el" href="http://www.unidata.ucar.edu/software/netcdf/docs/index-413.html">Older Documentation, plus details regarding netcdf-fortran and netcdf-cxx.</a>
2013-06-05 01:33:21 +08:00
2011-08-22 21:53:37 +08:00
2014-02-25 07:06:09 +08:00
\section netcdf-cmake-windows NetCDF CMake and Windows support:
2014-02-21 06:48:01 +08:00
- \ref netCDF-CMake
- \ref winbin
\internal
2013-06-05 01:33:21 +08:00
2014-02-22 07:34:13 +08:00
Internal Documentation
2013-06-05 01:33:21 +08:00
2011-08-22 21:53:37 +08: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 dispatch_notes
- \ref put_vara_dispatch
- \ref put_attr_dispatch
\endinternal
2011-08-16 18:15:55 +08:00
<a href="http://www.unidata.ucar.edu">Unidata</a> provides data and
software tools for use in geoscience education and research.
2011-07-12 00:04:49 +08:00
*/