/** \mainpage Introduction and Overview \tableofcontents \section what_is_netcdf What is NetCDF? 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 Unidata. Unidata provides data and software tools for use in geoscience education and research. Unidata is part of the University Corporation for Atmospheric Research (UCAR) Community Programs (UCP). Unidata is funded primarily by the National Science Foundation. The NetCDF homepage may be found at https://www.unidata.ucar.edu/software/netcdf/. The NetCDF source-code is hosted at GitHub, and may be found directly at http://github.com/Unidata/netcdf-c. \subsection mainpage_learn_more_fortran Looking for NetCDF-Fortran Documentation? You can find the documentation for netCDF-Fortran here: - The NetCDF-Fortran Developer's Guide \section this_release Learn more about the current NetCDF-C Release - \subpage RELEASE_NOTES - Getting and Building NetCDF \subsection nightly_status The Latest NetCDF Build Status \subsubsection NetCDF-C - The netCDF-C Nightly and Continuous Integration Dashboard - NetCDF-C at Travis-CI \subsubsection NetCDF-Fortran - The netCDF-Fortran Nightly and Continuous Integration Dashboard - NetCDF-Fortran at Travis-CI \section learn-more Learn more about using NetCDF-C - \ref sec_tut - The netCDF User's Guide - \ref netcdf_working_with_netcdf_files \section netcdf-cmake-windows NetCDF CMake and Windows support: - \ref netCDF-CMake - \ref winbin \section netcdf_credits About NetCDF \authors Russ Rew, Glenn Davis, Steve Emmerson, Harvey Davies, Ed Hartnett, Dennis Heimbigner and Ward Fisher

NetCDF was developed and is maintained at Unidata, part of the University Corporation for Atmospheric Research (UCAR) Community Programs (UCP). Unidata is funded primarily by the National Science Foundation. A complete list of credits and contributors to NetCDF may be found at the \subpage credits page. Unidata provides data and software tools for use in geoscience education and research. \internal Internal Documentation 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 */