pyacs.gts.lib.primitive.split_gap module

pyacs.gts.lib.primitive.split_gap.split_gap(self, gap=10, verbose=False)[source]

Split the time series at gaps larger than a given number of days.

Parameters:
  • gap (int or float, optional) – Gap in days above which the series is split.

  • verbose (bool, optional) – Verbose mode.

Returns:

List of Gts split from the original.

Return type:

list of Gts