News:

If you want to report a bug 🐞 please contact dpost@mvc.on.ca

Main Menu

Removing Gaps

Started by cmcguire, July 04, 2017, 08:59:19 AM

Previous topic - Next topic

cmcguire

Does anyone know how to delete all gaps from a time series without clicking on each one?

cmcguire

We added the QStrip() transformation to the Edited timeseries.  When there's no minimum valid quality entered in the brackets, it gets rid of the gaps.  Not sure if there are any downsides to this method or not.

SteveWKISTERS


Hi Chris,

Have you considered running a validator on your timeseries instead of combining a QStrip() function in your copy time series agent? There are validators explicitly designed to remove / interpolate gaps in the data record.


Steve with Kisters

DMcNiece

On this logger, the sampling increment is 5 min as it is IP driven.  For phone modem loggers, we kept it to 15 minutes so that data packets remain small and manageable.  The default unit of measure for this agent is seconds we did 900 (15min) gaps for the 5 minute loggers and 1 hour for the 15 minute samplers.

SteveWKISTERS

Perfect example David, thanks for helping out here!

Steve with Kisters