You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

This option applies to time series scalar data products: data (mat, csv) and plots

Resample Type:

  • None - no resampling.
  • Average - the mean value within resample period (fixed-window averaging without overlap). This is also known as a 'box-car' or ensemble average.
  • Minimum/Maximum - Temporarily disabled for non-plotting data products - the most extreme minimum and maximum values within resample period. QAQC flags are taken as the worse case flag from the data points found to be the maximum or minimum. (At this time, the time stamps of the minimum/maximum values are not provided, only the bin-centered time stamp. This is why this option is not offered, but it will offered again once the full time-stamps are provided.)

Resample Period:

  • Minute
  • Hour
  • Day

When resampling is selected:

  • The timestamps in the data series correspond to the centre of each resampling interval. (Data downloaded prior to 13 Feb 2013: timestamps were at beginning of interval). The resample interval always begins and ends at an integer multiple of the resample period, so minutes on the minute, hours on the hour, days on the day, etc.
  • If the date/time range on the search has limits that are within a resampling interval, the date/time endpoints are extended to include the entire resampling interval. For example, when daily resampling is selected from 03:00:00.000 on Monday to 20:00:00.000 on Thursday, the date range is extended to 00:00:00.000 on Monday to 23:59.59.999 on Thursday.
  • Note that tides are not filtered out in resampled products.
  • No anti-alias filtering is done. This is why only averaging and min/max are offered at this time. Box-car / ensemble averaging is an easily understood and ubiquitous process that is actually a partially effective low-pass anti-alias filter. For more information, see this page on data reduction and time-averaging.
  • Average and Minimum/Maximum values will not be provided if less than a certain percentage of the expected samples per resampling interval are present (either because of data gaps or low data quality determined by QAQC). The current default for the data completeness percentage is 70%. It was 80% from March 21, 2013 to to June 6, 2013. Prior to March 21, 2012, no data completeness or quality assurance was tested for. Future improvements will allow users to modify the data completeness threshold.
  • All averages are calculated by adding all individual samples and then divide by the total number of samples. (Data downloaded before 13 Feb 2013: hourly and daily averages were weighted over 15-minute periods, that is, the average of each 15-minute period was calculated individually, and the hourly and daily averages were calculated from the 15-minute averages.)

More options will be available in the future as we work to improve the data products. Feedback is welcomed and encouraged. For custom resampling, users can develop their own matlab code in CodeRunner in the ONC computing environment (users can access all production data and code). See CodeRunner Help for more details.

  • No labels