Minor update

This commit is contained in:
robbieandrew
2025-10-03 09:42:24 +02:00
parent 899fc0ff70
commit 4508ccbf81
9 changed files with 793 additions and 8 deletions

View File

@@ -0,0 +1,23 @@
"Year","Forest land","Cropland","Grassland","Wetlands","Settlements","Other land","HWP","Other"
2000,,,,,,,,0
2001,,,,,,,,0
2002,,,,,,,,0
2003,,,,,,,,0
2004,,,,,,,,0
2005,,,,,,,,0
2006,,,,,,,,0
2007,,,,,,,,0
2008,,,,,,,,0
2009,,,,,,,,0
2010,,,,,,,-0.323923,0
2011,,,,,,,-0.371833,0
2012,,,,,,,-0.350415,0
2013,,,,,,,-0.254967,0
2014,,,,,,,-0.303887,0
2015,,,,,,,-0.233934,0
2016,,,,,,,-0.024410,0
2017,,,,,,,-0.145763,0
2018,,,,,,,-0.122511,0
2019,,,,,,,-0.167133,0
2020,,,,,,,0.050936,0
2021,,,,,,,-0.196243,0
1 Year Forest land Cropland Grassland Wetlands Settlements Other land HWP Other
2 2000 0
3 2001 0
4 2002 0
5 2003 0
6 2004 0
7 2005 0
8 2006 0
9 2007 0
10 2008 0
11 2009 0
12 2010 -0.323923 0
13 2011 -0.371833 0
14 2012 -0.350415 0
15 2013 -0.254967 0
16 2014 -0.303887 0
17 2015 -0.233934 0
18 2016 -0.024410 0
19 2017 -0.145763 0
20 2018 -0.122511 0
21 2019 -0.167133 0
22 2020 0.050936 0
23 2021 -0.196243 0

View File

@@ -0,0 +1,23 @@
"Year","Total","Energy industries","Manufacturing","Transport","Other sectors","Other","Fugitive: Solid fuels","Fugitive: Oil & Gas"
2000,40.627012,4.266407,11.882560,6.865920,17.612126,,,
2001,39.804234,3.774036,10.942144,7.149224,17.938830,,,
2002,41.560607,4.379743,11.749055,7.388281,18.043528,,,
2003,41.399324,4.303222,11.779589,7.989714,17.326800,,,
2004,45.334289,6.388687,12.400413,8.100741,18.444448,,,
2005,46.372399,7.623625,12.287907,8.764814,17.696047,0.000006,,
2006,44.153759,7.687087,10.234053,9.459447,16.773167,0.000005,,
2007,44.796625,8.911476,8.017277,10.804800,17.063071,0.000002,,
2008,50.134717,11.185694,11.033671,12.080334,15.835018,,,
2009,53.866867,11.805988,10.961987,13.203471,17.895420,,,
2010,58.150985,14.440982,11.889663,14.584125,17.236216,,,
2011,59.663798,14.989070,13.134853,15.480745,16.059130,,,
2012,60.991964,15.332631,12.593126,16.512234,16.553973,,,
2013,59.931289,13.846529,12.542683,17.504629,16.037448,,,
2014,62.435932,16.187777,12.857026,17.687871,15.703258,,,
2015,66.048610,15.516489,12.831075,19.631225,18.069821,,,
2016,66.234859,16.945457,12.305722,21.512159,15.471521,,,
2017,65.184325,14.155570,11.779194,24.246221,15.003340,,,
2018,65.679712,13.039849,12.049336,25.215392,15.375136,,,
2019,69.411287,14.430913,12.998717,26.367222,15.614436,,,
2020,59.740678,12.218358,10.480514,20.761490,16.280317,,,
2021,71.027547,14.013784,11.561810,27.058059,18.393895,,,
1 Year Total Energy industries Manufacturing Transport Other sectors Other Fugitive: Solid fuels Fugitive: Oil & Gas
2 2000 40.627012 4.266407 11.882560 6.865920 17.612126
3 2001 39.804234 3.774036 10.942144 7.149224 17.938830
4 2002 41.560607 4.379743 11.749055 7.388281 18.043528
5 2003 41.399324 4.303222 11.779589 7.989714 17.326800
6 2004 45.334289 6.388687 12.400413 8.100741 18.444448
7 2005 46.372399 7.623625 12.287907 8.764814 17.696047 0.000006
8 2006 44.153759 7.687087 10.234053 9.459447 16.773167 0.000005
9 2007 44.796625 8.911476 8.017277 10.804800 17.063071 0.000002
10 2008 50.134717 11.185694 11.033671 12.080334 15.835018
11 2009 53.866867 11.805988 10.961987 13.203471 17.895420
12 2010 58.150985 14.440982 11.889663 14.584125 17.236216
13 2011 59.663798 14.989070 13.134853 15.480745 16.059130
14 2012 60.991964 15.332631 12.593126 16.512234 16.553973
15 2013 59.931289 13.846529 12.542683 17.504629 16.037448
16 2014 62.435932 16.187777 12.857026 17.687871 15.703258
17 2015 66.048610 15.516489 12.831075 19.631225 18.069821
18 2016 66.234859 16.945457 12.305722 21.512159 15.471521
19 2017 65.184325 14.155570 11.779194 24.246221 15.003340
20 2018 65.679712 13.039849 12.049336 25.215392 15.375136
21 2019 69.411287 14.430913 12.998717 26.367222 15.614436
22 2020 59.740678 12.218358 10.480514 20.761490 16.280317
23 2021 71.027547 14.013784 11.561810 27.058059 18.393895

View File

@@ -0,0 +1,23 @@
"Year","Electricity generation","Food processing, beverages and tobacco","Other: Other","Residential","All others"
2000,0,0.464557,3.188097,11.994848,0.272937
2001,0,0.377336,3.201065,12.134336,0.272593
2002,0,0.744384,3.329483,11.841544,0.278787
2003,0,1.198693,3.374538,11.762989,0.287416
2004,0,0.798696,3.038934,13.432143,0.296818
2005,0,1.554811,2.349810,12.829291,0.306652
2006,0,0.850947,2.601452,12.297357,0.317970
2007,0,1.110070,2.525517,12.545108,0.341723
2008,0,1.223918,2.633791,11.257018,0.370275
2009,0.008303,1.426281,2.534466,12.919190,0.498291
2010,0.250082,1.544853,2.925228,12.105842,0.595995
2011,0.542934,1.241259,2.893972,11.161434,0.915346
2012,0.877519,1.197493,3.347916,11.364733,1.144998
2013,1.126169,1.260893,2.715437,10.668184,1.174649
2014,0.959541,2.317715,1.941772,10.243098,1.184217
2015,0.938697,1.444293,2.621654,11.720805,1.262287
2016,0.825454,1.063204,2.853756,9.817981,1.331578
2017,0.771309,1.982464,2.117660,9.435187,1.365230
2018,0.858050,0.925386,2.659323,9.559908,1.478210
2019,1.176913,1.077750,3.143005,9.716793,1.532625
2020,1.148939,1.056721,2.465189,10.404150,1.312638
2021,1.378223,0.926257,1.889311,11.720805,1.590932
1 Year Electricity generation Food processing, beverages and tobacco Other: Other Residential All others
2 2000 0 0.464557 3.188097 11.994848 0.272937
3 2001 0 0.377336 3.201065 12.134336 0.272593
4 2002 0 0.744384 3.329483 11.841544 0.278787
5 2003 0 1.198693 3.374538 11.762989 0.287416
6 2004 0 0.798696 3.038934 13.432143 0.296818
7 2005 0 1.554811 2.349810 12.829291 0.306652
8 2006 0 0.850947 2.601452 12.297357 0.317970
9 2007 0 1.110070 2.525517 12.545108 0.341723
10 2008 0 1.223918 2.633791 11.257018 0.370275
11 2009 0.008303 1.426281 2.534466 12.919190 0.498291
12 2010 0.250082 1.544853 2.925228 12.105842 0.595995
13 2011 0.542934 1.241259 2.893972 11.161434 0.915346
14 2012 0.877519 1.197493 3.347916 11.364733 1.144998
15 2013 1.126169 1.260893 2.715437 10.668184 1.174649
16 2014 0.959541 2.317715 1.941772 10.243098 1.184217
17 2015 0.938697 1.444293 2.621654 11.720805 1.262287
18 2016 0.825454 1.063204 2.853756 9.817981 1.331578
19 2017 0.771309 1.982464 2.117660 9.435187 1.365230
20 2018 0.858050 0.925386 2.659323 9.559908 1.478210
21 2019 1.176913 1.077750 3.143005 9.716793 1.532625
22 2020 1.148939 1.056721 2.465189 10.404150 1.312638
23 2021 1.378223 0.926257 1.889311 11.720805 1.590932

View File

@@ -0,0 +1,23 @@
"Year","Cars","Light-duty trucks","Heavy-duty trucks/buses"
2000,2.466906,2.375632,1.886327
2001,2.620633,2.448229,1.938066
2002,2.780630,2.503889,1.959105
2003,3.048933,2.690721,2.092224
2004,2.548121,2.646100,2.082220
2005,2.392356,2.917671,2.283057
2006,2.520300,3.063900,2.384332
2007,2.840834,3.329793,2.553672
2008,2.908232,3.800447,2.992018
2009,2.928345,4.041304,3.260700
2010,3.033180,4.527085,3.597971
2011,3.156806,4.812184,3.714101
2012,3.359043,5.107530,3.873730
2013,3.533868,5.236163,4.253772
2014,3.648469,4.980743,4.285725
2015,3.960028,5.486395,4.815929
2016,4.185230,5.812178,5.078355
2017,4.367872,7.126452,6.304868
2018,4.499697,7.382668,6.478627
2019,4.796614,7.688718,6.658051
2020,3.582130,6.347118,5.454886
2021,4.386237,8.365256,6.990275
1 Year Cars Light-duty trucks Heavy-duty trucks/buses
2 2000 2.466906 2.375632 1.886327
3 2001 2.620633 2.448229 1.938066
4 2002 2.780630 2.503889 1.959105
5 2003 3.048933 2.690721 2.092224
6 2004 2.548121 2.646100 2.082220
7 2005 2.392356 2.917671 2.283057
8 2006 2.520300 3.063900 2.384332
9 2007 2.840834 3.329793 2.553672
10 2008 2.908232 3.800447 2.992018
11 2009 2.928345 4.041304 3.260700
12 2010 3.033180 4.527085 3.597971
13 2011 3.156806 4.812184 3.714101
14 2012 3.359043 5.107530 3.873730
15 2013 3.533868 5.236163 4.253772
16 2014 3.648469 4.980743 4.285725
17 2015 3.960028 5.486395 4.815929
18 2016 4.185230 5.812178 5.078355
19 2017 4.367872 7.126452 6.304868
20 2018 4.499697 7.382668 6.478627
21 2019 4.796614 7.688718 6.658051
22 2020 3.582130 6.347118 5.454886
23 2021 4.386237 8.365256 6.990275

