Документ взят из кэша поисковой машины. Адрес оригинального документа : http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_c/guidec-5.html
Дата изменения: Tue Dec 28 20:58:44 2004
Дата индексирования: Sat Apr 9 23:56:10 2016
Кодировка:
Summary

[Next] [Previous] [Top] [Contents] [Index] [netCDF Home Page] [Unidata Home Page]

NetCDF User's Guide for C

Summary


The purpose of the Network Common Data Form (netCDF) interface is to allow you to create, access, and share array-oriented data in a form that is self-describing and portable. "Self-describing" means that a dataset includes information defining the data it contains. "Portable" means that the data in a dataset is represented in a form that can be accessed by computers with different ways of storing integers, characters, and floating-point numbers. Using the netCDF interface for creating new datasets makes the data portable. Using the netCDF interface in software for data access, management, analysis, and display can make the software more generally useful.

The netCDF software includes C and FORTRAN interfaces for accessing netCDF data. These libraries are available for many common computing platforms.

C++ and Perl interfaces for netCDF data access are also available from Unidata. The community of netCDF users has contributed ports of the software to additional platforms and interfaces for other programming languages as well. Source code for netCDF software libraries is freely available to encourage the sharing of both array-oriented data and the software that makes the data useful.

This User's Guide presents the netCDF data model, but documents only the FORTRAN interface. Separate documents are available for the other language interfaces; also see the netCDF World Wide Web site, http://www.unidata.ucar.edu/packages/netcdf/ for links to on-line versions of the C, FORTRAN, C++ and Perl documentation. Reference documentation for UNIX systems, in the form of UNIX 'man' pages for the C and FORTRAN interfaces is also available there. Extensive additional information about netCDF, including pointers to other software that works with netCDF data, is available from the netCDF World Wide Web site.


NetCDF User's Guide for C - 6 Nov 1997

[Next] [Previous] [Top] [Contents] [Index] [netCDF Home Page] [Unidata Home Page]

<http://www.unidata.ucar.edu>