records

records

Actieve filters Wis alles

Geen actieve filters

Filters

Wind power production estimation and forecast on Belgian grid (Historical)

Bijlagen

Klik om uit te vouwen Klik om samen te vouwen

Datasetschema

Klik om uit te vouwen Klik om samen te vouwen
Datetime
Time at which the interval starts.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
datetime
Type
datumtijdstip
Voorbeeld
                       
Resolution code
Length of the time interval expressed in compliance with ISO 8601.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
resolutioncode
Type
tekst
Voorbeeld
                       
Offshore/onshore
Indicates whether the wind farm is offshore or onshore.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
offshoreonshore
Type
tekst
Voorbeeld
                       
Region
Location of the production unit.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
region
Type
tekst
Voorbeeld
                       
Grid connection type
Indicates whether the production unit is connected to the Elia grid or to a DSO grid.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
gridconnectiontype
Type
tekst
Voorbeeld
                       
Measured & Upscaled
The value running average measured for the reported time interval.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
measured
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Most recent forecast
Most recently forecasted volume.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
mostrecentforecast
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Most recent P10
Most recently forecasted volume with a probability of less than 10% that a lower volume will be produced.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
mostrecentconfidence10
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Most recent P90
Most recently forecasted volume with a probability of less than 10% that a higher volume will be produced.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
mostrecentconfidence90
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Day Ahead 11AM forecast
Day-ahead forecasted volume published at 11AM. 

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
dayahead11hforecast
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Day Ahead 11AM P10
Day-ahead forecasted volume with a probability of less than 10% that a lower volume will be produced, published at 11AM. 

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
dayahead11hconfidence10
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Day Ahead 11AM P90
Day-ahead forecasted volume with a probability of less than 10% that a higher volume will be produced, published at 11AM. 

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
dayahead11hconfidence90
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Day-ahead 6PM forecast
Day-ahead forecasted volume to be produced.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
dayaheadforecast
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Day-ahead 6PM P10
Day-ahead forecasted volume with a probability of less than 10% that a lower volume will be produced.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
dayaheadconfidence10
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Day-ahead 6PM P90
Forecasted volume with a probability of less than 10% that a higher volume will be produced.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
dayaheadconfidence90
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Week-ahead forecast
Week-ahead forecasted volume.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
weekaheadforecast
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Week-ahead P10
Week-ahead forecasted volume with a probability of less than 10% that a lower volume will be produced.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
weekaheadconfidence10
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Week-ahead P90
Week-ahead forecasted volume with a probability of less than 10% that a higher volume will be produced.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
weekaheadconfidence90
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Monitored capacity
Total available production capacity.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
monitoredcapacity
Type
dubbel
Eenheid
MW
Voorbeeld
                       
Load factor
The percentage ratio between measured power generation and the total monitored power capacity.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
loadfactor
Type
dubbel
Voorbeeld
                       
Decremental bid Indicator
Elia has requested the wind park to reduce production below its maximum capacity during this QH. This is defined as the amount of Megawatt for a given quarter-hour (QH).Empty: No decremental bids were requested by Elia, and the wind park is not required to lower its production during this QH..Note: Elia does not publish any information around decremental bids on request of the parks owners themselves.

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
decrementalbidid
Type
tekst
Voorbeeld
                       

JSON Schema

Het volgende JSON-voorwerp is een gestandaardiseerde omschrijving van het schema van uw dataset. Meer over JSON-schema.

