OPeNDAP Dataset Access Form


Action:

Data URL:


Global Attributes:


Variables:


b: Array of 8 bit Bytes [null = 0..1][null = 0..2][null = 0..3]

b2: Array of 8 bit Bytes [null = 0..1][null = 0..2]

i32: Array of 32 bit Integers [null = 0..1][null = 0..2][null = 0..3]

ui32: Array of 32 bit Unsigned Integers [null = 0..1][null = 0..2][null = 0..3][null = 0..2][null = 0..1]

i16: Array of 16 bit Integers [null = 0..1][null = 0..1][null = 0..1]

ui16: Array of 16 bit Unsigned Integers [null = 0..1][null = 0..1][null = 0..1]

f32: Array of 32 bit Reals [null = 0..1][null = 0..1][null = 0..1]

f64: Array of 64 bit Reals [null = 0..1][null = 0..1][null = 0..1]

s0: Array of Strings [null = 0..3][null = 0..4][null = 0..5]

s1: Array of Strings [null = 0..9][null = 0..9][null = 0..9]

u: Array of URLs [null = 0..9][null = 0..9][null = 0..9]


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

DDS:

Dataset {
    Byte b[2][3][4];
    Byte b2[2][3];
    Int32 i32[2][3][4];
    UInt32 ui32[2][3][4][3][2];
    Int16 i16[2][2][2];
    UInt16 ui16[2][2][2];
    Float32 f32[2][2][2];
    Float64 f64[2][2][2];
    String s0[4][5][6];
    String s1[10][10][10];
    Url u[10][10][10];
} MultiDimensionalSimpleArrays;