solarforecastarbiter.io.api.APISession.get_observation_time_range

APISession.get_observation_time_range(observation_id)[source]

Get the minimum and maximum timestamps for observation values.

Parameters:observation_id (string) – UUID of the observation object.
Returns:tuple of (pandas.Timestamp, pandas.Timestamp) – The minimum and maximum timestamps for values of the observation. Values without an explicit timezone from the API are assumed to be UTC.