View File

@@ -0,0 +1,101 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1200.000 674.916">
<title>Annual LULUCF emissions: Peru</title>
<style type="text/css">
#main {font-family:Helvetica,Arial,sans-serif; font-size:27.00px;
fill-opacity:1; fill:#000000; stroke:none; stroke-linejoin:round; stroke-linecap:round; stroke-width:1.00;}
.marker {stroke-opacity:0;fill-opacity:0;}
.marker:hover {stroke-opacity:0.5; fill-opacity:1;}
.ticklabel {font-size:27.00px;fill:#808080;stroke:none;font-family:Helvetica}
.ytl {text-anchor:end;}
.dp1 {pointer-events:none;font-size:70%;text-anchor:middle;fill:#000000;}
.dp2 {pointer-events:none;font-size:70%;text-anchor:middle;fill:#FFFFFF;}
.numtip {pointer-events:none;}
.cc {opacity:0.25;}
.dl_fe {background-color:#FDFFDF;display:flex;margin:auto;align-items:center}
.dl_fe_p {font-size:20px;text-align:center;margin:3px}
.dl_el {display:none;pointer-events:none;}
.cc:hover + .dl_el {display:block;}
text:hover + .dl_el {display:block;}
</style>
<defs>
<clipPath id="axis_clip"><rect x="145.8" y="54.2" width="761.2" height="532.8" /></clipPath>
<path id="line_x" d="M 145.600,0 h 761.600" stroke="#262626" stroke-opacity="0.15" stroke-width="1.00"/>
<path id="tick_y" d="M 145.600,0 h -6.000" stroke="#808080" stroke-width="0.90"/>
<path id="tick_x" d="M 0,587.177 v 6.000" stroke="#808080" stroke-width="0.90"/>
</defs>
<g id="main">
<use xlink:href="#line_x" transform="translate(0,587.2)"/>
<use xlink:href="#line_x" transform="translate(0,480.5)"/>
<use xlink:href="#line_x" transform="translate(0,373.9)"/>
<use xlink:href="#line_x" transform="translate(0,267.3)"/>
<use xlink:href="#line_x" transform="translate(0,160.6)"/>
<use xlink:href="#line_x" transform="translate(0,54.0)"/>
<use xlink:href="#tick_y" transform="translate(0,587.2)"/>
<use xlink:href="#tick_y" transform="translate(0,480.5)"/>
<use xlink:href="#tick_y" transform="translate(0,373.9)"/>
<use xlink:href="#tick_y" transform="translate(0,267.3)"/>
<use xlink:href="#tick_y" transform="translate(0,160.6)"/>
<use xlink:href="#tick_y" transform="translate(0,54.0)"/>
<use xlink:href="#tick_x" transform="translate(162.9,0)"/>
<use xlink:href="#tick_x" transform="translate(336.0,0)"/>
<use xlink:href="#tick_x" transform="translate(509.1,0)"/>
<use xlink:href="#tick_x" transform="translate(682.2,0)"/>
<use xlink:href="#tick_x" transform="translate(889.9,0)"/>
<polyline points="145.6,53.993 145.6,587.177 907.2,587.177" stroke="#808080" stroke-width="0.90" fill="none"/>
<text class="ticklabel xtl" transform="translate(162.9,629.0)" text-anchor="middle">2000</text>
<text class="ticklabel xtl" transform="translate(336.0,629.0)" text-anchor="middle">2005</text>
<text class="ticklabel xtl" transform="translate(509.1,629.0)" text-anchor="middle">2010</text>
<text class="ticklabel xtl" transform="translate(682.2,629.0)" text-anchor="middle">2015</text>
<text class="ticklabel xtl" transform="translate(889.9,629.0)" text-anchor="middle">2021</text>
<text class="ticklabel ytl" transform="translate(128.8,595.3)">-0.4</text>
<text class="ticklabel ytl" transform="translate(128.8,488.6)">-0.3</text>
<text class="ticklabel ytl" transform="translate(128.8,382.0)">-0.2</text>
<text class="ticklabel ytl" transform="translate(128.8,275.4)">-0.1</text>
<text class="ticklabel ytl" transform="translate(128.8,168.7)">0</text>
<text class="ticklabel ytl" transform="translate(128.8,62.1)">0.1 Mt</text>
<g stroke="#000" stroke-width="0.90" fill="#1A4D1A" clip-path="url(#axis_clip)">
</g>
<g stroke="#000" stroke-width="0.90" fill="#8B1E40" clip-path="url(#axis_clip)">
<polygon class="pl" points="841.4,106.3 841.4,160.6 869.1,160.6 869.1,106.3 841.4,106.3"/>
</g>
<g stroke="#000" stroke-width="0.90" fill="#1A4D1A" clip-path="url(#axis_clip)">
</g>
<g stroke="#000" stroke-width="0.90" fill="#8B1E40" clip-path="url(#axis_clip)">
<polygon class="pl" points="495.2,506.1 495.2,160.6 522.9,160.6 522.9,506.1 495.2,506.1"/>
<polygon class="pl" points="529.9,557.1 529.9,160.6 557.6,160.6 557.6,557.1 529.9,557.1"/>
<polygon class="pl" points="564.5,534.3 564.5,160.6 592.2,160.6 592.2,534.3 564.5,534.3"/>
<polygon class="pl" points="599.1,432.5 599.1,160.6 626.8,160.6 626.8,432.5 599.1,432.5"/>
<polygon class="pl" points="633.7,484.7 633.7,160.6 661.4,160.6 661.4,484.7 633.7,484.7"/>
<polygon class="pl" points="668.3,410.1 668.3,160.6 696.0,160.6 696.0,410.1 668.3,410.1"/>
<polygon class="pl" points="703.0,186.7 703.0,160.6 730.6,160.6 730.6,186.7 703.0,186.7"/>
<polygon class="pl" points="737.6,316.1 737.6,160.6 765.3,160.6 765.3,316.1 737.6,316.1"/>
<polygon class="pl" points="772.2,291.3 772.2,160.6 799.9,160.6 799.9,291.3 772.2,291.3"/>
<polygon class="pl" points="806.8,338.9 806.8,160.6 834.5,160.6 834.5,338.9 806.8,338.9"/>
<polygon class="pl" points="876.0,369.9 876.0,160.6 903.7,160.6 903.7,369.9 876.0,369.9"/>
</g>
<g class="pl" fill="#FFF" stroke="#000" stroke-width="0.900">
</g>
<g class="pl" fill="#FFF" stroke="#000" stroke-width="0.900">
</g>
<text transform="translate(145.6,47.2)" dy="0.0" font-size="27.00" fill="#808080" stroke="none">Annual LULUCF emissions: Peru</text>
<text transform="translate(130.0,81.6)" dy="8.1" font-size="27.00" fill="#808080" stroke="none" text-anchor="end">CO<tspan dy="0.2em"><tspan style="font-size:70%">2</tspan></tspan><tspan dy="-0.2em">e</tspan></text>
<text transform="translate(925.2,160.6)" dy="6.5" font-size="21.60" fill="#1A4D1A" stroke="none">Other</text>
<text transform="translate(925.2,265.3)" dy="6.5" font-size="21.60" fill="#8B1E40" stroke="none">HWP</text>
<text transform="translate(160.0,666.1)" font-size="19.80" font-family="Helvetica" fill="#BFBFBF" stroke="none" xml:space="preserve">CICERO &#9679; Data: UNFCCC (NaN) &#9679; HWP = Harvested Wood Products</text>
<g>
<rect x="123.0" y="651.4" width="34" height="17" fill="#FFF" stroke="none" opacity="0.01"/>
<g transform="translate(124.0,652.4) scale(0.24)">
<g><circle fill="#FFF" cx="37.79" cy="28.5" r="28.84"/>
<circle fill="none" cx="37.79" cy="28.5" r="28.84" stroke="#BFBFBF" stroke-width="5.5"/>
<path fill="#BFBFBF" d="M37.16,23.19 l-4.29,2.23c-0.458-0.951-1.02-1.62-1.69-2c-0.667-0.38-1.29-0.571-1.86-0.571c-2.86,0-4.29,1.89-4.29,5.66 c0,1.71,0.36,3.08,1.09,4.11c0.724,1.03,1.79,1.54,3.2,1.54c1.87,0,3.18-0.915,3.94-2.74l3.94,2 c-0.838,1.56-2,2.79-3.49,3.69c-1.48,0.896-3.12,1.34-4.91,1.34c-2.86,0-5.16-0.875-6.92-2.63 c-1.75-1.75-2.63-4.19-2.63-7.31c0-3.05,0.886-5.47,2.66-7.26c1.77-1.79,4.01-2.69,6.72-2.69 C32.6,18.56,35.44,20.1,37.16,23.19z
M55.61,23.19l-4.23,2.23c-0.457-0.951-1.02-1.62-1.69-2 c-0.668-0.38-1.31-0.571-1.91-0.571c-2.86,0-4.29,1.89-4.29,5.66c0,1.71,0.363,3.08,1.09,4.11 c0.723,1.03,1.79,1.54,3.2,1.54c1.87,0,3.18-0.915,3.94-2.74l4,2c-0.875,1.56-2.06,2.79-3.54,3.69 c-1.49,0.9-3.11,1.34-4.86,1.34c-2.9,0-5.21-0.875-6.94-2.63c-1.74-1.75-2.6-4.19-2.6-7.31 c0-3.05,0.885-5.47,2.66-7.26c1.77-1.79,4.01-2.69,6.71-2.69C51.12,18.56,53.944,20.1,55.61,23.19z"/>
</g></g>
<g transform="translate(140.2,652.4) scale(0.24)">
<g><circle fill="#FFF" cx="37.79" cy="28.5" r="28.84"/>
<circle fill="none" cx="37.79" cy="28.5" r="28.84" stroke="#BFBFBF" stroke-width="5.5"/>
<path fill="#BFBFBF" d="M46.129,20.557v13.085h-3.656v15.542h-9.944V33.643h-3.656V20.557 c0-0.572,0.2-1.057,0.599-1.457c0.401-0.399,0.887-0.6,1.457-0.6h13.144c0.533,0,1.01,0.2,1.428,0.6 C45.918,19.5,46.129,19.986,46.129,20.557z
M33.042,12.329c0-3.008,1.485-4.514,4.458-4.514s4.457,1.504,4.457,4.514 c0,2.971-1.486,4.457-4.457,4.457S33.042,15.3,33.042,12.329z"/>
</g></g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@@ -0,0 +1,214 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1200.000 674.916">
<title>Annual Energy sector Emissions: Peru</title>
<style type="text/css">
#main {font-family:Helvetica,Arial,sans-serif; font-size:27.00px;
fill-opacity:1; fill:#000000; stroke:none; stroke-linejoin:round; stroke-linecap:round; stroke-width:1.00;}
.marker {stroke-opacity:0;fill-opacity:0;}
.marker:hover {stroke-opacity:0.5; fill-opacity:1;}
.ticklabel {font-size:27.00px;fill:#808080;stroke:none;font-family:Helvetica}
.ytl {text-anchor:end;}
.dp1 {pointer-events:none;font-size:70%;text-anchor:middle;fill:#000000;}
.dp2 {pointer-events:none;font-size:70%;text-anchor:middle;fill:#FFFFFF;}
.numtip {pointer-events:none;}
.cc {opacity:0.25;}
.dl_fe {background-color:#FDFFDF;display:flex;margin:auto;align-items:center}
.dl_fe_p {font-size:20px;text-align:center;margin:3px}
.dl_el {display:none;pointer-events:none;}
.cc:hover + .dl_el {display:block;}
text:hover + .dl_el {display:block;}
</style>
<defs>
<clipPath id="axis_clip"><rect x="145.8" y="54.2" width="761.2" height="532.8" /></clipPath>
<path id="line_y" d="M 0,53.993 v 533.183" stroke="#262626" stroke-opacity="0.15" stroke-width="1.00"/>
<path id="line_x" d="M 145.600,0 h 761.600" stroke="#262626" stroke-opacity="0.15" stroke-width="1.00"/>
<path id="tick_y" d="M 145.600,0 h -6.000" stroke="#808080" stroke-width="0.90"/>
<path id="tick_x" d="M 0,587.177 v 6.000" stroke="#808080" stroke-width="0.90"/>
</defs>
<g id="main">
<use xlink:href="#line_y" transform="translate(162.9,0)"/>
<use xlink:href="#line_y" transform="translate(336.0,0)"/>
<use xlink:href="#line_y" transform="translate(509.1,0)"/>
<use xlink:href="#line_y" transform="translate(682.2,0)"/>
<use xlink:href="#line_y" transform="translate(889.9,0)"/>
<use xlink:href="#line_x" transform="translate(0,587.2)"/>
<use xlink:href="#line_x" transform="translate(0,453.9)"/>
<use xlink:href="#line_x" transform="translate(0,320.6)"/>
<use xlink:href="#line_x" transform="translate(0,187.3)"/>
<use xlink:href="#line_x" transform="translate(0,54.0)"/>
<use xlink:href="#tick_y" transform="translate(0,587.2)"/>
<use xlink:href="#tick_y" transform="translate(0,453.9)"/>
<use xlink:href="#tick_y" transform="translate(0,320.6)"/>
<use xlink:href="#tick_y" transform="translate(0,187.3)"/>
<use xlink:href="#tick_y" transform="translate(0,54.0)"/>
<use xlink:href="#tick_x" transform="translate(162.9,0)"/>
<use xlink:href="#tick_x" transform="translate(336.0,0)"/>
<use xlink:href="#tick_x" transform="translate(509.1,0)"/>
<use xlink:href="#tick_x" transform="translate(682.2,0)"/>
<use xlink:href="#tick_x" transform="translate(889.9,0)"/>
<polyline points="145.6,53.993 145.6,587.177 907.2,587.177" stroke="#808080" stroke-width="0.90" fill="none"/>
<text class="ticklabel xtl" transform="translate(162.9,629.0)" text-anchor="middle">2000</text>
<text class="ticklabel xtl" transform="translate(336.0,629.0)" text-anchor="middle">2005</text>
<text class="ticklabel xtl" transform="translate(509.1,629.0)" text-anchor="middle">2010</text>
<text class="ticklabel xtl" transform="translate(682.2,629.0)" text-anchor="middle">2015</text>
<text class="ticklabel xtl" transform="translate(889.9,629.0)" text-anchor="middle">2021</text>
<text class="ticklabel ytl" transform="translate(128.8,595.3)">0</text>
<text class="ticklabel ytl" transform="translate(128.8,462.0)">20</text>
<text class="ticklabel ytl" transform="translate(128.8,328.7)">40</text>
<text class="ticklabel ytl" transform="translate(128.8,195.4)">60</text>
<text class="ticklabel ytl" transform="translate(128.8,62.1)">80 Mt</text>
<g stroke="#000" stroke-width="0.90" fill="#7FBF7F" clip-path="url(#axis_clip)">
<polygon class="pl" points="322.2,278.1 322.2,278.1 349.8,278.1 349.8,278.1 322.2,278.1"/>
<polygon class="pl" points="356.8,292.9 356.8,292.9 384.5,292.9 384.5,292.9 356.8,292.9"/>
<polygon class="pl" points="391.4,288.6 391.4,288.6 419.1,288.6 419.1,288.6 391.4,288.6"/>
</g>
<g stroke="#000" stroke-width="0.90" fill="#DBA746" clip-path="url(#axis_clip)">
<polygon class="pl" points="149.1,316.4 149.1,433.8 176.8,433.8 176.8,316.4 149.1,316.4"/>
<polygon class="pl" points="183.7,321.9 183.7,441.4 211.4,441.4 211.4,321.9 183.7,321.9"/>
<polygon class="pl" points="218.3,310.2 218.3,430.4 246.0,430.4 246.0,310.2 218.3,310.2"/>
<polygon class="pl" points="252.9,311.3 252.9,426.7 280.6,426.7 280.6,311.3 252.9,311.3"/>
<polygon class="pl" points="287.5,285.0 287.5,408.0 315.2,408.0 315.2,285.0 287.5,285.0"/>
<polygon class="pl" points="322.2,278.1 322.2,396.1 349.8,396.1 349.8,278.1 322.2,278.1"/>
<polygon class="pl" points="356.8,292.9 356.8,404.7 384.5,404.7 384.5,292.9 356.8,292.9"/>
<polygon class="pl" points="391.4,288.6 391.4,402.3 419.1,402.3 419.1,288.6 391.4,288.6"/>
<polygon class="pl" points="426.0,253.0 426.0,358.6 453.7,358.6 453.7,253.0 426.0,253.0"/>
<polygon class="pl" points="460.6,228.2 460.6,347.4 488.3,347.4 488.3,228.2 460.6,228.2"/>
<polygon class="pl" points="495.2,199.6 495.2,314.5 522.9,314.5 522.9,199.6 495.2,199.6"/>
<polygon class="pl" points="529.9,189.5 529.9,296.6 557.6,296.6 557.6,189.5 529.9,189.5"/>
<polygon class="pl" points="564.5,180.7 564.5,291.0 592.2,291.0 592.2,180.7 564.5,180.7"/>
<polygon class="pl" points="599.1,187.7 599.1,294.6 626.8,294.6 626.8,187.7 599.1,187.7"/>
<polygon class="pl" points="633.7,171.1 633.7,275.7 661.4,275.7 661.4,171.1 633.7,171.1"/>
<polygon class="pl" points="668.3,147.0 668.3,267.4 696.0,267.4 696.0,147.0 668.3,147.0"/>
<polygon class="pl" points="703.0,145.7 703.0,248.8 730.6,248.8 730.6,145.7 703.0,145.7"/>
<polygon class="pl" points="737.6,152.7 737.6,252.7 765.3,252.7 765.3,152.7 737.6,152.7"/>
<polygon class="pl" points="772.2,149.4 772.2,251.9 799.9,251.9 799.9,149.4 772.2,149.4"/>
<polygon class="pl" points="806.8,124.6 806.8,228.6 834.5,228.6 834.5,124.6 806.8,124.6"/>
<polygon class="pl" points="841.4,189.0 841.4,297.5 869.1,297.5 869.1,189.0 841.4,189.0"/>
<polygon class="pl" points="876.0,113.8 876.0,236.4 903.7,236.4 903.7,113.8 876.0,113.8"/>
</g>
<g stroke="#000" stroke-width="0.90" fill="#845F48" clip-path="url(#axis_clip)">
<polygon class="pl" points="149.1,433.8 149.1,479.5 176.8,479.5 176.8,433.8 149.1,433.8"/>
<polygon class="pl" points="183.7,441.4 183.7,489.1 211.4,489.1 211.4,441.4 183.7,441.4"/>
<polygon class="pl" points="218.3,430.4 218.3,479.7 246.0,479.7 246.0,430.4 218.3,430.4"/>
<polygon class="pl" points="252.9,426.7 252.9,480.0 280.6,480.0 280.6,426.7 252.9,426.7"/>
<polygon class="pl" points="287.5,408.0 287.5,462.0 315.2,462.0 315.2,408.0 287.5,408.0"/>
<polygon class="pl" points="322.2,396.1 322.2,454.5 349.8,454.5 349.8,396.1 322.2,396.1"/>
<polygon class="pl" points="356.8,404.7 356.8,467.7 384.5,467.7 384.5,404.7 356.8,404.7"/>
<polygon class="pl" points="391.4,402.3 391.4,474.3 419.1,474.3 419.1,402.3 391.4,402.3"/>
<polygon class="pl" points="426.0,358.6 426.0,439.1 453.7,439.1 453.7,358.6 426.0,358.6"/>
<polygon class="pl" points="460.6,347.4 460.6,435.4 488.3,435.4 488.3,347.4 460.6,347.4"/>
<polygon class="pl" points="495.2,314.5 495.2,411.7 522.9,411.7 522.9,314.5 495.2,314.5"/>
<polygon class="pl" points="529.9,296.6 529.9,399.7 557.6,399.7 557.6,296.6 529.9,296.6"/>
<polygon class="pl" points="564.5,291.0 564.5,401.1 592.2,401.1 592.2,291.0 564.5,291.0"/>
<polygon class="pl" points="599.1,294.6 599.1,411.3 626.8,411.3 626.8,294.6 599.1,294.6"/>
<polygon class="pl" points="633.7,275.7 633.7,393.6 661.4,393.6 661.4,275.7 633.7,275.7"/>
<polygon class="pl" points="668.3,267.4 668.3,398.2 696.0,398.2 696.0,267.4 668.3,267.4"/>
<polygon class="pl" points="703.0,248.8 703.0,392.2 730.6,392.2 730.6,248.8 703.0,248.8"/>
<polygon class="pl" points="737.6,252.7 737.6,414.3 765.3,414.3 765.3,252.7 737.6,252.7"/>
<polygon class="pl" points="772.2,251.9 772.2,420.0 799.9,420.0 799.9,251.9 772.2,251.9"/>
<polygon class="pl" points="806.8,228.6 806.8,404.4 834.5,404.4 834.5,228.6 806.8,228.6"/>
<polygon class="pl" points="841.4,297.5 841.4,435.9 869.1,435.9 869.1,297.5 841.4,297.5"/>
<polygon class="pl" points="876.0,236.4 876.0,416.7 903.7,416.7 903.7,236.4 876.0,236.4"/>
</g>
<g stroke="#000" stroke-width="0.90" fill="#4A89E8" clip-path="url(#axis_clip)">
<polygon class="pl" points="149.1,479.5 149.1,558.7 176.8,558.7 176.8,479.5 149.1,479.5"/>
<polygon class="pl" points="183.7,489.1 183.7,562.0 211.4,562.0 211.4,489.1 183.7,489.1"/>
<polygon class="pl" points="218.3,479.7 218.3,558.0 246.0,558.0 246.0,479.7 218.3,479.7"/>
<polygon class="pl" points="252.9,480.0 252.9,558.5 280.6,558.5 280.6,480.0 252.9,480.0"/>
<polygon class="pl" points="287.5,462.0 287.5,544.6 315.2,544.6 315.2,462.0 287.5,462.0"/>
<polygon class="pl" points="322.2,454.5 322.2,536.4 349.8,536.4 349.8,454.5 322.2,454.5"/>
<polygon class="pl" points="356.8,467.7 356.8,535.9 384.5,535.9 384.5,467.7 356.8,467.7"/>
<polygon class="pl" points="391.4,474.3 391.4,527.8 419.1,527.8 419.1,474.3 391.4,474.3"/>
<polygon class="pl" points="426.0,439.1 426.0,512.6 453.7,512.6 453.7,439.1 426.0,439.1"/>
<polygon class="pl" points="460.6,435.4 460.6,508.5 488.3,508.5 488.3,435.4 460.6,435.4"/>
<polygon class="pl" points="495.2,411.7 495.2,490.9 522.9,490.9 522.9,411.7 495.2,411.7"/>
<polygon class="pl" points="529.9,399.7 529.9,487.3 557.6,487.3 557.6,399.7 529.9,399.7"/>
<polygon class="pl" points="564.5,401.1 564.5,485.0 592.2,485.0 592.2,401.1 564.5,401.1"/>
<polygon class="pl" points="599.1,411.3 599.1,494.9 626.8,494.9 626.8,411.3 599.1,411.3"/>
<polygon class="pl" points="633.7,393.6 633.7,479.3 661.4,479.3 661.4,393.6 633.7,393.6"/>
<polygon class="pl" points="668.3,398.2 668.3,483.8 696.0,483.8 696.0,398.2 668.3,398.2"/>
<polygon class="pl" points="703.0,392.2 703.0,474.2 730.6,474.2 730.6,392.2 703.0,392.2"/>
<polygon class="pl" points="737.6,414.3 737.6,492.8 765.3,492.8 765.3,414.3 737.6,414.3"/>
<polygon class="pl" points="772.2,420.0 772.2,500.3 799.9,500.3 799.9,420.0 772.2,420.0"/>
<polygon class="pl" points="806.8,404.4 806.8,491.0 834.5,491.0 834.5,404.4 806.8,404.4"/>
<polygon class="pl" points="841.4,435.9 841.4,505.7 869.1,505.7 869.1,435.9 841.4,435.9"/>
<polygon class="pl" points="876.0,416.7 876.0,493.8 903.7,493.8 903.7,416.7 876.0,416.7"/>
</g>
<g stroke="#000" stroke-width="0.90" fill="#FF7F61" clip-path="url(#axis_clip)">
<polygon class="pl" points="149.1,558.7 149.1,587.2 176.8,587.2 176.8,558.7 149.1,558.7"/>
<polygon class="pl" points="183.7,562.0 183.7,587.2 211.4,587.2 211.4,562.0 183.7,562.0"/>
<polygon class="pl" points="218.3,558.0 218.3,587.2 246.0,587.2 246.0,558.0 218.3,558.0"/>
<polygon class="pl" points="252.9,558.5 252.9,587.2 280.6,587.2 280.6,558.5 252.9,558.5"/>
<polygon class="pl" points="287.5,544.6 287.5,587.2 315.2,587.2 315.2,544.6 287.5,544.6"/>
<polygon class="pl" points="322.2,536.4 322.2,587.2 349.8,587.2 349.8,536.4 322.2,536.4"/>
<polygon class="pl" points="356.8,535.9 356.8,587.2 384.5,587.2 384.5,535.9 356.8,535.9"/>
<polygon class="pl" points="391.4,527.8 391.4,587.2 419.1,587.2 419.1,527.8 391.4,527.8"/>
<polygon class="pl" points="426.0,512.6 426.0,587.2 453.7,587.2 453.7,512.6 426.0,512.6"/>
<polygon class="pl" points="460.6,508.5 460.6,587.2 488.3,587.2 488.3,508.5 460.6,508.5"/>
<polygon class="pl" points="495.2,490.9 495.2,587.2 522.9,587.2 522.9,490.9 495.2,490.9"/>
<polygon class="pl" points="529.9,487.3 529.9,587.2 557.6,587.2 557.6,487.3 529.9,487.3"/>
<polygon class="pl" points="564.5,485.0 564.5,587.2 592.2,587.2 592.2,485.0 564.5,485.0"/>
<polygon class="pl" points="599.1,494.9 599.1,587.2 626.8,587.2 626.8,494.9 599.1,494.9"/>
<polygon class="pl" points="633.7,479.3 633.7,587.2 661.4,587.2 661.4,479.3 633.7,479.3"/>
<polygon class="pl" points="668.3,483.8 668.3,587.2 696.0,587.2 696.0,483.8 668.3,483.8"/>
<polygon class="pl" points="703.0,474.2 703.0,587.2 730.6,587.2 730.6,474.2 703.0,474.2"/>
<polygon class="pl" points="737.6,492.8 737.6,587.2 765.3,587.2 765.3,492.8 737.6,492.8"/>
<polygon class="pl" points="772.2,500.3 772.2,587.2 799.9,587.2 799.9,500.3 772.2,500.3"/>
<polygon class="pl" points="806.8,491.0 806.8,587.2 834.5,587.2 834.5,491.0 806.8,491.0"/>
<polygon class="pl" points="841.4,505.7 841.4,587.2 869.1,587.2 869.1,505.7 841.4,505.7"/>
<polygon class="pl" points="876.0,493.8 876.0,587.2 903.7,587.2 903.7,493.8 876.0,493.8"/>
</g>
<polyline class="pl" points="162.9,316.4 197.5,321.9 232.1,310.2 266.8,311.3 301.4,285.0 336.0,278.1 370.6,292.9 405.2,288.6 439.9,253.0 474.5,228.2 509.1,199.6 543.7,189.5 578.3,180.7 612.9,187.7 647.6,171.1 682.2,147.0 716.8,145.7 751.4,152.7 786.0,149.4 820.7,124.6 855.3,189.0 889.9,113.8" stroke="#000" stroke-width="5.40" stroke-opacity="1.00" fill="none" clip-path="url(#axis_clip)"/>
<g class="pl" fill="#FFF" stroke="#000" stroke-width="0.900">
<circle cx="197.5" cy="321.9" r="2.2" />
<circle cx="232.1" cy="310.2" r="2.2" />
<circle cx="266.8" cy="311.3" r="2.2" />
<circle cx="301.4" cy="285.0" r="2.2" />
<circle cx="336.0" cy="278.1" r="2.2" />
<circle cx="370.6" cy="292.9" r="2.2" />
<circle cx="405.2" cy="288.6" r="2.2" />
<circle cx="439.9" cy="253.0" r="2.2" />
<circle cx="474.5" cy="228.2" r="2.2" />
<circle cx="543.7" cy="189.5" r="2.2" />
<circle cx="578.3" cy="180.7" r="2.2" />
<circle cx="612.9" cy="187.7" r="2.2" />
<circle cx="647.6" cy="171.1" r="2.2" />
<circle cx="682.2" cy="147.0" r="2.2" />
<circle cx="716.8" cy="145.7" r="2.2" />
<circle cx="751.4" cy="152.7" r="2.2" />
<circle cx="786.0" cy="149.4" r="2.2" />
<circle cx="820.7" cy="124.6" r="2.2" />
<circle cx="889.9" cy="113.8" r="2.2" />
</g>
<g class="pl" fill="#FFF" stroke="#000" stroke-width="0.900">
<circle cx="162.9" cy="316.4" r="5.4" />
<circle cx="509.1" cy="199.6" r="5.4" />
<circle cx="855.3" cy="189.0" r="5.4" />
</g>
<text transform="translate(145.6,47.2)" dy="0.0" font-size="27.00" fill="#808080" stroke="none">Annual Energy sector Emissions: Peru</text>
<text transform="translate(130.0,81.6)" dy="8.1" font-size="27.00" fill="#808080" stroke="none" text-anchor="end">CO<tspan dy="0.2em"><tspan style="font-size:70%">2</tspan></tspan><tspan dy="-0.2em">e</tspan></text>
<text transform="translate(945.6,126.3)" dy="7.6" font-size="25.20" fill="#000" stroke="none">+74.8% since 2000</text>
<text transform="translate(945.6,540.5)" dy="7.6" font-size="25.20" fill="#FF7F61" stroke="none">Energy industries</text>
<text transform="translate(945.6,455.2)" dy="7.6" font-size="25.20" fill="#4A89E8" stroke="none">Manufacturing</text>
<text transform="translate(945.6,326.6)" dy="7.6" font-size="25.20" fill="#845F48" stroke="none">Transport</text>
<text transform="translate(945.6,175.1)" dy="7.6" font-size="25.20" fill="#DBA746" stroke="none">Other sectors</text>
<text transform="translate(945.6,101.3)" dy="7.6" font-size="25.20" fill="#7FBF7F" stroke="none">Other</text>
<polyline class="pl" points="910.8,113.8 912.4,113.8 913.8,114.0 915.2,114.2 916.4,114.4 917.6,114.8 918.8,115.2 919.8,115.6 920.8,116.1 921.7,116.7 922.7,117.2 923.5,117.8 924.4,118.4 925.2,119.1 926.0,119.7 926.8,120.4 927.6,121.0 928.4,121.7 929.3,122.3 930.1,122.9 931.1,123.4 932.0,124.0 933.0,124.5 934.0,124.9 935.2,125.3 936.4,125.7 937.6,125.9 939.0,126.1 940.4,126.3 942.0,126.3" stroke="#000" stroke-width="0.90" stroke-opacity="1.00" fill="none" />
<polyline class="pl" points="910.8,113.8 912.4,113.7 913.8,113.6 915.2,113.4 916.4,113.1 917.6,112.8 918.8,112.4 919.8,112.0 920.8,111.5 921.7,110.9 922.7,110.4 923.5,109.8 924.4,109.1 925.2,108.5 926.0,107.9 926.8,107.2 927.6,106.6 928.4,105.9 929.3,105.3 930.1,104.7 931.1,104.1 932.0,103.6 933.0,103.1 934.0,102.7 935.2,102.3 936.4,101.9 937.6,101.6 939.0,101.4 940.4,101.3 942.0,101.3" stroke="#7FBF7F" stroke-width="0.90" stroke-opacity="1.00" fill="none" />
<text transform="translate(160.0,666.1)" font-size="19.80" font-family="Helvetica" fill="#BFBFBF" stroke="none" xml:space="preserve">CICERO &#9679; Data: UNFCCC (NaN)</text>
<g>
<rect x="123.0" y="651.4" width="34" height="17" fill="#FFF" stroke="none" opacity="0.01"/>
<g transform="translate(124.0,652.4) scale(0.24)">
<g><circle fill="#FFF" cx="37.79" cy="28.5" r="28.84"/>
<circle fill="none" cx="37.79" cy="28.5" r="28.84" stroke="#BFBFBF" stroke-width="5.5"/>
<path fill="#BFBFBF" d="M37.16,23.19 l-4.29,2.23c-0.458-0.951-1.02-1.62-1.69-2c-0.667-0.38-1.29-0.571-1.86-0.571c-2.86,0-4.29,1.89-4.29,5.66 c0,1.71,0.36,3.08,1.09,4.11c0.724,1.03,1.79,1.54,3.2,1.54c1.87,0,3.18-0.915,3.94-2.74l3.94,2 c-0.838,1.56-2,2.79-3.49,3.69c-1.48,0.896-3.12,1.34-4.91,1.34c-2.86,0-5.16-0.875-6.92-2.63 c-1.75-1.75-2.63-4.19-2.63-7.31c0-3.05,0.886-5.47,2.66-7.26c1.77-1.79,4.01-2.69,6.72-2.69 C32.6,18.56,35.44,20.1,37.16,23.19z
M55.61,23.19l-4.23,2.23c-0.457-0.951-1.02-1.62-1.69-2 c-0.668-0.38-1.31-0.571-1.91-0.571c-2.86,0-4.29,1.89-4.29,5.66c0,1.71,0.363,3.08,1.09,4.11 c0.723,1.03,1.79,1.54,3.2,1.54c1.87,0,3.18-0.915,3.94-2.74l4,2c-0.875,1.56-2.06,2.79-3.54,3.69 c-1.49,0.9-3.11,1.34-4.86,1.34c-2.9,0-5.21-0.875-6.94-2.63c-1.74-1.75-2.6-4.19-2.6-7.31 c0-3.05,0.885-5.47,2.66-7.26c1.77-1.79,4.01-2.69,6.71-2.69C51.12,18.56,53.944,20.1,55.61,23.19z"/>
</g></g>
<g transform="translate(140.2,652.4) scale(0.24)">
<g><circle fill="#FFF" cx="37.79" cy="28.5" r="28.84"/>
<circle fill="none" cx="37.79" cy="28.5" r="28.84" stroke="#BFBFBF" stroke-width="5.5"/>
<path fill="#BFBFBF" d="M46.129,20.557v13.085h-3.656v15.542h-9.944V33.643h-3.656V20.557 c0-0.572,0.2-1.057,0.599-1.457c0.401-0.399,0.887-0.6,1.457-0.6h13.144c0.533,0,1.01,0.2,1.428,0.6 C45.918,19.5,46.129,19.986,46.129,20.557z
M33.042,12.329c0-3.008,1.485-4.514,4.458-4.514s4.457,1.504,4.457,4.514 c0,2.971-1.486,4.457-4.457,4.457S33.042,15.3,33.042,12.329z"/>
</g></g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,145 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1200.000 674.916">
<title>Annual CO2 emissions from biomass combustion: Peru</title>
<style type="text/css">
#main {font-family:Helvetica,Arial,sans-serif; font-size:27.00px;
fill-opacity:1; fill:#000000; stroke:none; stroke-linejoin:round; stroke-linecap:round; stroke-width:1.00;}
a:hover {text-decoration: underline;}
.marker {stroke-opacity:0;fill-opacity:0;}
.marker:hover {stroke-opacity:0.5; fill-opacity:1;}
.ticklabel {font-size:27.00px;fill:#808080;stroke:none;font-family:Helvetica}
.ytl {text-anchor:end;}
.dp1 {pointer-events:none;font-size:70%;text-anchor:middle;fill:#000000;}
.dp2 {pointer-events:none;font-size:70%;text-anchor:middle;fill:#FFFFFF;}
.numtip {pointer-events:none;}
.cc {opacity:0.25;}
.dl_fe {background-color:#FDFFDF;display:flex;margin:auto;align-items:center}
.dl_fe_p {font-size:20px;text-align:center;margin:3px}
.dl_el {display:none;pointer-events:none;}
.cc:hover + .dl_el {display:block;}
text:hover + .dl_el {display:block;}
#areas .pl {transition: all 0.2s ease;}
#areas:hover .pl {opacity:0.5;}
#areas:hover .thick {stroke-width:1;}
#areas:hover .pg_1:hover .pl {opacity:1;}
#areas:hover .pg_1:hover .pll {stroke-width:3;}
#areas:hover .pg_1:hover .pldlm {stroke-width:2;}
#areas:hover .pg_1:hover .thick {stroke-width:12;}
#areas:hover .pg_2:hover .pl {opacity:1;}
#areas:hover .pg_2:hover .pll {stroke-width:3;}
#areas:hover .pg_2:hover .pldlm {stroke-width:2;}
#areas:hover .pg_2:hover .thick {stroke-width:12;}
#areas:hover .pg_3:hover .pl {opacity:1;}
#areas:hover .pg_3:hover .pll {stroke-width:3;}
#areas:hover .pg_3:hover .pldlm {stroke-width:2;}
#areas:hover .pg_3:hover .thick {stroke-width:12;}
#areas:hover .pg_4:hover .pl {opacity:1;}
#areas:hover .pg_4:hover .pll {stroke-width:3;}
#areas:hover .pg_4:hover .pldlm {stroke-width:2;}
#areas:hover .pg_4:hover .thick {stroke-width:12;}
#areas:hover .pg_5:hover .pl {opacity:1;}
#areas:hover .pg_5:hover .pll {stroke-width:3;}
#areas:hover .pg_5:hover .pldlm {stroke-width:2;}
#areas:hover .pg_5:hover .thick {stroke-width:12;}
</style>
<defs>
<clipPath id="axis_clip"><rect x="145.8" y="54.2" width="761.2" height="532.8" /></clipPath>
<path id="line_x" d="M 145.600,0 h 761.600" stroke="#262626" stroke-opacity="0.15" stroke-width="1.00"/>
<path id="tick_y" d="M 145.600,0 h -6.000" stroke="#808080" stroke-width="0.90"/>
<path id="tick_x" d="M 0,587.177 v 6.000" stroke="#808080" stroke-width="0.90"/>
</defs>
<g id="main">
<use xlink:href="#line_x" transform="translate(0,587.2)"/>
<use xlink:href="#line_x" transform="translate(0,527.9)"/>
<use xlink:href="#line_x" transform="translate(0,468.7)"/>
<use xlink:href="#line_x" transform="translate(0,409.4)"/>
<use xlink:href="#line_x" transform="translate(0,350.2)"/>
<use xlink:href="#line_x" transform="translate(0,291.0)"/>
<use xlink:href="#line_x" transform="translate(0,231.7)"/>
<use xlink:href="#line_x" transform="translate(0,172.5)"/>
<use xlink:href="#line_x" transform="translate(0,113.2)"/>
<use xlink:href="#line_x" transform="translate(0,54.0)"/>
<use xlink:href="#tick_y" transform="translate(0,587.2)"/>
<use xlink:href="#tick_y" transform="translate(0,527.9)"/>
<use xlink:href="#tick_y" transform="translate(0,468.7)"/>
<use xlink:href="#tick_y" transform="translate(0,409.4)"/>
<use xlink:href="#tick_y" transform="translate(0,350.2)"/>
<use xlink:href="#tick_y" transform="translate(0,291.0)"/>
<use xlink:href="#tick_y" transform="translate(0,231.7)"/>
<use xlink:href="#tick_y" transform="translate(0,172.5)"/>
<use xlink:href="#tick_y" transform="translate(0,113.2)"/>
<use xlink:href="#tick_y" transform="translate(0,54.0)"/>
<use xlink:href="#tick_x" transform="translate(145.6,0)"/>
<use xlink:href="#tick_x" transform="translate(322.7,0)"/>
<use xlink:href="#tick_x" transform="translate(499.8,0)"/>
<use xlink:href="#tick_x" transform="translate(676.9,0)"/>
<use xlink:href="#tick_x" transform="translate(889.5,0)"/>
<polyline points="145.6,53.993 145.6,587.177 907.2,587.177" stroke="#808080" stroke-width="0.90" fill="none"/>
<text class="ticklabel xtl" transform="translate(145.6,629.0)" text-anchor="middle">2000</text>
<text class="ticklabel xtl" transform="translate(322.7,629.0)" text-anchor="middle">2005</text>
<text class="ticklabel xtl" transform="translate(499.8,629.0)" text-anchor="middle">2010</text>
<text class="ticklabel xtl" transform="translate(676.9,629.0)" text-anchor="middle">2015</text>
<text class="ticklabel xtl" transform="translate(889.5,629.0)" text-anchor="middle">2021</text>
<text class="ticklabel ytl" transform="translate(128.8,595.3)">0</text>
<text class="ticklabel ytl" transform="translate(128.8,536.0)">2</text>
<text class="ticklabel ytl" transform="translate(128.8,476.8)">4</text>
<text class="ticklabel ytl" transform="translate(128.8,417.5)">6</text>
<text class="ticklabel ytl" transform="translate(128.8,358.3)">8</text>
<text class="ticklabel ytl" transform="translate(128.8,299.1)">10</text>
<text class="ticklabel ytl" transform="translate(128.8,239.8)">12</text>
<text class="ticklabel ytl" transform="translate(128.8,180.6)">14</text>
<text class="ticklabel ytl" transform="translate(128.8,121.3)">16</text>
<text class="ticklabel ytl" transform="translate(128.8,62.1)">18 Mt</text>
<g id="areas">
<g class="pg_5">
<polygon class="pl" points="145.6,115.6 181.0,113.7 216.4,107.5 251.9,94.8 287.3,66.8 322.7,82.4 358.1,111.2 393.6,97.8 429.0,128.5 464.4,72.2 499.8,71.1 535.3,90.9 570.7,56.0 606.1,85.2 641.5,94.1 676.9,54.4 712.4,116.4 747.8,123.0 783.2,128.6 818.6,94.1 854.1,101.8 889.5,68.6 889.5,115.8 854.1,140.6 818.6,139.5 783.2,172.4 747.8,163.4 712.4,155.9 676.9,91.7 641.5,129.2 606.1,120.0 570.7,89.9 535.3,118.0 499.8,88.8 464.4,86.9 429.0,139.5 393.6,107.9 358.1,120.6 322.7,91.5 287.3,75.6 251.9,103.3 216.4,115.7 181.0,121.7 145.6,123.7" stroke="#000" stroke-width="0.9000" fill="#7DCCEE" clip-path="url(#axis_clip)"/>
</g>
<g class="pg_4">
<polygon class="pl" points="145.6,123.7 181.0,121.7 216.4,115.7 251.9,103.3 287.3,75.6 322.7,91.5 358.1,120.6 393.6,107.9 429.0,139.5 464.4,86.9 499.8,88.8 535.3,118.0 570.7,89.9 606.1,120.0 641.5,129.2 676.9,91.7 712.4,155.9 747.8,163.4 783.2,172.4 818.6,139.5 854.1,140.6 889.5,115.8 889.5,463.0 854.1,448.8 818.6,427.3 783.2,455.6 747.8,442.9 712.4,446.7 676.9,438.9 641.5,432.6 606.1,436.0 570.7,426.5 535.3,448.6 499.8,447.4 464.4,469.6 429.0,472.9 393.6,479.5 358.1,484.9 322.7,471.5 287.3,473.5 251.9,451.7 216.4,466.5 181.0,481.2 145.6,479.0" stroke="#000" stroke-width="0.9000" fill="#87AC55" clip-path="url(#axis_clip)"/>
</g>
<g class="pg_3">
<polygon class="pl" points="145.6,479.0 181.0,481.2 216.4,466.5 251.9,451.7 287.3,473.5 322.7,471.5 358.1,484.9 393.6,479.5 429.0,472.9 464.4,469.6 499.8,447.4 535.3,448.6 570.7,426.5 606.1,436.0 641.5,432.6 676.9,438.9 712.4,446.7 747.8,442.9 783.2,455.6 818.6,427.3 854.1,448.8 889.5,463.0 889.5,518.9 854.1,521.8 818.6,520.4 783.2,534.3 747.8,505.6 712.4,531.2 676.9,516.6 641.5,490.1 606.1,516.5 570.7,525.7 535.3,534.3 499.8,534.0 464.4,544.7 429.0,550.9 393.6,554.3 358.1,562.0 322.7,541.1 287.3,563.5 251.9,551.7 216.4,565.1 181.0,576.0 145.6,573.4" stroke="#000" stroke-width="0.9000" fill="#834B8E" clip-path="url(#axis_clip)"/>
</g>
<g class="pg_2">
<polygon class="pl" points="145.6,573.4 181.0,576.0 216.4,565.1 251.9,551.7 287.3,563.5 322.7,541.1 358.1,562.0 393.6,554.3 429.0,550.9 464.4,544.7 499.8,534.0 535.3,534.3 570.7,525.7 606.1,516.5 641.5,490.1 676.9,516.6 712.4,531.2 747.8,505.6 783.2,534.3 818.6,520.4 854.1,521.8 889.5,518.9 889.5,546.4 854.1,553.1 818.6,552.3 783.2,561.8 747.8,564.3 712.4,562.7 676.9,559.4 641.5,558.8 606.1,553.8 570.7,561.2 535.3,571.1 499.8,579.8 464.4,586.9 429.0,587.2 393.6,587.2 358.1,587.2 322.7,587.2 287.3,587.2 251.9,587.2 216.4,587.2 181.0,587.2 145.6,587.2" stroke="#000" stroke-width="0.9000" fill="#D97B53" clip-path="url(#axis_clip)"/>
</g>
<g class="pg_1">
<polygon class="pl" points="145.6,587.2 181.0,587.2 216.4,587.2 251.9,587.2 287.3,587.2 322.7,587.2 358.1,587.2 393.6,587.2 429.0,587.2 464.4,586.9 499.8,579.8 535.3,571.1 570.7,561.2 606.1,553.8 641.5,558.8 676.9,559.4 712.4,562.7 747.8,564.3 783.2,561.8 818.6,552.3 854.1,553.1 889.5,546.4 889.5,587.2 145.6,587.2" stroke="#000" stroke-width="0.9000" fill="#3988BD" clip-path="url(#axis_clip)"/>
</g>
</g>
<text class="pl" transform="translate(925.2,566.8)" dy="6.5" font-size="21.60" fill="#3988BD" stroke="none">Electricity generation</text>
<text class="pl" transform="translate(925.2,525.9)" dy="6.5" font-size="21.60" fill="#D97B53" stroke="none">Food processing,</text>
<text class="pl" transform="translate(925.2,490.9)" dy="6.5" font-size="21.60" fill="#834B8E" stroke="none">Other: Other</text>
<text class="pl" transform="translate(925.2,289.4)" dy="6.5" font-size="21.60" fill="#87AC55" stroke="none">Residential</text>
<text class="pl" transform="translate(925.2,92.2)" dy="6.5" font-size="21.60" fill="#7DCCEE" stroke="none">All others</text>
<text class="pl" transform="translate(925.2,532.1)" dy="21.6" font-size="21.60" fill="#D97B53" stroke="none">beverages and tobacco</text>
<text class="pl" transform="translate(145.6,47.2)" dy="0.0" font-size="27.00" fill="#808080" stroke="none">Annual CO<tspan dy="0.2em"><tspan style="font-size:70%">2</tspan></tspan><tspan dy="-0.2em"> </tspan>emissions from biomass combustion: Peru</text>
<text transform="translate(160.0,666.1)" font-size="19.80" font-family="Helvetica" fill="#BFBFBF" stroke="none" xml:space="preserve">CICERO &#9679; Data: UNFCCC</text>
<g>
<a href="https://creativecommons.org/licenses/by/4.0/">
<rect x="123.0" y="651.4" width="34" height="17" fill="#FFF" stroke="none" opacity="0.01"/>
<g transform="translate(124.0,652.4) scale(0.24)">
<g><circle fill="#FFF" cx="37.79" cy="28.5" r="28.84"/>
<circle fill="none" cx="37.79" cy="28.5" r="28.84" stroke="#BFBFBF" stroke-width="5.5"/>
<path fill="#BFBFBF" d="M37.16,23.19 l-4.29,2.23c-0.458-0.951-1.02-1.62-1.69-2c-0.667-0.38-1.29-0.571-1.86-0.571c-2.86,0-4.29,1.89-4.29,5.66 c0,1.71,0.36,3.08,1.09,4.11c0.724,1.03,1.79,1.54,3.2,1.54c1.87,0,3.18-0.915,3.94-2.74l3.94,2 c-0.838,1.56-2,2.79-3.49,3.69c-1.48,0.896-3.12,1.34-4.91,1.34c-2.86,0-5.16-0.875-6.92-2.63 c-1.75-1.75-2.63-4.19-2.63-7.31c0-3.05,0.886-5.47,2.66-7.26c1.77-1.79,4.01-2.69,6.72-2.69 C32.6,18.56,35.44,20.1,37.16,23.19z
M55.61,23.19l-4.23,2.23c-0.457-0.951-1.02-1.62-1.69-2 c-0.668-0.38-1.31-0.571-1.91-0.571c-2.86,0-4.29,1.89-4.29,5.66c0,1.71,0.363,3.08,1.09,4.11 c0.723,1.03,1.79,1.54,3.2,1.54c1.87,0,3.18-0.915,3.94-2.74l4,2c-0.875,1.56-2.06,2.79-3.54,3.69 c-1.49,0.9-3.11,1.34-4.86,1.34c-2.9,0-5.21-0.875-6.94-2.63c-1.74-1.75-2.6-4.19-2.6-7.31 c0-3.05,0.885-5.47,2.66-7.26c1.77-1.79,4.01-2.69,6.71-2.69C51.12,18.56,53.944,20.1,55.61,23.19z"/>
</g></g>
<g transform="translate(140.2,652.4) scale(0.24)">
<g><circle fill="#FFF" cx="37.79" cy="28.5" r="28.84"/>
<circle fill="none" cx="37.79" cy="28.5" r="28.84" stroke="#BFBFBF" stroke-width="5.5"/>
<path fill="#BFBFBF" d="M46.129,20.557v13.085h-3.656v15.542h-9.944V33.643h-3.656V20.557 c0-0.572,0.2-1.057,0.599-1.457c0.401-0.399,0.887-0.6,1.457-0.6h13.144c0.533,0,1.01,0.2,1.428,0.6 C45.918,19.5,46.129,19.986,46.129,20.557z
M33.042,12.329c0-3.008,1.485-4.514,4.458-4.514s4.457,1.504,4.457,4.514 c0,2.971-1.486,4.457-4.457,4.457S33.042,15.3,33.042,12.329z"/>
</g></g>
</a>
</g>
<g class="dl_el" transform="translate(69.1,548.4)">
<g class="dl_el_balloon">
<foreignObject x="0" y="0" width="250" height="500">
<div xmlns="http://www.w3.org/1999/xhtml" class="dl_fe" style="height:90px">
<p class="dl_fe_p">CC-BY: Material may be freely re-used as long as you credit the author</p>
</div>
</foreignObject>
<path stroke="#000" fill="#FDFFDF" d="M0,90H70l5,5l5,-5H250"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,233 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1200.000 674.916">
<title>Emissions from road transport: Peru</title>
<style type="text/css">
#main {font-family:Helvetica,Arial,sans-serif; font-size:27.00px;
fill-opacity:1; fill:#000000; stroke:none; stroke-linejoin:round; stroke-linecap:round; stroke-width:1.00;}
a:hover {text-decoration: underline;}
.marker {stroke-opacity:0;fill-opacity:0;}
.marker:hover {stroke-opacity:0.5; fill-opacity:1;}
.ticklabel {font-size:27.00px;fill:#808080;stroke:none;font-family:Helvetica}
.ytl {text-anchor:end;}
.dp1 {pointer-events:none;font-size:70%;text-anchor:middle;fill:#000000;}
.dp2 {pointer-events:none;font-size:70%;text-anchor:middle;fill:#FFFFFF;}
.numtip {pointer-events:none;}
.cc {opacity:0.25;}
.dl_fe {background-color:#FDFFDF;display:flex;margin:auto;align-items:center}
.dl_fe_p {font-size:20px;text-align:center;margin:3px}
.dl_el {display:none;pointer-events:none;}
.cc:hover + .dl_el {display:block;}
text:hover + .dl_el {display:block;}
#lines .pl {transition: all 0.2s ease;}
#lines:hover .pl {opacity:0.3;}
#lines:hover .thick {stroke-width:1;}
#lines:hover .pl_1:hover .pl {opacity:1;}
#lines:hover .pl_1:hover .pll {stroke-width:3;}
#lines:hover .pl_1:hover .pldlm {stroke-width:2;}
#lines:hover .pl_1:hover .thick {stroke-width:12;}
#lines:hover .pl_2:hover .pl {opacity:1;}
#lines:hover .pl_2:hover .pll {stroke-width:3;}
#lines:hover .pl_2:hover .pldlm {stroke-width:2;}
#lines:hover .pl_2:hover .thick {stroke-width:12;}
#lines:hover .pl_3:hover .pl {opacity:1;}
#lines:hover .pl_3:hover .pll {stroke-width:3;}
#lines:hover .pl_3:hover .pldlm {stroke-width:2;}
#lines:hover .pl_3:hover .thick {stroke-width:12;}
</style>
<defs>
<clipPath id="axis_clip"><rect x="145.8" y="54.2" width="761.2" height="532.8" /></clipPath>
<path id="line_y" d="M 0,53.993 v 533.183" stroke="#262626" stroke-opacity="0.15" stroke-width="1.00"/>
<path id="line_x" d="M 145.600,0 h 761.600" stroke="#262626" stroke-opacity="0.15" stroke-width="1.00"/>
<path id="tick_y" d="M 145.600,0 h -6.000" stroke="#808080" stroke-width="0.90"/>
<path id="tick_x" d="M 0,587.177 v 6.000" stroke="#808080" stroke-width="0.90"/>
<symbol id="line_1" viewBox="0 0 1200.000 674.916">
<polyline class="pl" points="145.6,475.4 176.1,472.4 206.5,471.1 237.0,463.2 267.5,463.8 297.9,451.9 328.4,445.9 358.8,435.9 389.3,409.9 419.8,394.0 450.2,374.0 480.7,367.1 511.2,357.7 541.6,335.2 572.1,333.3 602.6,301.9 633.0,286.3 663.5,213.7 694.0,203.4 724.4,192.7 754.9,264.0 785.3,173.1" stroke="#7E2F8E" stroke-width="0.90" stroke-opacity="1.00" fill="none" clip-path="url(#axis_clip)"/>
</symbol>
<symbol id="line_2" viewBox="0 0 1200.000 674.916">
<polyline class="pl" points="145.6,446.4 176.1,442.1 206.5,438.8 237.0,427.8 267.5,430.4 297.9,414.3 328.4,405.7 358.8,389.9 389.3,362.0 419.8,347.8 450.2,319.0 480.7,302.1 511.2,284.6 541.6,277.0 572.1,292.1 602.6,262.1 633.0,242.8 663.5,165.0 694.0,149.8 724.4,131.7 754.9,211.2 785.3,91.6" stroke="#D95319" stroke-width="0.90" stroke-opacity="1.00" fill="none" clip-path="url(#axis_clip)"/>
</symbol>
<symbol id="line_3" viewBox="0 0 1200.000 674.916">
<polyline class="pl" points="145.6,441.0 176.1,431.9 206.5,422.4 237.0,406.5 267.5,436.2 297.9,445.4 328.4,437.9 358.8,418.9 389.3,414.9 419.8,413.7 450.2,407.5 480.7,400.2 511.2,388.2 541.6,377.8 572.1,371.0 602.6,352.6 633.0,339.2 663.5,328.4 694.0,320.6 724.4,303.0 754.9,375.0 785.3,327.3" stroke="#0072BD" stroke-width="0.90" stroke-opacity="1.00" fill="none" clip-path="url(#axis_clip)"/>
</symbol>
</defs>
<g id="main">
<use xlink:href="#line_y" transform="translate(145.6,0)"/>
<use xlink:href="#line_y" transform="translate(297.9,0)"/>
<use xlink:href="#line_y" transform="translate(450.2,0)"/>
<use xlink:href="#line_y" transform="translate(602.6,0)"/>
<use xlink:href="#line_y" transform="translate(754.9,0)"/>
<use xlink:href="#line_y" transform="translate(907.2,0)"/>
<use xlink:href="#line_x" transform="translate(0,587.2)"/>
<use xlink:href="#line_x" transform="translate(0,527.9)"/>
<use xlink:href="#line_x" transform="translate(0,468.7)"/>
<use xlink:href="#line_x" transform="translate(0,409.4)"/>
<use xlink:href="#line_x" transform="translate(0,350.2)"/>
<use xlink:href="#line_x" transform="translate(0,291.0)"/>
<use xlink:href="#line_x" transform="translate(0,231.7)"/>
<use xlink:href="#line_x" transform="translate(0,172.5)"/>
<use xlink:href="#line_x" transform="translate(0,113.2)"/>
<use xlink:href="#line_x" transform="translate(0,54.0)"/>
<use xlink:href="#tick_y" transform="translate(0,587.2)"/>
<use xlink:href="#tick_y" transform="translate(0,527.9)"/>
<use xlink:href="#tick_y" transform="translate(0,468.7)"/>
<use xlink:href="#tick_y" transform="translate(0,409.4)"/>
<use xlink:href="#tick_y" transform="translate(0,350.2)"/>
<use xlink:href="#tick_y" transform="translate(0,291.0)"/>
<use xlink:href="#tick_y" transform="translate(0,231.7)"/>
<use xlink:href="#tick_y" transform="translate(0,172.5)"/>
<use xlink:href="#tick_y" transform="translate(0,113.2)"/>
<use xlink:href="#tick_y" transform="translate(0,54.0)"/>
<use xlink:href="#tick_x" transform="translate(145.6,0)"/>
<use xlink:href="#tick_x" transform="translate(297.9,0)"/>
<use xlink:href="#tick_x" transform="translate(450.2,0)"/>
<use xlink:href="#tick_x" transform="translate(602.6,0)"/>
<use xlink:href="#tick_x" transform="translate(754.9,0)"/>
<use xlink:href="#tick_x" transform="translate(907.2,0)"/>
<polyline points="145.6,53.993 145.6,587.177 907.2,587.177" stroke="#808080" stroke-width="0.90" fill="none"/>
<text class="ticklabel xtl" transform="translate(145.6,629.0)" text-anchor="middle">2000</text>
<text class="ticklabel xtl" transform="translate(297.9,629.0)" text-anchor="middle">2005</text>
<text class="ticklabel xtl" transform="translate(450.2,629.0)" text-anchor="middle">2010</text>
<text class="ticklabel xtl" transform="translate(602.6,629.0)" text-anchor="middle">2015</text>
<text class="ticklabel xtl" transform="translate(754.9,629.0)" text-anchor="middle">2020</text>
<text class="ticklabel xtl" transform="translate(907.2,629.0)" text-anchor="middle">2025</text>
<text class="ticklabel ytl" transform="translate(128.8,595.3)">0</text>
<text class="ticklabel ytl" transform="translate(128.8,536.0)">1</text>
<text class="ticklabel ytl" transform="translate(128.8,476.8)">2</text>
<text class="ticklabel ytl" transform="translate(128.8,417.5)">3</text>
<text class="ticklabel ytl" transform="translate(128.8,358.3)">4</text>
<text class="ticklabel ytl" transform="translate(128.8,299.1)">5</text>
<text class="ticklabel ytl" transform="translate(128.8,239.8)">6</text>
<text class="ticklabel ytl" transform="translate(128.8,180.6)">7</text>
<text class="ticklabel ytl" transform="translate(128.8,121.3)">8</text>
<text class="ticklabel ytl" transform="translate(128.8,62.1)">9 Mt</text>
<g id="lines">
<g class="pl_1">
<use xlink:href="#line_1" class="thick" stroke="#000" stroke-width="3" opacity="0"/>
<use xlink:href="#line_1" class="pl pll" stroke="#7E2F8E" stroke-width="0.90"/>
<g class="pl pll" fill="#7E2F8E" stroke="#7E2F8E" stroke-width="0.900">
<circle cx="145.6" cy="475.4" r="3.6" />
<circle cx="176.1" cy="472.4" r="3.6" />
<circle cx="206.5" cy="471.1" r="3.6" />
<circle cx="237.0" cy="463.2" r="3.6" />
<circle cx="267.5" cy="463.8" r="3.6" />
<circle cx="297.9" cy="451.9" r="3.6" />
<circle cx="328.4" cy="445.9" r="3.6" />
<circle cx="358.8" cy="435.9" r="3.6" />
<circle cx="389.3" cy="409.9" r="3.6" />
<circle cx="419.8" cy="394.0" r="3.6" />
<circle cx="450.2" cy="374.0" r="3.6" />
<circle cx="480.7" cy="367.1" r="3.6" />
<circle cx="511.2" cy="357.7" r="3.6" />
<circle cx="541.6" cy="335.2" r="3.6" />
<circle cx="572.1" cy="333.3" r="3.6" />
<circle cx="602.6" cy="301.9" r="3.6" />
<circle cx="633.0" cy="286.3" r="3.6" />
<circle cx="663.5" cy="213.7" r="3.6" />
<circle cx="694.0" cy="203.4" r="3.6" />
<circle cx="724.4" cy="192.7" r="3.6" />
<circle cx="754.9" cy="264.0" r="3.6" />
<circle cx="785.3" cy="173.1" r="3.6" />
</g>
</g>
<g class="pl_2">
<use xlink:href="#line_2" class="thick" stroke="#000" stroke-width="3" opacity="0"/>
<use xlink:href="#line_2" class="pl pll" stroke="#D95319" stroke-width="0.90"/>
<g class="pl pll" fill="#D95319" stroke="#D95319" stroke-width="0.900">
<circle cx="145.6" cy="446.4" r="3.6" />
<circle cx="176.1" cy="442.1" r="3.6" />
<circle cx="206.5" cy="438.8" r="3.6" />
<circle cx="237.0" cy="427.8" r="3.6" />
<circle cx="267.5" cy="430.4" r="3.6" />
<circle cx="297.9" cy="414.3" r="3.6" />
<circle cx="328.4" cy="405.7" r="3.6" />
<circle cx="358.8" cy="389.9" r="3.6" />
<circle cx="389.3" cy="362.0" r="3.6" />
<circle cx="419.8" cy="347.8" r="3.6" />
<circle cx="450.2" cy="319.0" r="3.6" />
<circle cx="480.7" cy="302.1" r="3.6" />
<circle cx="511.2" cy="284.6" r="3.6" />
<circle cx="541.6" cy="277.0" r="3.6" />
<circle cx="572.1" cy="292.1" r="3.6" />
<circle cx="602.6" cy="262.1" r="3.6" />
<circle cx="633.0" cy="242.8" r="3.6" />
<circle cx="663.5" cy="165.0" r="3.6" />
<circle cx="694.0" cy="149.8" r="3.6" />
<circle cx="724.4" cy="131.7" r="3.6" />
<circle cx="754.9" cy="211.2" r="3.6" />
<circle cx="785.3" cy="91.6" r="3.6" />
</g>
</g>
<g class="pl_3">
<use xlink:href="#line_3" class="thick" stroke="#000" stroke-width="3" opacity="0"/>
<use xlink:href="#line_3" class="pl pll" stroke="#0072BD" stroke-width="0.90"/>
<g class="pl pll" fill="#0072BD" stroke="#0072BD" stroke-width="0.900">
<circle cx="145.6" cy="441.0" r="3.6" />
<circle cx="176.1" cy="431.9" r="3.6" />
<circle cx="206.5" cy="422.4" r="3.6" />
<circle cx="237.0" cy="406.5" r="3.6" />
<circle cx="267.5" cy="436.2" r="3.6" />
<circle cx="297.9" cy="445.4" r="3.6" />
<circle cx="328.4" cy="437.9" r="3.6" />
<circle cx="358.8" cy="418.9" r="3.6" />
<circle cx="389.3" cy="414.9" r="3.6" />
<circle cx="419.8" cy="413.7" r="3.6" />
<circle cx="450.2" cy="407.5" r="3.6" />
<circle cx="480.7" cy="400.2" r="3.6" />
<circle cx="511.2" cy="388.2" r="3.6" />
<circle cx="541.6" cy="377.8" r="3.6" />
<circle cx="572.1" cy="371.0" r="3.6" />
<circle cx="602.6" cy="352.6" r="3.6" />
<circle cx="633.0" cy="339.2" r="3.6" />
<circle cx="663.5" cy="328.4" r="3.6" />
<circle cx="694.0" cy="320.6" r="3.6" />
<circle cx="724.4" cy="303.0" r="3.6" />
<circle cx="754.9" cy="375.0" r="3.6" />
<circle cx="785.3" cy="327.3" r="3.6" />
</g>
</g>
</g>
<text class="pl" transform="translate(925.2,327.3)" dy="6.5" font-size="21.60" fill="#0072BD" stroke="none">Cars</text>
<text class="pl" transform="translate(925.2,91.6)" dy="6.5" font-size="21.60" fill="#D95319" stroke="none">Light-duty trucks</text>
<text class="pl" transform="translate(925.2,173.1)" dy="6.5" font-size="21.60" fill="#7E2F8E" stroke="none">Heavy-duty trucks/buses</text>
<text class="pl" transform="translate(145.6,47.2)" dy="0.0" font-size="27.00" fill="#808080" stroke="none">Emissions from road transport: Peru</text>
<text class="pl" transform="translate(130.0,81.6)" dy="8.1" font-size="27.00" fill="#808080" stroke="none" text-anchor="end">CO<tspan dy="0.2em"><tspan style="font-size:70%">2</tspan></tspan><tspan dy="-0.2em"></tspan></text>
<text transform="translate(157.6,666.1)" font-size="19.80" font-family="Helvetica" fill="#BFBFBF" stroke="none" xml:space="preserve"><a href="https://bsky.app/profile/robbieandrew.bsky.social" style="fill:#BFBFBF" target="_blank">@robbieandrew.bsky.social</a> &#9679; Data: UNFCCC &#9679; Data through 2021</text>
<text class="twitlink" transform="translate(157.6,666.1)" opacity="0" font-size="19.80" fill="#BFBFBF" stroke="none" xml:space="preserve"><a href="https://bsky.app/profile/robbieandrew.bsky.social" style="fill:#BFBFBF" target="_blank">@robbieandrew.bsky.social</a></text>
<g class="dl_el" transform="translate(154.6,578.4)">
<g class="dl_el_balloon">
<foreignObject x="0" y="0" width="120" height="500">
<div xmlns="http://www.w3.org/1999/xhtml" class="dl_fe" style="height:60px">
<p class="dl_fe_p">Find me on BlueSky</p>
</div>
</foreignObject>
<path stroke="#000" fill="#FDFFDF" d="M0,60H60l5,5l5,-5H120"/>
</g>
</g>
<g>
<a href="https://creativecommons.org/licenses/by/4.0/">
<rect x="123.0" y="651.4" width="34" height="17" fill="#FFF" stroke="none" opacity="0.01"/>
<g transform="translate(124.0,652.4) scale(0.24)">
<g><circle fill="#FFF" cx="37.79" cy="28.5" r="28.84"/>
<circle fill="none" cx="37.79" cy="28.5" r="28.84" stroke="#BFBFBF" stroke-width="5.5"/>
<path fill="#BFBFBF" d="M37.16,23.19 l-4.29,2.23c-0.458-0.951-1.02-1.62-1.69-2c-0.667-0.38-1.29-0.571-1.86-0.571c-2.86,0-4.29,1.89-4.29,5.66 c0,1.71,0.36,3.08,1.09,4.11c0.724,1.03,1.79,1.54,3.2,1.54c1.87,0,3.18-0.915,3.94-2.74l3.94,2 c-0.838,1.56-2,2.79-3.49,3.69c-1.48,0.896-3.12,1.34-4.91,1.34c-2.86,0-5.16-0.875-6.92-2.63 c-1.75-1.75-2.63-4.19-2.63-7.31c0-3.05,0.886-5.47,2.66-7.26c1.77-1.79,4.01-2.69,6.72-2.69 C32.6,18.56,35.44,20.1,37.16,23.19z
M55.61,23.19l-4.23,2.23c-0.457-0.951-1.02-1.62-1.69-2 c-0.668-0.38-1.31-0.571-1.91-0.571c-2.86,0-4.29,1.89-4.29,5.66c0,1.71,0.363,3.08,1.09,4.11 c0.723,1.03,1.79,1.54,3.2,1.54c1.87,0,3.18-0.915,3.94-2.74l4,2c-0.875,1.56-2.06,2.79-3.54,3.69 c-1.49,0.9-3.11,1.34-4.86,1.34c-2.9,0-5.21-0.875-6.94-2.63c-1.74-1.75-2.6-4.19-2.6-7.31 c0-3.05,0.885-5.47,2.66-7.26c1.77-1.79,4.01-2.69,6.71-2.69C51.12,18.56,53.944,20.1,55.61,23.19z"/>
</g></g>
<g transform="translate(140.2,652.4) scale(0.24)">
<g><circle fill="#FFF" cx="37.79" cy="28.5" r="28.84"/>
<circle fill="none" cx="37.79" cy="28.5" r="28.84" stroke="#BFBFBF" stroke-width="5.5"/>
<path fill="#BFBFBF" d="M46.129,20.557v13.085h-3.656v15.542h-9.944V33.643h-3.656V20.557 c0-0.572,0.2-1.057,0.599-1.457c0.401-0.399,0.887-0.6,1.457-0.6h13.144c0.533,0,1.01,0.2,1.428,0.6 C45.918,19.5,46.129,19.986,46.129,20.557z
M33.042,12.329c0-3.008,1.485-4.514,4.458-4.514s4.457,1.504,4.457,4.514 c0,2.971-1.486,4.457-4.457,4.457S33.042,15.3,33.042,12.329z"/>
</g></g>
</a>
</g>
<g class="dl_el" transform="translate(69.1,548.4)">
<g class="dl_el_balloon">
<foreignObject x="0" y="0" width="250" height="500">
<div xmlns="http://www.w3.org/1999/xhtml" class="dl_fe" style="height:90px">
<p class="dl_fe_p">CC-BY: Material may be freely re-used as long as you credit the author</p>
</div>
</foreignObject>
<path stroke="#000" fill="#FDFFDF" d="M0,90H70l5,5l5,-5H250"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,11 +1,3 @@
{"timestamp": "2025-09-28T08:09:59+02:00","event": "Files updated","folder": "india","files": ["india/data/india_co2_emissions_data.csv","india/data/india_co2_emissions_data.zip","india/data/india_co2_emissions_metadata.json"],"URL": "https://robbieandrew.github.io/india"}
{"timestamp": "2025-09-28T08:28:08+02:00","event": "Files updated","folder": "EU","files": ["EU/img/EU27_monthly_CO2.svg"],"URL": "https://robbieandrew.github.io/EU"}
{"timestamp": "2025-09-28T08:28:09+02:00","event": "Files updated","folder": "country","files": ["country/img/EU/EU27_monthly_CO2.svg"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-09-28T08:28:10+02:00","event": "Files updated","folder": "EU","files": ["EU/data/EU27_monthly_CO2_data.csv"],"URL": "https://robbieandrew.github.io/EU"}
{"timestamp": "2025-09-28T08:28:11+02:00","event": "Files updated","folder": "country","files": ["country/data/EU/EU27_monthly_CO2_data.csv"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-09-29T06:58:15+02:00","event": "Files updated","folder": "india","files": ["india/data/POSOCO_data.csv","india/data/POSOCO_data.zip"],"URL": "https://robbieandrew.github.io/india"}
{"timestamp": "2025-09-29T06:58:20+02:00","event": "Files updated","folder": "india","files": ["india/img/POSOCO_coal_total.svg"],"URL": "https://robbieandrew.github.io/india"}
{"timestamp": "2025-09-29T06:58:22+02:00","event": "Files updated","folder": "india","files": ["india/data/POSOCO_coal_total_data.csv"],"URL": "https://robbieandrew.github.io/india"}
{"timestamp": "2025-09-29T07:00:03+02:00","event": "Files updated","folder": "india","files": ["india/img/stocks_linkage_daily_interp.svg"],"URL": "https://robbieandrew.github.io/india"}
{"timestamp": "2025-09-29T07:00:05+02:00","event": "Files updated","folder": "india","files": ["india/data/stocks_linkage_daily_interp.csv"],"URL": "https://robbieandrew.github.io/india"}
{"timestamp": "2025-09-29T07:00:17+02:00","event": "Files updated","folder": "india","files": ["india/img/POSOCO_coal.svg","india/img/POSOCO_hydro.svg","india/img/POSOCO_renewables.svg","india/img/POSOCO_natural_gas.svg","india/img/POSOCO_wind.svg","india/img/POSOCO_solar.svg","india/img/POSOCO_total.svg"],"URL": "https://robbieandrew.github.io/india"}
@@ -198,3 +190,11 @@
{"timestamp": "2025-10-03T09:32:55+02:00","event": "Files updated","folder": "country","files": ["country/data/PER/PER_CRF_sector_CH4_data.csv"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-10-03T09:32:57+02:00","event": "Files updated","folder": "country","files": ["country/img/PER/PER_CRF_sector_N2O.svg"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-10-03T09:32:58+02:00","event": "Files updated","folder": "country","files": ["country/data/PER/PER_CRF_sector_N2O_data.csv"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-10-03T09:42:13+02:00","event": "Files updated","folder": "country","files": ["country/img/PER/PER_CRF_energy.svg"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-10-03T09:42:14+02:00","event": "Files updated","folder": "country","files": ["country/data/PER/PER_CRF_energy_data.csv"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-10-03T09:42:16+02:00","event": "Files updated","folder": "country","files": ["country/img/PER/PER_CRF_LULUCF.svg"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-10-03T09:42:17+02:00","event": "Files updated","folder": "country","files": ["country/data/PER/PER_CRF_LULUCF_data.csv"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-10-03T09:42:20+02:00","event": "Files updated","folder": "country","files": ["country/img/PER/PER_biomasscombustion.svg"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-10-03T09:42:21+02:00","event": "Files updated","folder": "country","files": ["country/data/PER/PER_biomasscombustion_data.csv"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-10-03T09:42:22+02:00","event": "Files updated","folder": "country","files": ["country/img/PER/PER_roadtransport.svg"],"URL": "https://robbieandrew.github.io/country"}
{"timestamp": "2025-10-03T09:42:23+02:00","event": "Files updated","folder": "country","files": ["country/data/PER/PER_roadtransport_data.csv"],"URL": "https://robbieandrew.github.io/country"}