Closed Samreay closed 1 year ago
The TSDF endpoint at https://bmrs.elexon.co.uk/api-documentation/endpoint/datasets/TSDF specifies:
Data is received from 9am on current day from NGESO and will show values for the day ahead
I therefore expect data to be published at 9am.
Steps to reproduce the behavior:
{ "data": [ { "dataset": "TSDF", "demand": 29850, "publishTime": "2023-03-01T23:45:00Z", "startTime": "2023-03-02T00:00:00Z", "settlementDate": "2023-03-02", "settlementPeriod": 1, "boundary": "N" }, { "dataset": "TSDF", "demand": 30305, "publishTime": "2023-03-01T23:45:00Z", "startTime": "2023-03-02T00:30:00Z", "settlementDate": "2023-03-02", "settlementPeriod": 2, "boundary": "N" }, { "dataset": "TSDF", "demand": 30611, "publishTime": "2023-03-01T23:45:00Z", "startTime": "2023-03-02T01:00:00Z", "settlementDate": "2023-03-02", "settlementPeriod": 3, "boundary": "N" }, ] }
Documentation should reflect the publication of the data.
Please answer the following questions for yourself before submitting an issue.
Hi @Samreay - the documentation has been updated to reflect the reality of data publication. Thanks for flagging this!
Describe the issue
The TSDF endpoint at https://bmrs.elexon.co.uk/api-documentation/endpoint/datasets/TSDF specifies:
I therefore expect data to be published at 9am.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behaviour
Documentation should reflect the publication of the data.
Checks
Please answer the following questions for yourself before submitting an issue.