Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 
Previous: Unicode Names Next: Multiple Unlimited Dimensions Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > Introduction to NetCDF-4

11.4 Groups
Groups provide a scope for names and a scalable way to organize data objects.
Example

Organizing data by a named property such as region:

group USA {

  group Colorado {
    dimensions: time = unlimited, stations = 47;
    variables: float temperature(time, stations);
  }
  group Wyoming{
    dimensions: time = unlimited, stations = 61;
    variables: float temperature(time, stations);
  }
  group Alaska {
    dimensions: time = unlimited, stations = 53;
    variables: float temperature(time, stations);
  } 
  ...
  dimensions: time = unlimited;
  variables: float average_temperature(time);
}

Potential uses for Groups include

 


Previous: Unicode Names Next: Multiple Unlimited Dimensions Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > Introduction to NetCDF-4

 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690