Previous: Models, Conventions, and Formats Next: Dimensions Table of contents Frames User guide
2009 Unidata NetCDF Workshop for Developers and Data Providers > The "Classic" NetCDF Data Model

4.1 NetCDF Files
NetCDF files are containers for Dimensions, Variables, and Global Attributes.

 

 

A netCDF file has a path name and possibly some dimensions, variables, global (file-level) attributes, and data values associated with the variables. Sometimes we refer to netCDF files more abstractly as datasets.

Operations

Operations supported on netCDF files include:

 


Previous: Models, Conventions, and Formats Next: Dimensions Table of contents Frames User guide
2009 Unidata NetCDF Workshop for Developers and Data Providers > The "Classic" NetCDF Data Model