records
System imbalance forecast current quarter hour (near real-time)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"ods136",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods136"
}
] - "definitions":{
- "ods136":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods136_records"
}
}
} - "records":
} - "properties":
- "ods136_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "predictiontimeutc":,{
- "type":"string",
- "format":"date-time",
- "title":"Prediction Datetime",
- "description":"Date and time at which the forecast is made."
} - "resolutioncode":,{
- "type":"string",
- "title":"Resolution code",
- "description":"Length of the time slot."
} - "predictions_forecastedtimeutc":,{
- "type":"string",
- "format":"date-time",
- "title":"Quarter hour",
- "description":"Start of the quarter hour for which the System Imbalance is forecasted."
} - "predictionquality":,{
- "type":"number",
- "title":"Input data availability",
- "description":"Fraction of input data that was available for making the forecast."
} - "predictions_silinearregressionforecast":,{
- "type":"number",
- "title":"System imbalance forecast",
- "description":"Point forecast of the average quarter-hourly system imbalance.",
- "unit":"MW"
} - "predictions_categoricalsiprediction_from_minus_inf_to_minus_400":,{
- "type":"number",
- "title":"Probability in [-inf,-400]",
- "description":"Estimation of the probability that the average quarter-hourly system imbalance in Quarter hour will be smaller than or equal to -400 MW "
} - "predictions_categoricalsiprediction_from_minus_400_to_minus_200":,{
- "type":"number",
- "title":"Probability in [-400,-200]",
- "description":"Estimation of the probability that the average quarter-hourly system imbalance in Quarter hour will lie between -400 and -200 MW "
} - "predictions_categoricalsiprediction_from_minus_200_to_0":,{
- "type":"number",
- "title":"Probability in [-200,0]",
- "description":"Estimation of the probability that the average quarter-hourly system imbalance in Quarter hour will lie between -200 and 0 MW "
} - "predictions_categoricalsiprediction_from_0_to_200":,{
- "type":"number",
- "title":"Probability in [0,200]",
- "description":"Estimation of the probability that the average quarter-hourly system imbalance in Quarter hour will lie between 0 and 200 MW "
} - "predictions_categoricalsiprediction_from_200_to_400":,{
- "type":"number",
- "title":"Probability in [200,400]",
- "description":"Estimation of the probability that the average quarter-hourly system imbalance in Quarter hour will lie between 200 and 400 MW "
} - "predictions_categoricalsiprediction_from_400_to_inf":{
- "type":"number",
- "title":"Probability in [400,inf]",
- "description":"Estimation of the probability that the average quarter-hourly system imbalance in Quarter hour will be larger than or equal to 400 MW "
}
} - "predictiontimeutc":
}
} - "fields":
} - "properties":
} - "ods136":
}