netcdf trajectory_one.nc { dimensions: time = 2848; // (has coord.var) variables: double time(time); :long_name = "time GMT"; :units = "seconds since 1970-01-01 00:00:00"; double depth(time); :long_name = "depth below sea level"; :standard_name = "depth"; :units = "m"; :positive = "down"; :_FillValue = 1.0E-34; // double :missing_value = 1.0E-34; // double double latitude(time); :long_name = "latitude"; :standard_name = "latitude"; :units = "degrees_north"; :_FillValue = 1.0E-34; // double :missing_value = 1.0E-34; // double double longitude(time); :long_name = "longitude"; :standard_name = "longitude"; :units = "degrees_east"; :_FillValue = 1.0E-34; // double :missing_value = 1.0E-34; // double double temperature(time); :long_name = "temperature"; :standard_name = "sea_water_temperature"; :units = "Celsius"; :coordinates = "depth latitude longitude"; :_FillValue = 1.0E-34; // double :missing_value = 1.0E-34; // double double oxygen(time); :long_name = "oxygen"; :units = "ml/l"; :coordinates = "depth latitude longitude"; :_FillValue = 1.0E-34; // double :missing_value = 1.0E-34; // double double nitrate(time); :long_name = "nitrate"; :units = "micromole/kg"; :coordinates = "depth latitude longitude"; :_FillValue = 1.0E-34; // double :missing_value = 1.0E-34; // double :Conventions = "CF-1.0"; :campaign = "AUVCTD"; :survey_name = "Dorado389_2003.125.02_125.02"; :Unlimited_Dimension = "time"; :thredds_data_type = "Trajectory"; :title = "AUV survey data with decimation and interpolation to 2 second intervals."; :summary = "Observational oceanographic data obtained from an Autonomous Underwater Vehicle survey. Sensors record environmental parameters as the vehicle travels a programmed path through the water. Those measurements have been processed by MBARI Matlab-based dorado science data processing toolbox into this data set."; :keywords = "ocean; CTD; temperature; salinity; oxygen; nitrate; optical backscatter; fluorescence; chlorophyll; bioluminesence; AUV; Autonomous Under Water Vehicle;"; :id = "Dorado389_2003.125.02_125.02"; :naming_authority = "org.mbari.ssds.DataContainer.Name"; :keywords_vocabulary = "GCMD"; :date_created = "03-Jun-2005 14:11:59"; :creator_name = "survey2netcdf_decim.m version 1.10"; :geospatial_lat_min = "36.7456"; :geospatial_lat_max = "36.7645"; :geospatial_lon_min = "-122.0452"; :geospatial_lon_max = "-121.9514"; :geospatial_vertical_min = "-0.21092"; :geospatial_vertical_max = "250.8625"; :time_coverage_start = "2003-05-05T17:15:40Z"; :time_coverage_end = "2003-05-05T18:50:34Z"; :standard_name_vocabulary = "CF-1.0"; }