netcdf time_series { dimensions: time = 7 ; analysis_time = 1 ; stations = 2 ; char_leng_id = 30 ; char_leng_name = 30 ; variables: double time(time) ; time:standard_name = "time" ; time:long_name = "time" ; time:units = "minutes since 1970-01-01 00:00:00.0 +0000" ; time:axis = "T" ; double analysis_time(analysis_time) ; analysis_time:standard_name = "forecast_reference_time" ; analysis_time:long_name = "forecast_reference_time" ; analysis_time:units = " minutes since 2000-12-03 00:00:00.0 +0000" ; double lat(stations) ; lat:standard_name = "latitude" ; lat:long_name = "Station coordinates, latitude" ; lat:units = "degrees_north" ; lat:axis = "Y" ; lat:_FillValue = 9.96921e+036 ; double lon(stations) ; lon:standard_name = "longitude" ; lon:long_name = "Station coordinates, longitude" ; lon:units = "degrees_east" ; lon:axis = "X" ; lon:_FillValue = 9.96921e+036 ; double y(stations) ; y:standard_name = "projection_y_coordinate" ; y:long_name = "y coordinate according to WGS 1984" ; y:units = "degrees" ; y:axis = "Y" ; y:_FillValue = 9.96921e+036 ; double x(stations) ; x:standard_name = "projection_x_coordinate" ; x:long_name = "x coordinate according to WGS 1984" ; x:units = "degrees" ; x:axis = "X" ; x:_FillValue = 9.96921e+036 ; char station_id(stations, char_leng_id) ; station_id:long_name = "station identification code" ; station_id:cf_role = "timeseries_id" ; char station_names(stations, char_leng_name) ; station_names:long_name = "station name" ; float rainfall_amount(time, stations) ; rainfall_amount:long_name = "rainfall_amount" ; rainfall_amount:standard_name = "rainfall_amount" ; rainfall_amount:units = "kg m-2" ; rainfall_amount:_FillValue = -999.f ; rainfall_amount:coordinates = "lat lon" ; float rainfall_flux(time, stations) ; rainfall_flux:long_name = "rainfall_flux" ; rainfall_flux:standard_name = "rainfall_flux" ; rainfall_flux:units = "kg m-2 s-1" ; rainfall_flux:_FillValue = -999.f ; rainfall_flux:coordinates = "lat lon" ; // global attributes: :Conventions = "CF-1.6" ; :title = "Data" ; :institution = "Deltares" ; :source = "Export NETCDF-CF_TIMESERIES from Delft-FEWS" ; :history = "2014-03-10 07:57:01 GMT: exported from Delft-FEWS" ; :references = "http://www.delft-fews.com" ; :Metadata_Conventions = "Unidata Dataset Discovery v1.0" ; :summary = "Data exported from Delft-FEWS" ; :date_created = "2014-03-10 07:57:01 GMT" ; :coordinate_system = "WGS 1984" ; :featureType = "timeSeries" ; data: time = 16306440, 16306450, 16306460, 16306470, 16306480, 16306490, 16306500 ; analysis_time = 0 ; lat = 52.619469, 52.62 ; lon = 4.601954, 4.6 ; y = 52.619469, 52.62 ; x = 4.601954, 4.6 ; station_id = "Dummy", "Dummy2" ; station_names = "Dummy", "Dummy2" ; rainfall_amount = 0.536, 0.53, 0.498, 0.5, 0.46, 0.46, 0.421, 0.42, 0.381, 0.38, 0.341, 0.34, 0.3, 0.3 ; rainfall_flux = 0.0536, 0.053, 0.0498, 0.05, 0.046, 0.046, 0.0421, 0.042, 0.0381, 0.038, 0.0341, 0.034, 0.03, 0.03 ; }