elexon-data / insights-issues

This repository serves as a centralised location for tracking and managing issues reported on the Insights Solution.
MIT License
4 stars 0 forks source link

TSDF Report documentation is incorrect re publish time #4

Closed Samreay closed 1 year ago

Samreay commented 1 year ago

Describe the issue

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

Steps to reproduce the behavior:

  1. Go to https://bmrs.elexon.co.uk/api-documentation/endpoint/datasets/TSDF
  2. Run the query for a day to get some data with boundary="N"
  3. Verify publishTime is not 9am

image

{
  "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"
    },
]
}

Expected behaviour

Documentation should reflect the publication of the data.

Checks

Please answer the following questions for yourself before submitting an issue.

jackiewoodburn-sw commented 1 year ago

Hi @Samreay - the documentation has been updated to reflect the reality of data publication. Thanks for flagging this!