OPeNDAP Dataset Access Form


Action:

Data URL:


Global Attributes:


Variables:


Sequence Sat_Images
Image_Name: String
Image_Name

DateTime: 64 bit Real
DateTime

north_lat: 64 bit Real
north_lat

south_lat: 64 bit Real
south_lat

west_lon: 64 bit Real
west_lon

east_lon: 64 bit Real
east_lon

Version: String
Version

Satellite: String
Satellite

Instrument: String
Instrument

Channel: String
Channel

Resolution: String
Resolution

Image_Size: 32 bit Integer
Image_Size

Image_Type: String
Image_Type

Image_Bits_Per_Pixel: 32 bit Integer
Image_Bits_Per_Pixel

Image_Width: 32 bit Integer
Image_Width

Image_Height: 32 bit Integer
Image_Height

image: Grid
lat: lon:

Raw_Image_Size: 32 bit Integer
Raw_Image_Size

raw_image: Grid
lat: lon:

Year: 32 bit Integer
Year

Month: String
Month

Day: 32 bit Integer
Day

Hour: 32 bit Integer
Hour


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

DDS:

Dataset {
    Sequence {
        String Image_Name;
        Float64 DateTime;
        Float64 north_lat;
        Float64 south_lat;
        Float64 west_lon;
        Float64 east_lon;
        String Version;
        String Satellite;
        String Instrument;
        String Channel;
        String Resolution;
        Int32 Image_Size;
        String Image_Type;
        Int32 Image_Bits_Per_Pixel;
        Int32 Image_Width;
        Int32 Image_Height;
        Grid {
         ARRAY:
            Byte image[lon = 512][lat = 512];
         MAPS:
            Float64 lat[lat = 512];
            Float64 lon[lon = 512];
        } image;
        Int32 Raw_Image_Size;
        Grid {
         ARRAY:
            Byte image[lon = 512][lat = 512];
         MAPS:
            Float64 lat[lat = 512];
            Float64 lon[lon = 512];
        } raw_image;
        Int32 Year;
        String Month;
        Int32 Day;
        Int32 Hour;
    } Sat_Images;
} EOSDB;