forked from datacommonsorg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
energy.json
65 lines (65 loc) · 1.65 KB
/
energy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"category": "Energy",
"titleId": "CHART_TITLE-Electricity_price",
"title": "Electricity price",
"description": "Annual average retail price of electricity, all sectors",
"statsVars": [
"Annual_Average_RetailPrice_Electricity"
],
"unit": "¢/kWh",
"isOverview": true,
"isRankingChart": true,
"relatedChart": {
"scale": false
}
},
{
"category": "Energy",
"titleId": "CHART_TITLE-Electricity_generation",
"title": "Electricity generation per capita",
"description": "Annual net electricity generation, all fuels, all sectors",
"statsVars": [
"Annual_Generation_Electricity"
],
"unit": "kWh",
"denominator": [
"Count_Person"
],
"scaling": 100,
"isOverview": true,
"relatedChart": {
"scale": false
}
},
{
"category": "Energy",
"titleId": "CHART_TITLE-Energy_use",
"title": "Energy use (kg of oil equivalent per capita)",
"description": "Total amount of energy consumed per person, measured by kilogram of oil equivalent",
"statsVars": [
"Amount_Consumption_Energy_PerCapita"
],
"unit": "kg",
"isOverview": true,
"isRankingChart": true,
"relatedChart": {
"scale": false
}
},
{
"category": "Energy",
"titleId": "CHART_TITLE-Electricity_consumption_per_capita",
"title": "Electricity consumption per capita",
"description": "Total amount of electricity consumed per person",
"statsVars": [
"Amount_Consumption_Electricity_PerCapita"
],
"unit": "kWh",
"nonDividable": true,
"isRankingChart": true,
"relatedChart": {
"scale": false
}
}
]