netcdf ___latest { dimensions: time = ; lat = 1 ; lon = 1 ; z = ; variables: int time(time) ; time:standard_name = "time" ; time:units = "seconds since 1970-1-1 00:00:00" ; time:axis = "T" ; double lat(lat) ; lat:standard_name = "latitude" ; lat:units = "degrees_north" ; lat:valid_range = -90., 90. ; lat:axis = "Y" ; double lon(lon) ; lon:standard_name = "longitude" ; lon:units = "degrees_east" ; lon:valid_range = -180., 180. ; lon:axis = "X" ; double z(z) ; z:standard_name = "height" ; z:units = "m" ; z:positive = "up" ; z:reference = "mean sea level (MSL)" ; z:axis = "Z" ; // global attributes: :title = " data for " ; :institution = "" ; :institution_url = "" ; :institution_dods_url = "" ; :metadata_url = "" ; :references = "" ; :contact = "" ; :source = "fixed-platform () observation" ; :comment = "" ; :Conventions = "CF-1.0" ; :format = "SEA-COOS RT" ; :seacoos_rt_version = "2.0" ; :platform_code = "" ; :format_category_code = "fixed-point" ; :institution_code = "" ; :data_type = "" ; :instrument_code = "" ; :package_code = "" ; :start_date = "" ; :end_date = "" ; :release_date = " EDT" ; :creation_date = " EDT" ; :modification_date = " EDT" ; :process_level = "raw data" ; :_FillValue = -99999. ; data: lat = ; lon = ; z = ; time = ; }