OPeNDAP Dataset Access Form


Action:

Data URL:


Global Attributes:


Variables:


Structure test
i: 32 bit Integer
i

j: 32 bit Integer
j

Sequence test2
i: 32 bit Integer
i

j: Array of 32 bit Integers [null = 0..9]

test4: Grid
g: h:

Sequence person
name: String
name

age: 32 bit Integer
age

Structure exp
j: 32 bit Integer
j

i: 32 bit Integer
i

Structure data

i: 32 bit Integer
i

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

strange: Grid
lat: lon: weirdness:


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

DDS:

Dataset {
    Structure {
        Int32 i;
        Int32 j;
    } test;
    Sequence {
        Int32 i;
        Int32 j[10];
    } test2;
    Grid {
     ARRAY:
        Float64 f[10][10];
     MAPS:
        Int32 g[10];
        Int32 h[10];
    } test4;
    Sequence {
        String name;
        Int32 age;
    } person;
    Structure {
        Int32 j;
        Int32 i;
        Structure {
            Int32 i;
            Float64 f[10];
        } data;
    } exp;
    Grid {
     ARRAY:
        Float64 g[10][10][10];
     MAPS:
        Float64 lat[10];
        Float64 lon[10];
        Float64 weirdness[10];
    } strange;
} KitchenSink01;