solarforecastarbiter.io.api.APISession.get_observation_values

APISession.get_observation_values(observation_id, start, end)[source]

Get observation values from start to end for observation_id from the API

Parameters:
  • observation_id (string) – UUID of the observation object.
  • start (timelike object) – Start time in interval to retrieve values for
  • end (timelike object) – End time of the interval
Returns:

pandas.DataFrame – With a datetime index and (value, quality_flag) columns