solarforecastarbiter.io.fetch.rtc.request_doe_rtc_data

solarforecastarbiter.io.fetch.rtc.request_doe_rtc_data(location, data_type, start, end, api_key)[source]

Makes a request to DOE RTC pv dashboard with the provided parameters.

Parameters:
  • location (string) – Name of the DOE RTC location.
  • data_type (string) – ‘system’ or ‘weather’
  • api_key (string) – The Api key for accessing the RTC pv dashboard API.
  • start (datetime) – Beginning of the period for which to request data.
  • end (datetime) – End of the period for which to request data.
Returns:

DataFrame – DataFrame parsed from the json response.