Skip to main content

Upload power

ML forecasting models require training with measured/observed power data, such as power generation for wind or solar sites or power consumption for load sites. To upload the power data use the Upload Site Actuals endpoint. Ensure that all power values are provided in kilowatts [kW] and that each timestamp refers to the start of the corresponding period.
Upload power data
Response example

Download power

It is possible to fetch the uploaded power time series from the Rebase Platform using the Get Site Actuals endpoint. The API response contains the power values in kW and their corresponding timestamps. The timestamps are returned in the provided timezone and refer to the start of the corresponding period. If no timezone is provided, the timestamps are returned in UTC. The following paramaters can be specified in the request: Start date start_date
Specify the start date for the time series to fetch. It is a string in ISO 8601 format.
Example: 2024-08-01T00:00:00Z
End date end_date
Specify the end date for the time series to fetch. It is a string in ISO 8601 format.
Example: 2024-08-01T04:00:00Z
Timezone tz
Specify the timezone for the timestamps. It is a string.
Example: UTC
Download power data
Response Example

Delete power

To delete the uploaded power time series from the Rebase Platform use the Delete Site Actuals endpoint. The API response contains a success message. The following paramaters can be specified in the request: Start date start_date
Specify the start date for the time series to delete. It is a string in ISO 8601 format.
Example: 2024-08-01T00:00:00Z
End date end_date
Specify the end date for the time series to delete. It is a string in ISO 8601 format.
Example: 2024-08-01T04:00:00Z
Timezone tz
Specify the timezone for the timestamps. It is a string.
Example: UTC
Delete power data
The API response contains a success message.
Response example