@powercalc/power-router 1.0.56 → 1.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/countries.json +194 -0
- package/dist/config/countrydata.json +266 -0
- package/dist/config/types.json +333 -0
- package/package.json +2 -2
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"code": "10YAT-APG------L",
|
|
4
|
+
"name": "Austria",
|
|
5
|
+
"population": 8955102,
|
|
6
|
+
"short": "AT"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"code": "10YBE----------2",
|
|
10
|
+
"name": "Belgium",
|
|
11
|
+
"population": 11524454,
|
|
12
|
+
"short": "BE"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"code": "10YBA-JPCC-----D",
|
|
16
|
+
"name": "Bosnia and Herzegovina",
|
|
17
|
+
"population": 3280819,
|
|
18
|
+
"short": "BA"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"code": "10YCA-BULGARIA-R",
|
|
22
|
+
"name": "Bulgaria",
|
|
23
|
+
"population": 6951482,
|
|
24
|
+
"short": "BG"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"code": "10YCY-1001A0003J",
|
|
28
|
+
"name": "Cyprus",
|
|
29
|
+
"population": 1207359,
|
|
30
|
+
"short": "CY"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"code": "10YCZ-CEPS-----N",
|
|
34
|
+
"name": "Czech Republic",
|
|
35
|
+
"population": 10708981,
|
|
36
|
+
"short": "CZ"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"code": "10Y1001A1001A65H",
|
|
40
|
+
"name": "Denmark",
|
|
41
|
+
"population": 5793636,
|
|
42
|
+
"short": "DK"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"code": "10Y1001A1001A39I",
|
|
46
|
+
"name": "Estonia",
|
|
47
|
+
"population": 1328976,
|
|
48
|
+
"short": "EE"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"code": "10YFI-1--------U",
|
|
52
|
+
"name": "Finland",
|
|
53
|
+
"population": 5540720,
|
|
54
|
+
"short": "FI"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"code": "10YMK-MEPSO----8",
|
|
58
|
+
"name": "North Macedonia",
|
|
59
|
+
"population": 2084367,
|
|
60
|
+
"short": "MK"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"code": "10YFR-RTE------C",
|
|
64
|
+
"name": "France",
|
|
65
|
+
"population": 67146000,
|
|
66
|
+
"short": "FR"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"code": "10Y1001A1001A83F",
|
|
70
|
+
"name": "Germany",
|
|
71
|
+
"population": 83190556,
|
|
72
|
+
"short": "DE"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"code": "10YGR-HTSO-----Y",
|
|
76
|
+
"name": "Greece",
|
|
77
|
+
"population": 10724599,
|
|
78
|
+
"short": "GR"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"code": "10YHU-MAVIR----U",
|
|
82
|
+
"name": "Hungary",
|
|
83
|
+
"population": 9769526,
|
|
84
|
+
"short": "HU"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"code": "10Y1001A1001A59C",
|
|
88
|
+
"name": "Ireland",
|
|
89
|
+
"population": 4982900,
|
|
90
|
+
"short": "IE"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"code": "10YIT-GRTN-----B",
|
|
94
|
+
"name": "Italy",
|
|
95
|
+
"population": 60390560,
|
|
96
|
+
"short": "IT"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"code": "10YLV-1001A00074",
|
|
100
|
+
"name": "Latvia",
|
|
101
|
+
"population": 1901548,
|
|
102
|
+
"short": "LV"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"code": "10YLT-1001A0008Q",
|
|
106
|
+
"name": "Lithuania",
|
|
107
|
+
"population": 2793471,
|
|
108
|
+
"short": "LT"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"code": "10YLU-CEGEDEL-NQ",
|
|
112
|
+
"name": "Luxembourg",
|
|
113
|
+
"population": 626108,
|
|
114
|
+
"short": "LU"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"code": "10YCS-CG-TSO---S",
|
|
118
|
+
"name": "Montenegro",
|
|
119
|
+
"population": 622359,
|
|
120
|
+
"short": "ME"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"code": "10YGB----------A",
|
|
124
|
+
"name": "United Kingdom",
|
|
125
|
+
"population": 68133400,
|
|
126
|
+
"short": "GB"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"code": "10YNL----------L",
|
|
130
|
+
"name": "Nederlands",
|
|
131
|
+
"population": 17446640,
|
|
132
|
+
"short": "NL"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"code": "10YNO-0--------C",
|
|
136
|
+
"name": "Norway",
|
|
137
|
+
"population": 5330800,
|
|
138
|
+
"short": "NO"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"code": "10YPL-AREA-----S",
|
|
142
|
+
"name": "Poland",
|
|
143
|
+
"population": 38386000,
|
|
144
|
+
"short": "PL"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"code": "10YPT-REN------W",
|
|
148
|
+
"name": "Portugal",
|
|
149
|
+
"population": 10276617,
|
|
150
|
+
"short": "PT"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"code": "10YRO-TEL------P",
|
|
154
|
+
"name": "Romania",
|
|
155
|
+
"population": 19238250,
|
|
156
|
+
"short": "RO"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"code": "10YCS-SERBIATSOV",
|
|
160
|
+
"name": "Serbia",
|
|
161
|
+
"population": 6963764,
|
|
162
|
+
"short": "RS"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"code": "10YSK-SEPS-----K",
|
|
166
|
+
"name": "Slovakia",
|
|
167
|
+
"population": 5459642,
|
|
168
|
+
"short": "SK"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"code": "10YSI-ELES-----O",
|
|
172
|
+
"name": "Slovenia",
|
|
173
|
+
"population": 2094060,
|
|
174
|
+
"short": "SI"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"code": "10YES-REE------0",
|
|
178
|
+
"name": "Spain",
|
|
179
|
+
"population": 46723749,
|
|
180
|
+
"short": "ES"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"code": "10YSE-1--------K",
|
|
184
|
+
"name": "Sweden",
|
|
185
|
+
"population": 10383676,
|
|
186
|
+
"short": "SE"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"code": "10YCH-SWISSGRIDZ",
|
|
190
|
+
"name": "Switzerland",
|
|
191
|
+
"population": 8718853,
|
|
192
|
+
"short": "CH"
|
|
193
|
+
}
|
|
194
|
+
]
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"code": "10YAT-APG------L",
|
|
4
|
+
"name": "Austria",
|
|
5
|
+
"population": 8955102,
|
|
6
|
+
"short": "AT",
|
|
7
|
+
"hydrofill": {
|
|
8
|
+
"min": 269440,
|
|
9
|
+
"max": 2001005
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"code": "10YBE----------2",
|
|
14
|
+
"name": "Belgium",
|
|
15
|
+
"population": 11524454,
|
|
16
|
+
"short": "BE"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"code": "10YBA-JPCC-----D",
|
|
20
|
+
"name": "Bosnia and Herzegovina",
|
|
21
|
+
"population": 3280819,
|
|
22
|
+
"short": "BA"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"code": "10YCA-BULGARIA-R",
|
|
26
|
+
"name": "Bulgaria",
|
|
27
|
+
"population": 6951482,
|
|
28
|
+
"short": "BG",
|
|
29
|
+
"hydrofill": {
|
|
30
|
+
"min": 987839,
|
|
31
|
+
"max": 2240914
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"code": "10YCY-1001A0003J",
|
|
36
|
+
"name": "Cyprus",
|
|
37
|
+
"population": 1207359,
|
|
38
|
+
"short": "CY"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"code": "10YCZ-CEPS-----N",
|
|
42
|
+
"name": "Czech Republic",
|
|
43
|
+
"population": 10708981,
|
|
44
|
+
"short": "CZ"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"code": "10Y1001A1001A65H",
|
|
48
|
+
"name": "Denmark",
|
|
49
|
+
"population": 5793636,
|
|
50
|
+
"short": "DK"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"code": "10Y1001A1001A39I",
|
|
54
|
+
"name": "Estonia",
|
|
55
|
+
"population": 1328976,
|
|
56
|
+
"short": "EE"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"code": "10YFI-1--------U",
|
|
60
|
+
"name": "Finland",
|
|
61
|
+
"population": 5540720,
|
|
62
|
+
"short": "FI",
|
|
63
|
+
"hydrofill": {
|
|
64
|
+
"min": 1560000,
|
|
65
|
+
"max": 4512000
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"code": "10YMK-MEPSO----8",
|
|
70
|
+
"name": "North Macedonia",
|
|
71
|
+
"population": 2084367,
|
|
72
|
+
"short": "MK",
|
|
73
|
+
"hydrofill": {
|
|
74
|
+
"min": 81108,
|
|
75
|
+
"max": 162524
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"code": "10YFR-RTE------C",
|
|
80
|
+
"name": "France",
|
|
81
|
+
"population": 67146000,
|
|
82
|
+
"short": "FR",
|
|
83
|
+
"hydrofill": {
|
|
84
|
+
"min": 586044,
|
|
85
|
+
"max": 3100546
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"code": "10Y1001A1001A83F",
|
|
90
|
+
"name": "Germany",
|
|
91
|
+
"population": 83190556,
|
|
92
|
+
"short": "DE"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"code": "10YGR-HTSO-----Y",
|
|
96
|
+
"name": "Greece",
|
|
97
|
+
"population": 10724599,
|
|
98
|
+
"short": "GR",
|
|
99
|
+
"hydrofill": {
|
|
100
|
+
"min": 1099043,
|
|
101
|
+
"max": 3060004
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"code": "10YHU-MAVIR----U",
|
|
106
|
+
"name": "Hungary",
|
|
107
|
+
"population": 9769526,
|
|
108
|
+
"short": "HU"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"code": "10Y1001A1001A59C",
|
|
112
|
+
"name": "Ireland",
|
|
113
|
+
"population": 4982900,
|
|
114
|
+
"short": "IE"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"code": "10YIT-GRTN-----B",
|
|
118
|
+
"name": "Italy",
|
|
119
|
+
"population": 60390560,
|
|
120
|
+
"short": "IT",
|
|
121
|
+
"hydrofill": {
|
|
122
|
+
"min": 1837814,
|
|
123
|
+
"max": 4408894
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"code": "10YLV-1001A00074",
|
|
128
|
+
"name": "Latvia",
|
|
129
|
+
"population": 1901548,
|
|
130
|
+
"short": "LV",
|
|
131
|
+
"hydrofill": {
|
|
132
|
+
"min": 1775,
|
|
133
|
+
"max": 11167
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"code": "10YLT-1001A0008Q",
|
|
138
|
+
"name": "Lithuania",
|
|
139
|
+
"population": 2793471,
|
|
140
|
+
"short": "LT",
|
|
141
|
+
"hydrofill": {
|
|
142
|
+
"min": 395,
|
|
143
|
+
"max": 12217
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"code": "10YLU-CEGEDEL-NQ",
|
|
148
|
+
"name": "Luxembourg",
|
|
149
|
+
"population": 626108,
|
|
150
|
+
"short": "LU"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"code": "10YCS-CG-TSO---S",
|
|
154
|
+
"name": "Montenegro",
|
|
155
|
+
"population": 622359,
|
|
156
|
+
"short": "ME",
|
|
157
|
+
"hydrofill": {
|
|
158
|
+
"min": 555,
|
|
159
|
+
"max": 505322
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"code": "10YGB----------A",
|
|
164
|
+
"name": "United Kingdom",
|
|
165
|
+
"population": 68133400,
|
|
166
|
+
"short": "GB"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"code": "10YNL----------L",
|
|
170
|
+
"name": "Nederlands",
|
|
171
|
+
"population": 17446640,
|
|
172
|
+
"short": "NL"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"code": "10YNO-0--------C",
|
|
176
|
+
"name": "Norway",
|
|
177
|
+
"population": 5330800,
|
|
178
|
+
"short": "NO",
|
|
179
|
+
"hydrofill": {
|
|
180
|
+
"min": 18328177,
|
|
181
|
+
"max": 83251000
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"code": "10YPL-AREA-----S",
|
|
186
|
+
"name": "Poland",
|
|
187
|
+
"population": 38386000,
|
|
188
|
+
"short": "PL"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"code": "10YPT-REN------W",
|
|
192
|
+
"name": "Portugal",
|
|
193
|
+
"population": 10276617,
|
|
194
|
+
"short": "PT",
|
|
195
|
+
"hydrofill": {
|
|
196
|
+
"min": 974314,
|
|
197
|
+
"max": 2897771
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"code": "10YRO-TEL------P",
|
|
202
|
+
"name": "Romania",
|
|
203
|
+
"population": 19238250,
|
|
204
|
+
"short": "RO",
|
|
205
|
+
"hydrofill": {
|
|
206
|
+
"min": 885300,
|
|
207
|
+
"max": 2849800
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"code": "10YCS-SERBIATSOV",
|
|
212
|
+
"name": "Serbia",
|
|
213
|
+
"population": 6963764,
|
|
214
|
+
"short": "RS",
|
|
215
|
+
"hydrofill": {
|
|
216
|
+
"min": 159000,
|
|
217
|
+
"max": 608000
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"code": "10YSK-SEPS-----K",
|
|
222
|
+
"name": "Slovakia",
|
|
223
|
+
"population": 5459642,
|
|
224
|
+
"short": "SK"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"code": "10YSI-ELES-----O",
|
|
228
|
+
"name": "Slovenia",
|
|
229
|
+
"population": 2094060,
|
|
230
|
+
"short": "SI",
|
|
231
|
+
"hydrofill": {
|
|
232
|
+
"min": 2600,
|
|
233
|
+
"max": 2600
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"code": "10YES-REE------0",
|
|
238
|
+
"name": "Spain",
|
|
239
|
+
"population": 46723749,
|
|
240
|
+
"short": "ES",
|
|
241
|
+
"hydrofill": {
|
|
242
|
+
"min": 4308428,
|
|
243
|
+
"max": 13674197
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"code": "10YSE-1--------K",
|
|
248
|
+
"name": "Sweden",
|
|
249
|
+
"population": 10383676,
|
|
250
|
+
"short": "SE",
|
|
251
|
+
"hydrofill": {
|
|
252
|
+
"min": 5672000,
|
|
253
|
+
"max": 30694000
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"code": "10YCH-SWISSGRIDZ",
|
|
258
|
+
"name": "Switzerland",
|
|
259
|
+
"population": 8718853,
|
|
260
|
+
"short": "CH",
|
|
261
|
+
"hydrofill": {
|
|
262
|
+
"min": 377710,
|
|
263
|
+
"max": 6572889
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
]
|
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
{
|
|
2
|
+
"diesel": {
|
|
3
|
+
"name": "Diesel",
|
|
4
|
+
"psrType": "F2",
|
|
5
|
+
"co2Footprint": 276,
|
|
6
|
+
"color": "#6a0888",
|
|
7
|
+
"abbr": "DI",
|
|
8
|
+
"type": "nonelectric"
|
|
9
|
+
},
|
|
10
|
+
"gasoline": {
|
|
11
|
+
"name": "Gasoline",
|
|
12
|
+
"psrType": "F3",
|
|
13
|
+
"co2Footprint": 260,
|
|
14
|
+
"color": "#8904b1",
|
|
15
|
+
"abbr": "GS",
|
|
16
|
+
"type": "nonelectric"
|
|
17
|
+
},
|
|
18
|
+
"kerosin": {
|
|
19
|
+
"name": "Kerosin",
|
|
20
|
+
"psrType": "F4",
|
|
21
|
+
"co2Footprint": 323,
|
|
22
|
+
"color": "#DD00FF",
|
|
23
|
+
"abbr": "KE",
|
|
24
|
+
"type": "nonelectric"
|
|
25
|
+
},
|
|
26
|
+
"gas": {
|
|
27
|
+
"name": "Gas",
|
|
28
|
+
"psrType": "F1",
|
|
29
|
+
"co2Footprint": 200,
|
|
30
|
+
"color": "#F86612",
|
|
31
|
+
"abbr": "GA",
|
|
32
|
+
"type": "nonelectric"
|
|
33
|
+
},
|
|
34
|
+
"power2fossilGas": {
|
|
35
|
+
"name": "Power2fossilGas",
|
|
36
|
+
"psrType": "H3",
|
|
37
|
+
"co2Footprint": null,
|
|
38
|
+
"color": "orange_stripes",
|
|
39
|
+
"abbr": "H3",
|
|
40
|
+
"type": "dispatchablegreen"
|
|
41
|
+
},
|
|
42
|
+
"generation": {
|
|
43
|
+
"name": "Generation",
|
|
44
|
+
"psrType": "A04",
|
|
45
|
+
"co2Footprint": null,
|
|
46
|
+
"color": "#c3c3c3",
|
|
47
|
+
"abbr": "GE"
|
|
48
|
+
},
|
|
49
|
+
"price": {
|
|
50
|
+
"name": "Price",
|
|
51
|
+
"psrType": "X99",
|
|
52
|
+
"co2Footprint": null,
|
|
53
|
+
"color": "pink",
|
|
54
|
+
"yAxis": "price",
|
|
55
|
+
"abbr": "PR"
|
|
56
|
+
},
|
|
57
|
+
"consumption": {
|
|
58
|
+
"name": "Consumption",
|
|
59
|
+
"psrType": "A05",
|
|
60
|
+
"co2Footprint": null,
|
|
61
|
+
"color": "#c3c3c3",
|
|
62
|
+
"abbr": "CO",
|
|
63
|
+
"stack": "stack2",
|
|
64
|
+
"type": "consumption"
|
|
65
|
+
},
|
|
66
|
+
"waste": {
|
|
67
|
+
"name": "Waste",
|
|
68
|
+
"psrType": "B17",
|
|
69
|
+
"co2Footprint": 441,
|
|
70
|
+
"color": "#9e9e9e",
|
|
71
|
+
"abbr": "WT",
|
|
72
|
+
"type": "fossil"
|
|
73
|
+
},
|
|
74
|
+
"nuclear": {
|
|
75
|
+
"name": "Nuclear",
|
|
76
|
+
"psrType": "B14",
|
|
77
|
+
"co2Footprint": 16,
|
|
78
|
+
"color": "#ff0000",
|
|
79
|
+
"abbr": "NU",
|
|
80
|
+
"type": "nuclear"
|
|
81
|
+
},
|
|
82
|
+
"biomass": {
|
|
83
|
+
"name": "Biomass",
|
|
84
|
+
"psrType": "B01",
|
|
85
|
+
"co2Footprint": 49,
|
|
86
|
+
"color": "#689F38",
|
|
87
|
+
"abbr": "BM",
|
|
88
|
+
"type": "dispatchablegreen"
|
|
89
|
+
},
|
|
90
|
+
|
|
91
|
+
"hydroRunOfRiverAndPoundage": {
|
|
92
|
+
"name": "Hydro Run-of-river and poundage",
|
|
93
|
+
"psrType": "B11",
|
|
94
|
+
"co2Footprint": 24,
|
|
95
|
+
"color": "#2289f2",
|
|
96
|
+
"abbr": "RR",
|
|
97
|
+
"type": "intermittentgreen"
|
|
98
|
+
},
|
|
99
|
+
"fossilBrownCoalLignite": {
|
|
100
|
+
"name": "Fossil Brown coal/Lignite",
|
|
101
|
+
"psrType": "B02",
|
|
102
|
+
"co2Footprint": 1181,
|
|
103
|
+
"color": "brown",
|
|
104
|
+
"abbr": "BC",
|
|
105
|
+
"type": "fossil"
|
|
106
|
+
},
|
|
107
|
+
"fossilCoalDerivedGas": {
|
|
108
|
+
"name": "Fossil Coal-derived gas",
|
|
109
|
+
"psrType": "B03",
|
|
110
|
+
"co2Footprint": 490,
|
|
111
|
+
"color": "#e58705",
|
|
112
|
+
"abbr": "CG",
|
|
113
|
+
"type": "fossil"
|
|
114
|
+
},
|
|
115
|
+
"fossilHardCoal": {
|
|
116
|
+
"name": "Fossil Hard coal",
|
|
117
|
+
"psrType": "B05",
|
|
118
|
+
"co2Footprint": 820,
|
|
119
|
+
"color": "black",
|
|
120
|
+
"abbr": "HC",
|
|
121
|
+
"type": "fossil"
|
|
122
|
+
},
|
|
123
|
+
"fossilGas": {
|
|
124
|
+
"name": "Fossil Gas",
|
|
125
|
+
"psrType": "B04",
|
|
126
|
+
"co2Footprint": 469,
|
|
127
|
+
"color": "#f59705",
|
|
128
|
+
"abbr": "FG",
|
|
129
|
+
"type": "fossil"
|
|
130
|
+
},
|
|
131
|
+
|
|
132
|
+
"fossilOil": {
|
|
133
|
+
"name": "Fossil Oil",
|
|
134
|
+
"psrType": "B06",
|
|
135
|
+
"co2Footprint": 733,
|
|
136
|
+
"color": "#ee209f",
|
|
137
|
+
"abbr": "OL",
|
|
138
|
+
"type": "fossil"
|
|
139
|
+
},
|
|
140
|
+
"fossilOilShale": {
|
|
141
|
+
"name": "Fossil Oil shale",
|
|
142
|
+
"psrType": "B07",
|
|
143
|
+
"co2Footprint": 1072,
|
|
144
|
+
"color": "#7d7a00",
|
|
145
|
+
"abbr": "OS",
|
|
146
|
+
"type": "fossil"
|
|
147
|
+
},
|
|
148
|
+
"fossilPeat": {
|
|
149
|
+
"name": "Fossil Peat",
|
|
150
|
+
"psrType": "B08",
|
|
151
|
+
"co2Footprint": 357,
|
|
152
|
+
"color": "#9e9e9e",
|
|
153
|
+
"abbr": "PT",
|
|
154
|
+
"type": "fossil"
|
|
155
|
+
},
|
|
156
|
+
"geothermal": {
|
|
157
|
+
"name": "Geothermal",
|
|
158
|
+
"psrType": "B09",
|
|
159
|
+
"co2Footprint": 38,
|
|
160
|
+
"color": "#03a9f4",
|
|
161
|
+
"abbr": "GT",
|
|
162
|
+
"type": "green"
|
|
163
|
+
},
|
|
164
|
+
"marine": {
|
|
165
|
+
"name": "Marine",
|
|
166
|
+
"psrType": "B13",
|
|
167
|
+
"co2Footprint": null,
|
|
168
|
+
"color": "#4db6ac",
|
|
169
|
+
"abbr": "MA",
|
|
170
|
+
"type": "fossil"
|
|
171
|
+
},
|
|
172
|
+
"windOffshore": {
|
|
173
|
+
"name": "Wind Offshore",
|
|
174
|
+
"psrType": "B18",
|
|
175
|
+
"co2Footprint": 12,
|
|
176
|
+
"color": "#c3fdc3",
|
|
177
|
+
"abbr": "WO",
|
|
178
|
+
"type": "intermittentgreen"
|
|
179
|
+
},
|
|
180
|
+
"windOnshore": {
|
|
181
|
+
"name": "Wind Onshore",
|
|
182
|
+
"psrType": "B19",
|
|
183
|
+
"co2Footprint": 11,
|
|
184
|
+
"color": "#93fc93",
|
|
185
|
+
"abbr": "WI",
|
|
186
|
+
"type": "intermittentgreen"
|
|
187
|
+
},
|
|
188
|
+
"other": {
|
|
189
|
+
"name": "Other",
|
|
190
|
+
"psrType": "B20",
|
|
191
|
+
"co2Footprint": null,
|
|
192
|
+
"color": "#c3c3c3",
|
|
193
|
+
"abbr": "OT",
|
|
194
|
+
"type": "fossil"
|
|
195
|
+
},
|
|
196
|
+
"hydroWaterReservoir": {
|
|
197
|
+
"name": "Hydro Water Reservoir",
|
|
198
|
+
"psrType": "B12",
|
|
199
|
+
"co2Footprint": 24,
|
|
200
|
+
"color": "#1e7ce5",
|
|
201
|
+
"abbr": "HR",
|
|
202
|
+
"type": "dispatchablegreen"
|
|
203
|
+
},
|
|
204
|
+
"hydroPumpedStorage": {
|
|
205
|
+
"name": "Hydro Pumped Storage",
|
|
206
|
+
"psrType": "B10",
|
|
207
|
+
"co2Footprint": null,
|
|
208
|
+
"color": "blue",
|
|
209
|
+
"abbr": "HP",
|
|
210
|
+
"type": "dispatchablegreen"
|
|
211
|
+
},
|
|
212
|
+
"battery": {
|
|
213
|
+
"name": "Battery",
|
|
214
|
+
"psrType": "B98",
|
|
215
|
+
"co2Footprint": 0,
|
|
216
|
+
"color": "pink",
|
|
217
|
+
"abbr": "BA",
|
|
218
|
+
"type": "dispatchablegreen"
|
|
219
|
+
},
|
|
220
|
+
"power2gas": {
|
|
221
|
+
"name": "Power2gas",
|
|
222
|
+
"psrType": "H2",
|
|
223
|
+
"co2Footprint": null,
|
|
224
|
+
"color": "#F86612_stripes",
|
|
225
|
+
"abbr": "H2",
|
|
226
|
+
"type": "dispatchablegreen"
|
|
227
|
+
},
|
|
228
|
+
|
|
229
|
+
"power2liquid": {
|
|
230
|
+
"name": "Power2liquid",
|
|
231
|
+
"psrType": "L2",
|
|
232
|
+
"co2Footprint": null,
|
|
233
|
+
"color": "purple_stripes",
|
|
234
|
+
"abbr": "L2",
|
|
235
|
+
"type": "dispatchablegreen"
|
|
236
|
+
},
|
|
237
|
+
|
|
238
|
+
"otherRenewable": {
|
|
239
|
+
"name": "Other renewable",
|
|
240
|
+
"psrType": "B15",
|
|
241
|
+
"co2Footprint": null,
|
|
242
|
+
"color": "#cddc39",
|
|
243
|
+
"abbr": "OR",
|
|
244
|
+
"type": "green"
|
|
245
|
+
},
|
|
246
|
+
"solar": {
|
|
247
|
+
"name": "Solar",
|
|
248
|
+
"psrType": "B16",
|
|
249
|
+
"co2Footprint": 45,
|
|
250
|
+
"color": "#ffc100",
|
|
251
|
+
"abbr": "SO",
|
|
252
|
+
"type": "intermittentgreen"
|
|
253
|
+
},
|
|
254
|
+
"ev": {
|
|
255
|
+
"name": "EV",
|
|
256
|
+
"psrType": "F16",
|
|
257
|
+
"co2Footprint": 469,
|
|
258
|
+
"color": "gray",
|
|
259
|
+
"abbr": "EV",
|
|
260
|
+
"type": "fossil"
|
|
261
|
+
},
|
|
262
|
+
"curtailment": {
|
|
263
|
+
"name": "Curtailment",
|
|
264
|
+
"psrType": "X42",
|
|
265
|
+
"co2Footprint": 0,
|
|
266
|
+
"color": "#cfcfcf",
|
|
267
|
+
"abbr": "CU"
|
|
268
|
+
},
|
|
269
|
+
"hydroFill": {
|
|
270
|
+
"name": "Hydro Fill",
|
|
271
|
+
"psrType": "H99",
|
|
272
|
+
"co2Footprint": null,
|
|
273
|
+
"color": "darkblue",
|
|
274
|
+
"abbr": "HF",
|
|
275
|
+
"type": "storage",
|
|
276
|
+
"yAxis": "hydroFill"
|
|
277
|
+
},
|
|
278
|
+
|
|
279
|
+
"hydroWaterReservoirIncrease": {
|
|
280
|
+
"name": "Hydro Fill added Reservoir",
|
|
281
|
+
"psrType": "H99",
|
|
282
|
+
"co2Footprint": null,
|
|
283
|
+
"color": "#1e7ce5",
|
|
284
|
+
"abbr": "FR",
|
|
285
|
+
"yAxis": "hydroFill",
|
|
286
|
+
"type": "storage"
|
|
287
|
+
},
|
|
288
|
+
"hydroPumpedStorageIncrease": {
|
|
289
|
+
"name": "Hydro Fill added Pump",
|
|
290
|
+
"psrType": "H99",
|
|
291
|
+
"co2Footprint": null,
|
|
292
|
+
"color": "blue",
|
|
293
|
+
"abbr": "FP",
|
|
294
|
+
"yAxis": "hydroFill",
|
|
295
|
+
"type": "storage"
|
|
296
|
+
},
|
|
297
|
+
"batteryIncrease": {
|
|
298
|
+
"name": "Battery added",
|
|
299
|
+
"psrType": "B99",
|
|
300
|
+
"co2Footprint": 0,
|
|
301
|
+
"color": "pink",
|
|
302
|
+
"abbr": "BS",
|
|
303
|
+
"type": "storage",
|
|
304
|
+
"yAxis": "hydroFill"
|
|
305
|
+
},
|
|
306
|
+
"power2gasIncrease": {
|
|
307
|
+
"name": "power2gas added",
|
|
308
|
+
"psrType": "H22",
|
|
309
|
+
"co2Footprint": null,
|
|
310
|
+
"color": "orange",
|
|
311
|
+
"abbr": "H22",
|
|
312
|
+
"yAxis": "hydroFill",
|
|
313
|
+
"type": "storage"
|
|
314
|
+
},
|
|
315
|
+
"power2liquidIncrease": {
|
|
316
|
+
"name": "power2liquid added",
|
|
317
|
+
"psrType": "L22",
|
|
318
|
+
"co2Footprint": null,
|
|
319
|
+
"color": "purple",
|
|
320
|
+
"abbr": "L22",
|
|
321
|
+
"yAxis": "hydroFill",
|
|
322
|
+
"type": "storage"
|
|
323
|
+
},
|
|
324
|
+
"biomassIncrease": {
|
|
325
|
+
"name": "Saved Biomass",
|
|
326
|
+
"psrType": "H99",
|
|
327
|
+
"co2Footprint": null,
|
|
328
|
+
"color": "green",
|
|
329
|
+
"abbr": "FB",
|
|
330
|
+
"yAxis": "hydroFill",
|
|
331
|
+
"type": "storage"
|
|
332
|
+
}
|
|
333
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powercalc/power-router",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.57",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"pup": "tsc && node dist/pup.js",
|
|
17
17
|
"start:debug": "npm run copy && tsc && node dist/app.js >log-file.txt 2>error-file.txt",
|
|
18
18
|
"copy:dev": "cp -r src/router/config dist-build/router",
|
|
19
|
-
"copy": "cp -r src/router/config dist
|
|
19
|
+
"copy": "cp -r src/router/config dist",
|
|
20
20
|
"lint": "eslint src"
|
|
21
21
|
},
|
|
22
22
|
"author": "",
|