OPeNDAP Dataset Access Form


Action:

Data URL:


Global Attributes:


Variables:


Structure types
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

f32: 32 bit Real
f32

f64: 64 bit Real
f64

s: String
s

u: URL
u


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

DDS:

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