Skip to content

Commit 0e672b1

Browse files
committedJul 16, 2016
add greenhouse gases dataset
1 parent 3ad04d6 commit 0e672b1

File tree

3 files changed

+1117
-0
lines changed

3 files changed

+1117
-0
lines changed
 

‎greenhouse-gases-wri-2005/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## files
2+
3+
`graph.json` defines links using the integer index of each node in the nodes array.
4+
5+
`sankeygreenhouse.json` defines links using the string name of each node in the nodes array.
6+
7+
## data source
8+
9+
[World Greenhouse Gas Emissions in 2005](http://www.wri.org/publication/world-greenhouse-gas-emissions-2005)
10+
11+
## visualizations
12+
13+
[Greenhouse Gases Sankey Particles](http://bl.ocks.org/micahstubbs/9454eed3a3b77436eba20e0a8d9e1d50) bl.ock
14+
15+
[Sankey diagram of greenhouse gas production in 2005](http://bl.ocks.org/d3noob/5015397) bl.ock

‎greenhouse-gases-wri-2005/graph.json

+551
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,551 @@
1+
{
2+
"nodes": [
3+
{
4+
"name": "Energy"
5+
},
6+
{
7+
"name": "Industrial Processes"
8+
},
9+
{
10+
"name": "Electricity and heat"
11+
},
12+
{
13+
"name": "Industry"
14+
},
15+
{
16+
"name": "Land Use Change"
17+
},
18+
{
19+
"name": "Agriculture"
20+
},
21+
{
22+
"name": "Waste"
23+
},
24+
{
25+
"name": "Transportation"
26+
},
27+
{
28+
"name": "Other Fuel Combustion"
29+
},
30+
{
31+
"name": "Fugitive Emissions"
32+
},
33+
{
34+
"name": "Road"
35+
},
36+
{
37+
"name": "Air"
38+
},
39+
{
40+
"name": "Rail - Ship and Other Transport"
41+
},
42+
{
43+
"name": "Residential Buildings"
44+
},
45+
{
46+
"name": "Commercial Buildings"
47+
},
48+
{
49+
"name": "Unallocated Fuel Combustion"
50+
},
51+
{
52+
"name": "Iron and Steel"
53+
},
54+
{
55+
"name": "Aluminium Non-Ferrous Metals"
56+
},
57+
{
58+
"name": "Machinery"
59+
},
60+
{
61+
"name": "Pulp - Paper and Printing"
62+
},
63+
{
64+
"name": "Food and Tobacco"
65+
},
66+
{
67+
"name": "Chemicals"
68+
},
69+
{
70+
"name": "Cement"
71+
},
72+
{
73+
"name": "Other Industry"
74+
},
75+
{
76+
"name": "T and D Losses"
77+
},
78+
{
79+
"name": "Coal Mining"
80+
},
81+
{
82+
"name": "Oil and Gas Processing"
83+
},
84+
{
85+
"name": "Deforestation"
86+
},
87+
{
88+
"name": "Harvest / Management"
89+
},
90+
{
91+
"name": "Agricultural Energy Use"
92+
},
93+
{
94+
"name": "Agriculture Soils"
95+
},
96+
{
97+
"name": "Livestock and Manure"
98+
},
99+
{
100+
"name": "Rice Cultivation"
101+
},
102+
{
103+
"name": "Other Agriculture"
104+
},
105+
{
106+
"name": "Landfills"
107+
},
108+
{
109+
"name": "Waste water - Other Waste"
110+
},
111+
{
112+
"name": "Carbon Dioxide"
113+
},
114+
{
115+
"name": "HFCs - PFCs"
116+
},
117+
{
118+
"name": "Methane"
119+
},
120+
{
121+
"name": "Nitrous Oxide"
122+
}
123+
],
124+
"links": [
125+
{
126+
"source": 29,
127+
"target": 36,
128+
"value": "1.4"
129+
},
130+
{
131+
"source": 5,
132+
"target": 30,
133+
"value": "5.2"
134+
},
135+
{
136+
"source": 5,
137+
"target": 31,
138+
"value": "5.4"
139+
},
140+
{
141+
"source": 5,
142+
"target": 33,
143+
"value": "1.7"
144+
},
145+
{
146+
"source": 5,
147+
"target": 32,
148+
"value": "1.5"
149+
},
150+
{
151+
"source": 30,
152+
"target": 39,
153+
"value": "5.2"
154+
},
155+
{
156+
"source": 11,
157+
"target": 36,
158+
"value": "1.7"
159+
},
160+
{
161+
"source": 17,
162+
"target": 36,
163+
"value": "1.0"
164+
},
165+
{
166+
"source": 17,
167+
"target": 37,
168+
"value": "0.2"
169+
},
170+
{
171+
"source": 22,
172+
"target": 36,
173+
"value": "5.0"
174+
},
175+
{
176+
"source": 21,
177+
"target": 36,
178+
"value": "3.4"
179+
},
180+
{
181+
"source": 21,
182+
"target": 37,
183+
"value": "0.5"
184+
},
185+
{
186+
"source": 21,
187+
"target": 39,
188+
"value": "0.2"
189+
},
190+
{
191+
"source": 25,
192+
"target": 36,
193+
"value": "0.1"
194+
},
195+
{
196+
"source": 25,
197+
"target": 38,
198+
"value": "1.2"
199+
},
200+
{
201+
"source": 14,
202+
"target": 36,
203+
"value": "6.3"
204+
},
205+
{
206+
"source": 27,
207+
"target": 36,
208+
"value": "10.9"
209+
},
210+
{
211+
"source": 2,
212+
"target": 29,
213+
"value": "0.4"
214+
},
215+
{
216+
"source": 2,
217+
"target": 17,
218+
"value": "0.4"
219+
},
220+
{
221+
"source": 2,
222+
"target": 22,
223+
"value": "0.3"
224+
},
225+
{
226+
"source": 2,
227+
"target": 21,
228+
"value": "1.3"
229+
},
230+
{
231+
"source": 2,
232+
"target": 14,
233+
"value": "5.0"
234+
},
235+
{
236+
"source": 2,
237+
"target": 20,
238+
"value": "0.5"
239+
},
240+
{
241+
"source": 2,
242+
"target": 16,
243+
"value": "1.0"
244+
},
245+
{
246+
"source": 2,
247+
"target": 18,
248+
"value": "1.0"
249+
},
250+
{
251+
"source": 2,
252+
"target": 26,
253+
"value": "0.4"
254+
},
255+
{
256+
"source": 2,
257+
"target": 23,
258+
"value": "2.7"
259+
},
260+
{
261+
"source": 2,
262+
"target": 19,
263+
"value": "0.6"
264+
},
265+
{
266+
"source": 2,
267+
"target": 13,
268+
"value": "5.2"
269+
},
270+
{
271+
"source": 2,
272+
"target": 24,
273+
"value": "2.2"
274+
},
275+
{
276+
"source": 2,
277+
"target": 15,
278+
"value": "2.0"
279+
},
280+
{
281+
"source": 0,
282+
"target": 2,
283+
"value": "24.9"
284+
},
285+
{
286+
"source": 0,
287+
"target": 9,
288+
"value": "4.0"
289+
},
290+
{
291+
"source": 0,
292+
"target": 3,
293+
"value": "14.7"
294+
},
295+
{
296+
"source": 0,
297+
"target": 8,
298+
"value": "8.6"
299+
},
300+
{
301+
"source": 0,
302+
"target": 7,
303+
"value": "14.3"
304+
},
305+
{
306+
"source": 20,
307+
"target": 36,
308+
"value": "1.0"
309+
},
310+
{
311+
"source": 9,
312+
"target": 25,
313+
"value": "1.3"
314+
},
315+
{
316+
"source": 9,
317+
"target": 26,
318+
"value": "3.2"
319+
},
320+
{
321+
"source": 28,
322+
"target": 36,
323+
"value": "1.3"
324+
},
325+
{
326+
"source": 1,
327+
"target": 17,
328+
"value": "0.4"
329+
},
330+
{
331+
"source": 1,
332+
"target": 22,
333+
"value": "2.8"
334+
},
335+
{
336+
"source": 1,
337+
"target": 21,
338+
"value": "1.4"
339+
},
340+
{
341+
"source": 1,
342+
"target": 23,
343+
"value": "0.5"
344+
},
345+
{
346+
"source": 3,
347+
"target": 17,
348+
"value": "0.4"
349+
},
350+
{
351+
"source": 3,
352+
"target": 22,
353+
"value": "1.9"
354+
},
355+
{
356+
"source": 3,
357+
"target": 21,
358+
"value": "1.4"
359+
},
360+
{
361+
"source": 3,
362+
"target": 20,
363+
"value": "0.5"
364+
},
365+
{
366+
"source": 3,
367+
"target": 16,
368+
"value": "3.0"
369+
},
370+
{
371+
"source": 3,
372+
"target": 26,
373+
"value": "2.8"
374+
},
375+
{
376+
"source": 3,
377+
"target": 23,
378+
"value": "3.8"
379+
},
380+
{
381+
"source": 3,
382+
"target": 19,
383+
"value": "0.5"
384+
},
385+
{
386+
"source": 16,
387+
"target": 36,
388+
"value": "4.0"
389+
},
390+
{
391+
"source": 4,
392+
"target": 27,
393+
"value": "10.9"
394+
},
395+
{
396+
"source": 4,
397+
"target": 28,
398+
"value": "1.3"
399+
},
400+
{
401+
"source": 34,
402+
"target": 38,
403+
"value": "1.7"
404+
},
405+
{
406+
"source": 31,
407+
"target": 38,
408+
"value": "5.1"
409+
},
410+
{
411+
"source": 31,
412+
"target": 39,
413+
"value": "0.3"
414+
},
415+
{
416+
"source": 18,
417+
"target": 36,
418+
"value": "1.0"
419+
},
420+
{
421+
"source": 26,
422+
"target": 36,
423+
"value": "3.6"
424+
},
425+
{
426+
"source": 26,
427+
"target": 38,
428+
"value": "2.8"
429+
},
430+
{
431+
"source": 33,
432+
"target": 38,
433+
"value": "1.4"
434+
},
435+
{
436+
"source": 33,
437+
"target": 39,
438+
"value": "0.3"
439+
},
440+
{
441+
"source": 8,
442+
"target": 29,
443+
"value": "1.0"
444+
},
445+
{
446+
"source": 8,
447+
"target": 14,
448+
"value": "1.3"
449+
},
450+
{
451+
"source": 8,
452+
"target": 13,
453+
"value": "5.0"
454+
},
455+
{
456+
"source": 8,
457+
"target": 15,
458+
"value": "1.8"
459+
},
460+
{
461+
"source": 23,
462+
"target": 36,
463+
"value": "6.6"
464+
},
465+
{
466+
"source": 23,
467+
"target": 37,
468+
"value": "0.4"
469+
},
470+
{
471+
"source": 19,
472+
"target": 36,
473+
"value": "1.1"
474+
},
475+
{
476+
"source": 12,
477+
"target": 36,
478+
"value": "2.5"
479+
},
480+
{
481+
"source": 13,
482+
"target": 36,
483+
"value": "10.2"
484+
},
485+
{
486+
"source": 32,
487+
"target": 38,
488+
"value": "1.5"
489+
},
490+
{
491+
"source": 10,
492+
"target": 36,
493+
"value": "10.5"
494+
},
495+
{
496+
"source": 24,
497+
"target": 36,
498+
"value": "2.2"
499+
},
500+
{
501+
"source": 7,
502+
"target": 11,
503+
"value": "1.7"
504+
},
505+
{
506+
"source": 7,
507+
"target": 12,
508+
"value": "2.5"
509+
},
510+
{
511+
"source": 7,
512+
"target": 10,
513+
"value": "10.5"
514+
},
515+
{
516+
"source": 15,
517+
"target": 36,
518+
"value": "3.0"
519+
},
520+
{
521+
"source": 15,
522+
"target": 38,
523+
"value": "0.4"
524+
},
525+
{
526+
"source": 15,
527+
"target": 39,
528+
"value": "0.4"
529+
},
530+
{
531+
"source": 6,
532+
"target": 34,
533+
"value": "1.7"
534+
},
535+
{
536+
"source": 6,
537+
"target": 35,
538+
"value": "1.5"
539+
},
540+
{
541+
"source": 35,
542+
"target": 38,
543+
"value": "1.2"
544+
},
545+
{
546+
"source": 35,
547+
"target": 39,
548+
"value": "0.3"
549+
}
550+
]
551+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,551 @@
1+
{
2+
"nodes":[
3+
{
4+
"name":"Energy"
5+
},
6+
{
7+
"name":"Industrial Processes"
8+
},
9+
{
10+
"name":"Electricity and heat"
11+
},
12+
{
13+
"name":"Industry"
14+
},
15+
{
16+
"name":"Land Use Change"
17+
},
18+
{
19+
"name":"Agriculture"
20+
},
21+
{
22+
"name":"Waste"
23+
},
24+
{
25+
"name":"Transportation"
26+
},
27+
{
28+
"name":"Other Fuel Combustion"
29+
},
30+
{
31+
"name":"Fugitive Emissions"
32+
},
33+
{
34+
"name":"Road"
35+
},
36+
{
37+
"name":"Air"
38+
},
39+
{
40+
"name":"Rail - Ship and Other Transport"
41+
},
42+
{
43+
"name":"Residential Buildings"
44+
},
45+
{
46+
"name":"Commercial Buildings"
47+
},
48+
{
49+
"name":"Unallocated Fuel Combustion"
50+
},
51+
{
52+
"name":"Iron and Steel"
53+
},
54+
{
55+
"name":"Aluminium Non-Ferrous Metals"
56+
},
57+
{
58+
"name":"Machinery"
59+
},
60+
{
61+
"name":"Pulp - Paper and Printing"
62+
},
63+
{
64+
"name":"Food and Tobacco"
65+
},
66+
{
67+
"name":"Chemicals"
68+
},
69+
{
70+
"name":"Cement"
71+
},
72+
{
73+
"name":"Other Industry"
74+
},
75+
{
76+
"name":"T and D Losses"
77+
},
78+
{
79+
"name":"Coal Mining"
80+
},
81+
{
82+
"name":"Oil and Gas Processing"
83+
},
84+
{
85+
"name":"Deforestation"
86+
},
87+
{
88+
"name":"Harvest \/ Management"
89+
},
90+
{
91+
"name":"Agricultural Energy Use"
92+
},
93+
{
94+
"name":"Agriculture Soils"
95+
},
96+
{
97+
"name":"Livestock and Manure"
98+
},
99+
{
100+
"name":"Rice Cultivation"
101+
},
102+
{
103+
"name":"Other Agriculture"
104+
},
105+
{
106+
"name":"Landfills"
107+
},
108+
{
109+
"name":"Waste water - Other Waste"
110+
},
111+
{
112+
"name":"Carbon Dioxide"
113+
},
114+
{
115+
"name":"HFCs - PFCs"
116+
},
117+
{
118+
"name":"Methane"
119+
},
120+
{
121+
"name":"Nitrous Oxide"
122+
}
123+
],
124+
"links":[
125+
{
126+
"source":"Agricultural Energy Use",
127+
"target":"Carbon Dioxide",
128+
"value":"1.4"
129+
},
130+
{
131+
"source":"Agriculture",
132+
"target":"Agriculture Soils",
133+
"value":"5.2"
134+
},
135+
{
136+
"source":"Agriculture",
137+
"target":"Livestock and Manure",
138+
"value":"5.4"
139+
},
140+
{
141+
"source":"Agriculture",
142+
"target":"Other Agriculture",
143+
"value":"1.7"
144+
},
145+
{
146+
"source":"Agriculture",
147+
"target":"Rice Cultivation",
148+
"value":"1.5"
149+
},
150+
{
151+
"source":"Agriculture Soils",
152+
"target":"Nitrous Oxide",
153+
"value":"5.2"
154+
},
155+
{
156+
"source":"Air",
157+
"target":"Carbon Dioxide",
158+
"value":"1.7"
159+
},
160+
{
161+
"source":"Aluminium Non-Ferrous Metals",
162+
"target":"Carbon Dioxide",
163+
"value":"1.0"
164+
},
165+
{
166+
"source":"Aluminium Non-Ferrous Metals",
167+
"target":"HFCs - PFCs",
168+
"value":"0.2"
169+
},
170+
{
171+
"source":"Cement",
172+
"target":"Carbon Dioxide",
173+
"value":"5.0"
174+
},
175+
{
176+
"source":"Chemicals",
177+
"target":"Carbon Dioxide",
178+
"value":"3.4"
179+
},
180+
{
181+
"source":"Chemicals",
182+
"target":"HFCs - PFCs",
183+
"value":"0.5"
184+
},
185+
{
186+
"source":"Chemicals",
187+
"target":"Nitrous Oxide",
188+
"value":"0.2"
189+
},
190+
{
191+
"source":"Coal Mining",
192+
"target":"Carbon Dioxide",
193+
"value":"0.1"
194+
},
195+
{
196+
"source":"Coal Mining",
197+
"target":"Methane",
198+
"value":"1.2"
199+
},
200+
{
201+
"source":"Commercial Buildings",
202+
"target":"Carbon Dioxide",
203+
"value":"6.3"
204+
},
205+
{
206+
"source":"Deforestation",
207+
"target":"Carbon Dioxide",
208+
"value":"10.9"
209+
},
210+
{
211+
"source":"Electricity and heat",
212+
"target":"Agricultural Energy Use",
213+
"value":"0.4"
214+
},
215+
{
216+
"source":"Electricity and heat",
217+
"target":"Aluminium Non-Ferrous Metals",
218+
"value":"0.4"
219+
},
220+
{
221+
"source":"Electricity and heat",
222+
"target":"Cement",
223+
"value":"0.3"
224+
},
225+
{
226+
"source":"Electricity and heat",
227+
"target":"Chemicals",
228+
"value":"1.3"
229+
},
230+
{
231+
"source":"Electricity and heat",
232+
"target":"Commercial Buildings",
233+
"value":"5.0"
234+
},
235+
{
236+
"source":"Electricity and heat",
237+
"target":"Food and Tobacco",
238+
"value":"0.5"
239+
},
240+
{
241+
"source":"Electricity and heat",
242+
"target":"Iron and Steel",
243+
"value":"1.0"
244+
},
245+
{
246+
"source":"Electricity and heat",
247+
"target":"Machinery",
248+
"value":"1.0"
249+
},
250+
{
251+
"source":"Electricity and heat",
252+
"target":"Oil and Gas Processing",
253+
"value":"0.4"
254+
},
255+
{
256+
"source":"Electricity and heat",
257+
"target":"Other Industry",
258+
"value":"2.7"
259+
},
260+
{
261+
"source":"Electricity and heat",
262+
"target":"Pulp - Paper and Printing",
263+
"value":"0.6"
264+
},
265+
{
266+
"source":"Electricity and heat",
267+
"target":"Residential Buildings",
268+
"value":"5.2"
269+
},
270+
{
271+
"source":"Electricity and heat",
272+
"target":"T and D Losses",
273+
"value":"2.2"
274+
},
275+
{
276+
"source":"Electricity and heat",
277+
"target":"Unallocated Fuel Combustion",
278+
"value":"2.0"
279+
},
280+
{
281+
"source":"Energy",
282+
"target":"Electricity and heat",
283+
"value":"24.9"
284+
},
285+
{
286+
"source":"Energy",
287+
"target":"Fugitive Emissions",
288+
"value":"4.0"
289+
},
290+
{
291+
"source":"Energy",
292+
"target":"Industry",
293+
"value":"14.7"
294+
},
295+
{
296+
"source":"Energy",
297+
"target":"Other Fuel Combustion",
298+
"value":"8.6"
299+
},
300+
{
301+
"source":"Energy",
302+
"target":"Transportation",
303+
"value":"14.3"
304+
},
305+
{
306+
"source":"Food and Tobacco",
307+
"target":"Carbon Dioxide",
308+
"value":"1.0"
309+
},
310+
{
311+
"source":"Fugitive Emissions",
312+
"target":"Coal Mining",
313+
"value":"1.3"
314+
},
315+
{
316+
"source":"Fugitive Emissions",
317+
"target":"Oil and Gas Processing",
318+
"value":"3.2"
319+
},
320+
{
321+
"source":"Harvest \/ Management",
322+
"target":"Carbon Dioxide",
323+
"value":"1.3"
324+
},
325+
{
326+
"source":"Industrial Processes",
327+
"target":"Aluminium Non-Ferrous Metals",
328+
"value":"0.4"
329+
},
330+
{
331+
"source":"Industrial Processes",
332+
"target":"Cement",
333+
"value":"2.8"
334+
},
335+
{
336+
"source":"Industrial Processes",
337+
"target":"Chemicals",
338+
"value":"1.4"
339+
},
340+
{
341+
"source":"Industrial Processes",
342+
"target":"Other Industry",
343+
"value":"0.5"
344+
},
345+
{
346+
"source":"Industry",
347+
"target":"Aluminium Non-Ferrous Metals",
348+
"value":"0.4"
349+
},
350+
{
351+
"source":"Industry",
352+
"target":"Cement",
353+
"value":"1.9"
354+
},
355+
{
356+
"source":"Industry",
357+
"target":"Chemicals",
358+
"value":"1.4"
359+
},
360+
{
361+
"source":"Industry",
362+
"target":"Food and Tobacco",
363+
"value":"0.5"
364+
},
365+
{
366+
"source":"Industry",
367+
"target":"Iron and Steel",
368+
"value":"3.0"
369+
},
370+
{
371+
"source":"Industry",
372+
"target":"Oil and Gas Processing",
373+
"value":"2.8"
374+
},
375+
{
376+
"source":"Industry",
377+
"target":"Other Industry",
378+
"value":"3.8"
379+
},
380+
{
381+
"source":"Industry",
382+
"target":"Pulp - Paper and Printing",
383+
"value":"0.5"
384+
},
385+
{
386+
"source":"Iron and Steel",
387+
"target":"Carbon Dioxide",
388+
"value":"4.0"
389+
},
390+
{
391+
"source":"Land Use Change",
392+
"target":"Deforestation",
393+
"value":"10.9"
394+
},
395+
{
396+
"source":"Land Use Change",
397+
"target":"Harvest \/ Management",
398+
"value":"1.3"
399+
},
400+
{
401+
"source":"Landfills",
402+
"target":"Methane",
403+
"value":"1.7"
404+
},
405+
{
406+
"source":"Livestock and Manure",
407+
"target":"Methane",
408+
"value":"5.1"
409+
},
410+
{
411+
"source":"Livestock and Manure",
412+
"target":"Nitrous Oxide",
413+
"value":"0.3"
414+
},
415+
{
416+
"source":"Machinery",
417+
"target":"Carbon Dioxide",
418+
"value":"1.0"
419+
},
420+
{
421+
"source":"Oil and Gas Processing",
422+
"target":"Carbon Dioxide",
423+
"value":"3.6"
424+
},
425+
{
426+
"source":"Oil and Gas Processing",
427+
"target":"Methane",
428+
"value":"2.8"
429+
},
430+
{
431+
"source":"Other Agriculture",
432+
"target":"Methane",
433+
"value":"1.4"
434+
},
435+
{
436+
"source":"Other Agriculture",
437+
"target":"Nitrous Oxide",
438+
"value":"0.3"
439+
},
440+
{
441+
"source":"Other Fuel Combustion",
442+
"target":"Agricultural Energy Use",
443+
"value":"1.0"
444+
},
445+
{
446+
"source":"Other Fuel Combustion",
447+
"target":"Commercial Buildings",
448+
"value":"1.3"
449+
},
450+
{
451+
"source":"Other Fuel Combustion",
452+
"target":"Residential Buildings",
453+
"value":"5.0"
454+
},
455+
{
456+
"source":"Other Fuel Combustion",
457+
"target":"Unallocated Fuel Combustion",
458+
"value":"1.8"
459+
},
460+
{
461+
"source":"Other Industry",
462+
"target":"Carbon Dioxide",
463+
"value":"6.6"
464+
},
465+
{
466+
"source":"Other Industry",
467+
"target":"HFCs - PFCs",
468+
"value":"0.4"
469+
},
470+
{
471+
"source":"Pulp - Paper and Printing",
472+
"target":"Carbon Dioxide",
473+
"value":"1.1"
474+
},
475+
{
476+
"source":"Rail - Ship and Other Transport",
477+
"target":"Carbon Dioxide",
478+
"value":"2.5"
479+
},
480+
{
481+
"source":"Residential Buildings",
482+
"target":"Carbon Dioxide",
483+
"value":"10.2"
484+
},
485+
{
486+
"source":"Rice Cultivation",
487+
"target":"Methane",
488+
"value":"1.5"
489+
},
490+
{
491+
"source":"Road",
492+
"target":"Carbon Dioxide",
493+
"value":"10.5"
494+
},
495+
{
496+
"source":"T and D Losses",
497+
"target":"Carbon Dioxide",
498+
"value":"2.2"
499+
},
500+
{
501+
"source":"Transportation",
502+
"target":"Air",
503+
"value":"1.7"
504+
},
505+
{
506+
"source":"Transportation",
507+
"target":"Rail - Ship and Other Transport",
508+
"value":"2.5"
509+
},
510+
{
511+
"source":"Transportation",
512+
"target":"Road",
513+
"value":"10.5"
514+
},
515+
{
516+
"source":"Unallocated Fuel Combustion",
517+
"target":"Carbon Dioxide",
518+
"value":"3.0"
519+
},
520+
{
521+
"source":"Unallocated Fuel Combustion",
522+
"target":"Methane",
523+
"value":"0.4"
524+
},
525+
{
526+
"source":"Unallocated Fuel Combustion",
527+
"target":"Nitrous Oxide",
528+
"value":"0.4"
529+
},
530+
{
531+
"source":"Waste",
532+
"target":"Landfills",
533+
"value":"1.7"
534+
},
535+
{
536+
"source":"Waste",
537+
"target":"Waste water - Other Waste",
538+
"value":"1.5"
539+
},
540+
{
541+
"source":"Waste water - Other Waste",
542+
"target":"Methane",
543+
"value":"1.2"
544+
},
545+
{
546+
"source":"Waste water - Other Waste",
547+
"target":"Nitrous Oxide",
548+
"value":"0.3"
549+
}
550+
]
551+
}

0 commit comments

Comments
 (0)
Please sign in to comment.