Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • None - no resampling. This is the default option for time series scalar data. 

    Code Block
    languagejs
    titleservice dataProductDelivery filter
    collapsetrue
    dpo_resample=none
  • Average - the mean value within resample period (fixed-window averaging without overlap). This is also known as a 'box-car' or ensemble average. It is subject to the 70% data completeness QAQC check (see below) with the exception of engineering data or data from irregular or scheduled sampling. Only available with theclean data product option.

    Code Block
    languagejs
    titleservice dataProductDelivery filter
    collapsetrue
    dpo_resample=average

...

  • 1 Minute

    Code Block
    languagejs
    titleservice dataProductDelivery filter
    collapsetrue
    dpo_average=60
  • 10 Minute

    Code Block
    languagejs
    titleservice dataProductDelivery filter
    collapsetrue
    dpo_average=600
  • 15 Minute

    Code Block
    languagejs
    titleservice dataProductDelivery filter
    collapsetrue
    dpo_average=900
  • 1 Hour

    Code Block
    languagejs
    titleservice dataProductDelivery filter
    collapsetrue
    dpo_average=3600
  • 1 Day

    Code Block
    languagejs
    titleservice dataProductDelivery filter
    collapsetrue
    dpo_average=86400

...