ioos / ioosngdac

IOOS National Glider Data Assembly Center (V2)
https://ioos.github.io/ioosngdac/
8 stars 18 forks source link

Carrying through all variables from providers #88

Closed kwilcox closed 9 years ago

kwilcox commented 9 years ago

All data variables are not being passed through to the Glider DAC hosted THREDDS and ERDDAP instances. Specifically six variables from deployment UCSC294-20150430T2218 are missing. Below is a CDL output from the dive files being submitted to the Glider DAC.

Missing from here: http://data.ioos.us/gliders/erddap/tabledap/UCSC294-20150430T2218.html Missing fom here: http://data.ioos.us/gliders//thredds/dodsC/deployments/mbari/UCSC294-20150430T2218/UCSC294-20150430T2218.nc3.nc.html

double fluorescence(time) ;
        fluorescence:long_name = "Fluorescence" ;
        fluorescence:units = "microgram/L" ;
        fluorescence:_FillValue = -1.e+34 ;
        fluorescence:valid_min = 0. ;
        fluorescence:valid_max = 19. ;
        fluorescence:resolution = 0.001 ;
        fluorescence:uncertainty = 0.002 ;
        fluorescence:platform = "platform" ;
        fluorescence:observation_type = "measured" ;
        fluorescence:instrument = "instrument_ctd" ;
        fluorescence:accuracy = " " ;
        fluorescence:precision = " " ;
        fluorescence:comment = " " ;
        fluorescence:ancillary_variables = "fluorescence_qc" ;
byte fluorescence_qc(time) ;
        fluorescence_qc:long_name = "Fluorescence Quality Flag" ;
        fluorescence_qc:_FillValue = -127. ;
        fluorescence_qc:flag_values = "0,1,2,3,4,5,6,7,8,9" ;
        fluorescence_qc:valid_min = 0. ;
        fluorescence_qc:valid_max = 9. ;
        fluorescence_qc:flag_meanings = "no_qc_preformed good_data probably_good_data bad_data_that_potentially_correctable bad_data value_changed interpolated_va
lue" ;
double opbs(time) ;
        opbs:long_name = "optical_backscattering_coefficient 600nm" ;
        opbs:units = "m^-1" ;
        opbs:_FillValue = -1.e+34 ;
        opbs:valid_min = 0. ;
        opbs:valid_max = 2000. ;
        opbs:resolution = 0.001 ;
        opbs:uncertainty = 0.002 ;
        opbs:platform = "platform" ;
        opbs:observation_type = "measured" ;
        opbs:instrument = "instrument_ctd" ;
        opbs:accuracy = " " ;
        opbs:precision = " " ;
        opbs:ancillary_variables = "opbs_qc" ;
        opbs:comment = " " ;
byte opbs_qc(time) ;
        opbs_qc:long_name = "Optical Backscatter coefficient Quality Flag" ;
        opbs_qc:_FillValue = -127. ;
        opbs_qc:flag_values = "0,1,2,3,4,5,6,7,8,9" ;
        opbs_qc:valid_min = 0. ;
        opbs_qc:valid_max = 9. ;
        opbs_qc:flag_meanings = "no_qc_preformed good_data probably_good_data bad_data_that_potentially_correctable bad_data value_changed interpolated_value" ;
double oxygen(time) ;
        oxygen:long_name = "moles_of_oxygen_per_unit_mass_in_sea_water" ;
        oxygen:standard_name = "moles_of_oxygen_per_unit_mass_in_sea_water" ;
        oxygen:units = "micromol/kg" ;
        oxygen:_FillValue = -1.e+34 ;
        oxygen:valid_min = 0. ;
        oxygen:valid_max = 400. ;
        oxygen:resolution = 0.001 ;
        oxygen:platform = "platform" ;
        oxygen:observation_type = "measured" ;
        oxygen:instrument = "instrument_ctd" ;
        oxygen:accuracy = " " ;
        oxygen:precision = " " ;
        oxygen:ancillary_variables = "oxygen_qc" ;
        oxygen:comment = " " ;
byte oxygen_qc(time) ;
        oxygen_qc:standard_name = "moles_of_oxygen_per_unit_mass_in_sea_water status_flag" ;
        oxygen_qc:long_name = "Oxygen Quality Flag" ;
        oxygen_qc:_FillValue = -127. ;
        oxygen_qc:flag_values = "0,1,2,3,4,5,6,7,8,9" ;
        oxygen_qc:valid_min = 0. ;
        oxygen_qc:valid_max = 9. ;
        oxygen_qc:flag_meanings = "no_qc_preformed good_data probably_good_data bad_data_that_potentially_correctable bad_data value_changed interpolated_value" ;
kerfoot commented 9 years ago

@kwilcox : it's in the works but requires a bit more work on the ERDDAP side to configure individual data sets with the proper set of variables. Hopefully this year.