OPeNDAP Dataset Access Form


Action:

Data URL:


Global Attributes:


Variables:


Sequence ralph
b: 8 bit Byte
b

Structure foo

j: 32 bit Integer
j

i: Array of 32 bit Integers [null = 0..2]

Structure data

i: 32 bit Integer
i

f: Array of 64 bit Reals [null = 0..9]


Send questions or comments to: support@unidata.ucar.edu

DDS:

Dataset {
    Sequence {
        Byte b;
        Structure {
            Int32 j;
            Int32 i[3];
            Structure {
                Int32 i;
                Float64 f[10];
            } data;
        } foo;
    } ralph;
} SequenceofStructs;