[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #SGX-325950]: Compound attributes - nested?

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: [netCDF #SGX-325950]: Compound attributes - nested?
  • Date: Fri, 16 Sep 2011 15:50:22 -0600

nesting is allowed, but
top-level vector attributes are not.
e.g 
    T x:y[5] = ...
is syntax error.

Top level of an attribute
is inherently a list. so
    int x:y = 1, 2, 3, 4, 5;
is legal
   
=Dennis Heimbigner
  Unidata


Ticket Details
===================
Ticket ID: SGX-325950
Department: Support netCDF
Priority: Normal
Status: Closed