 
 
 
  
 
 
 
   
 
2008 Unidata NetCDF Workshop for Developers and Data Providers  > User Defined Types in NetCDF-4  
 
16.3 Introduction to Compound Types
Use compound types to group data together.
Potential uses for compound types 
  -  Representing vector quantities like wind
-  Bundling multiple in situ observations together (profiles, soundings)
-  Modeling relational database tuples
-  Providing containers for related values of other user-defined
  types (strings, enums, ...)
-  Representing C structures portably
 
 
 
 
 
 
 
 
 
2008 Unidata NetCDF Workshop for Developers and Data Providers  > User Defined Types in NetCDF-4