{
  • "title":"ods031",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ods031"
      }
    ]
    ,
  • "definitions":
    {
    • "ods031":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ods031_records"
            }
          }
        }
      }
      ,
    • "ods031_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "datetime":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Datetime",
              • "description":"Time at which the interval starts."
              }
              ,
            • "resolutioncode":
              {
              • "type":"string",
              • "title":"Resolution code",
              • "description":"Length of the time interval expressed in compliance with ISO 8601."
              }
              ,
            • "offshoreonshore":
              {
              • "type":"string",
              • "title":"Offshore/onshore",
              • "description":"Indicates whether the wind farm is offshore or onshore."
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":"Location of the production unit."
              }
              ,
            • "gridconnectiontype":
              {
              • "type":"string",
              • "title":"Grid connection type",
              • "description":"Indicates whether the production unit is connected to the Elia grid or to a DSO grid."
              }
              ,
            • "measured":
              {
              • "type":"number",
              • "title":"Measured & Upscaled",
              • "description":"The value running average measured for the reported time interval.",
              • "unit":"MW"
              }
              ,
            • "mostrecentforecast":
              {
              • "type":"number",
              • "title":"Most recent forecast",
              • "description":"Most recently forecasted volume.",
              • "unit":"MW"
              }
              ,
            • "mostrecentconfidence10":
              {
              • "type":"number",
              • "title":"Most recent P10",
              • "description":"Most recently forecasted volume with a probability of less than 10% that a lower volume will be produced.",
              • "unit":"MW"
              }
              ,
            • "mostrecentconfidence90":
              {
              • "type":"number",
              • "title":"Most recent P90",
              • "description":"Most recently forecasted volume with a probability of less than 10% that a higher volume will be produced.",
              • "unit":"MW"
              }
              ,
            • "dayahead11hforecast":
              {
              • "type":"number",
              • "title":"Day Ahead 11AM forecast",
              • "description":"Day-ahead forecasted volume published at 11AM. ",
              • "unit":"MW"
              }
              ,
            • "dayahead11hconfidence10":
              {
              • "type":"number",
              • "title":"Day Ahead 11AM P10",
              • "description":"Day-ahead forecasted volume with a probability of less than 10% that a lower volume will be produced, published at 11AM. ",
              • "unit":"MW"
              }
              ,
            • "dayahead11hconfidence90":
              {
              • "type":"number",
              • "title":"Day Ahead 11AM P90",
              • "description":"Day-ahead forecasted volume with a probability of less than 10% that a higher volume will be produced, published at 11AM. ",
              • "unit":"MW"
              }
              ,
            • "dayaheadforecast":
              {
              • "type":"number",
              • "title":"Day-ahead 6PM forecast",
              • "description":"Day-ahead forecasted volume to be produced.",
              • "unit":"MW"
              }
              ,
            • "dayaheadconfidence10":
              {
              • "type":"number",
              • "title":"Day-ahead 6PM P10",
              • "description":"Day-ahead forecasted volume with a probability of less than 10% that a lower volume will be produced.",
              • "unit":"MW"
              }
              ,
            • "dayaheadconfidence90":
              {
              • "type":"number",
              • "title":"Day-ahead 6PM P90",
              • "description":"Forecasted volume with a probability of less than 10% that a higher volume will be produced.",
              • "unit":"MW"
              }
              ,
            • "weekaheadforecast":
              {
              • "type":"number",
              • "title":"Week-ahead forecast",
              • "description":"Week-ahead forecasted volume.",
              • "unit":"MW"
              }
              ,
            • "weekaheadconfidence10":
              {
              • "type":"number",
              • "title":"Week-ahead P10",
              • "description":"Week-ahead forecasted volume with a probability of less than 10% that a lower volume will be produced.",
              • "unit":"MW"
              }
              ,
            • "weekaheadconfidence90":
              {
              • "type":"number",
              • "title":"Week-ahead P90",
              • "description":"Week-ahead forecasted volume with a probability of less than 10% that a higher volume will be produced.",
              • "unit":"MW"
              }
              ,
            • "monitoredcapacity":
              {
              • "type":"number",
              • "title":"Monitored capacity",
              • "description":"Total available production capacity.",
              • "unit":"MW"
              }
              ,
            • "loadfactor":
              {
              • "type":"number",
              • "title":"Load factor",
              • "description":"The percentage ratio between measured power generation and the total monitored power capacity."
              }
              ,
            • "decrementalbidid":
              {
              • "type":"string",
              • "title":"Decremental bid Indicator",
              • "description":"Elia has requested the wind park to reduce production below its maximum capacity during this QH. This is defined as the amount of Megawatt for a given quarter-hour (QH).Empty: No decremental bids were requested by Elia, and the wind park is not required to lower its production during this QH..Note: Elia does not publish any information around decremental bids on request of the parks owners themselves."
              }
            }
          }
        }
      }
    }
}

Similar datasets