OPeNDAP Dataset Access Form


Action:

Data URL:


Global Attributes:


Variables:


Structure types
Structure integers
b: 8 bit Byte
b

i32: 32 bit Integer
i32

ui32: 32 bit Unsigned Integer
ui32

i16: 16 bit Integer
i16

ui16: 16 bit Unsigned Integer
ui16

Structure floats

f32: 32 bit Real
f32

f64: 64 bit Real
f64

Structure strings

s: String
s

u: URL
u


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

DDS:

Dataset {
    Structure {
        Structure {
            Byte b;
            Int32 i32;
            UInt32 ui32;
            Int16 i16;
            UInt16 ui16;
        } integers;
        Structure {
            Float32 f32;
            Float64 f64;
        } floats;
        Structure {
            String s;
            Url u;
        } strings;
    } types;
} NestedStructure;