Hourly electricity consumption
Primary key: model, scenario_group, scenario_name, scenario_variant, country, timestamp, unit, end_use
Data fields
| Name | Title | Type | Required | Constraints | Description |
|---|---|---|---|---|---|
model | Model | string | ✓ | Model that produced the data | |
scenario_group | Scenario Group | string | ✓ | Scenario group | |
scenario_name | Scenario Name | string | ✓ | Scenario name | |
scenario_variant | Scenario Variant | string | ✓ | Scenario variant | |
end_use | End-use | string | ✓ | End-use category | |
country | Country Code | string | ✓ | maxLength=8 | ISO 3166-1 alpha-2 country code |
timestamp | Timestamp | datetime | ✓ | Date and time of the data value | |
unit | Unit | string | ✓ | enum=['GW'] | Measurement unit of the reported value |
value | Value | number | ✓ | minimum=0 maximum=1000 | Hourly electricity consumption in the specified unit for the given country, timestamp, end-use, model, and scenario |