TimeSeries#

class TimeSeries(sampling_interval_secs=None, values=None, *args, **kwargs)[source]#

Bases: object

Parameters:
  • sampling_interval_secs – (sampling_interval_secs) The interval value is used to resample the queried time series data by using down_sampling_operator operator. The default is 86400 seconds.

  • values – (values)

property sampling_interval_secs#

The interval value is used to resample the queried time series data by using down_sampling_operator operator. The default is 86400 seconds.

Type:

int

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property values#
Type:

list[ Point ]