Previous: The (OPeN)DAP protocol: A word from our Sponsor :-) Next: Data Format Differences vis-a-vis netcdf-3 Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > Remote Access to Datasets Through netCDF-3

10.2 Example DDS and DAS
  • Source: http://test.opendap.org:8080/dods/dts/Drifters.{dds,das}
    Dataset {
        Sequence {
            String Drifter_ID;
            String Date_Sampled;
            Float64 Latitude;
            Float64 Longitude;
            Float64 SST;
    	...
        } Drifters;
    } EOS.DBO;
    
    Attributes {
        Facility {
            String PrincipleInvestigator "Mark Abbott", "Ph.D";
            String DataCenter "COAS Environmental Computer Facility";
            String DrifterType "MetOcean WOCE/OCM";
        }
        Drifter_ID {
            String Description "String value used to uniquely identify each drifter instrument.";
        }
        Date_Sampled {
            String Description "A Date and time string";
            String Timezone "GMT";
        }
        ...
    

     


    Previous: The (OPeN)DAP protocol: A word from our Sponsor :-) Next: Data Format Differences vis-a-vis netcdf-3 Table of contents Frames User guide
    2008 Unidata NetCDF Workshop for Developers and Data Providers > Remote Access to Datasets Through netCDF-3