├── .gitignore ├── README.md ├── at ├── austria.json ├── electricity │ └── generation │ │ ├── 14D-15M.csv │ │ ├── 2021-15M.csv │ │ ├── 2021-1D.csv │ │ ├── 2022-15M.csv │ │ ├── 2022-1D.csv │ │ ├── dataset.json │ │ └── raw │ │ ├── B01.json │ │ ├── B04.json │ │ ├── B06.json │ │ ├── B10.json │ │ ├── B11.json │ │ ├── B12.json │ │ ├── B16.json │ │ ├── B17.json │ │ └── B19.json ├── emissions │ ├── AT_Historical-Emissions_PIK-PRIMAP.csv │ ├── Emission_All_sectors_Austria_1850_2018_PIK_PRIMAP.csv │ ├── Emission_All_sectors_Austria_1990-2020.csv │ ├── Emission_All_sectors_Bundeslaender_Austria_1990-2019.csv │ ├── emissions_by_sectors.csv │ ├── emissions_by_sectors_old.csv │ ├── emissions_co2_historic.csv │ ├── emissions_co2budget_scenarios_AT.csv │ ├── emissions_consumption_based.csv │ ├── emissions_crf_at.json │ └── emissions_lulucf_at.json ├── energy │ ├── fossil │ │ ├── NEA_alle_Bundeslaender_und_Austria_ab1999_GWh.csv │ │ ├── coal_usage_twh.csv │ │ ├── gas_usage_twh.csv │ │ └── oil_usage_twh.csv │ └── renewables │ │ ├── biomasse_produktion.csv │ │ ├── biomasse_zielpfad.csv │ │ ├── erneuerbare_2030_scenarios.csv │ │ ├── pv_produktion.csv │ │ ├── pv_zielpfad.csv │ │ ├── wasserkraft_produktion.csv │ │ ├── wasserkraft_zielpfad.csv │ │ ├── windkraft_produktion.csv │ │ └── windkraft_zielpfad.csv ├── geo │ └── municipality_lookup.csv └── heating-systems │ ├── README.md │ └── klimadashboard_AT_heatingSystems_timeline.csv ├── de ├── emissions │ ├── DE_Historical-Emissions_PIK-PRIMAP.csv │ ├── UGRDL_GHG_by_Bundesland.csv │ ├── emissions_by_sectors.csv │ ├── emissions_by_sectors_2021.csv │ ├── emissions_by_sectors_2024.csv │ ├── emissions_co2_historic.csv │ ├── emissions_co2_historical_with_LULUCF.csv │ ├── emissions_co2_historical_without_LULUCF.csv │ ├── emissions_co2budget_scenarios_DE.csv │ ├── emissions_consumption_based.csv │ ├── emissions_crf_de.json │ └── udrdl_emissions_by_bundesland.csv ├── energy │ ├── fossil │ │ ├── coal_mines_plants.json │ │ ├── gas_imports-bundesnetzagentur.csv │ │ ├── gas_usage-bundesnetzagentur.csv │ │ ├── lng_terminals.json │ │ └── oil_imports-destatis.csv │ └── renewables │ │ ├── biomasse_produktion.csv │ │ ├── biomasse_zielpfad.csv │ │ ├── pv_produktion.csv │ │ ├── pv_zielpfad.csv │ │ ├── windkraft_produktion.csv │ │ └── windkraft_zielpfad.csv ├── geo │ ├── landkreise_simplify10.json │ ├── landkreise_simplify200.json │ └── municipality_lookup.csv └── germany.json ├── eu └── ets.csv ├── global ├── COP26 │ ├── README.md │ └── klimadashboard_COP26_agreements.csv ├── emissions │ ├── co2_mlo_weekly.csv │ └── emissions_global.csv ├── flags │ ├── ad.svg │ ├── ae.svg │ ├── af.svg │ ├── ag.svg │ ├── ai.svg │ ├── al.svg │ ├── am.svg │ ├── ao.svg │ ├── aq.svg │ ├── ar.svg │ ├── as.svg │ ├── at.svg │ ├── au.svg │ ├── aw.svg │ ├── ax.svg │ ├── az.svg │ ├── ba.svg │ ├── bb.svg │ ├── bd.svg │ ├── be.svg │ ├── bf.svg │ ├── bg.svg │ ├── bh.svg │ ├── bi.svg │ ├── bj.svg │ ├── bl.svg │ ├── bm.svg │ ├── bn.svg │ ├── bo.svg │ ├── bq.svg │ ├── br.svg │ ├── bs.svg │ ├── bt.svg │ ├── bv.svg │ ├── bw.svg │ ├── by.svg │ ├── bz.svg │ ├── ca.svg │ ├── cc.svg │ ├── cd.svg │ ├── cf.svg │ ├── cg.svg │ ├── ch.svg │ ├── ci.svg │ ├── ck.svg │ ├── cl.svg │ ├── cm.svg │ ├── cn.svg │ ├── co.svg │ ├── cr.svg │ ├── cu.svg │ ├── cv.svg │ ├── cw.svg │ ├── cx.svg │ ├── cy.svg │ ├── cz.svg │ ├── de.svg │ ├── dj.svg │ ├── dk.svg │ ├── dm.svg │ ├── do.svg │ ├── dz.svg │ ├── ec.svg │ ├── ee.svg │ ├── eg.svg │ ├── eh.svg │ ├── er.svg │ ├── es.svg │ ├── et.svg │ ├── eu.svg │ ├── fi.svg │ ├── fj.svg │ ├── fk.svg │ ├── fm.svg │ ├── fo.svg │ ├── fr.svg │ ├── ga.svg │ ├── gb-eng.svg │ ├── gb-nir.svg │ ├── gb-sct.svg │ ├── gb-wls.svg │ ├── gb.svg │ ├── gd.svg │ ├── ge.svg │ ├── gf.svg │ ├── gg.svg │ ├── gh.svg │ ├── gi.svg │ ├── gl.svg │ ├── gm.svg │ ├── gn.svg │ ├── gp.svg │ ├── gq.svg │ ├── gr.svg │ ├── gs.svg │ ├── gt.svg │ ├── gu.svg │ ├── gw.svg │ ├── gy.svg │ ├── hk.svg │ ├── hm.svg │ ├── hn.svg │ ├── hr.svg │ ├── ht.svg │ ├── hu.svg │ ├── id.svg │ ├── ie.svg │ ├── il.svg │ ├── im.svg │ ├── in.svg │ ├── io.svg │ ├── iq.svg │ ├── ir.svg │ ├── is.svg │ ├── it.svg │ ├── je.svg │ ├── jm.svg │ ├── jo.svg │ ├── jp.svg │ ├── ke.svg │ ├── kg.svg │ ├── kh.svg │ ├── ki.svg │ ├── km.svg │ ├── kn.svg │ ├── kp.svg │ ├── kr.svg │ ├── kw.svg │ ├── ky.svg │ ├── kz.svg │ ├── la.svg │ ├── lb.svg │ ├── lc.svg │ ├── li.svg │ ├── lk.svg │ ├── lr.svg │ ├── ls.svg │ ├── lt.svg │ ├── lu.svg │ ├── lv.svg │ ├── ly.svg │ ├── ma.svg │ ├── mc.svg │ ├── md.svg │ ├── me.svg │ ├── mf.svg │ ├── mg.svg │ ├── mh.svg │ ├── mk.svg │ ├── ml.svg │ ├── mm.svg │ ├── mn.svg │ ├── mo.svg │ ├── mp.svg │ ├── mq.svg │ ├── mr.svg │ ├── ms.svg │ ├── mt.svg │ ├── mu.svg │ ├── mv.svg │ ├── mw.svg │ ├── mx.svg │ ├── my.svg │ ├── mz.svg │ ├── na.svg │ ├── nc.svg │ ├── ne.svg │ ├── nf.svg │ ├── ng.svg │ ├── ni.svg │ ├── nl.svg │ ├── no.svg │ ├── np.svg │ ├── nr.svg │ ├── nu.svg │ ├── nz.svg │ ├── om.svg │ ├── pa.svg │ ├── pe.svg │ ├── pf.svg │ ├── pg.svg │ ├── ph.svg │ ├── pk.svg │ ├── pl.svg │ ├── pm.svg │ ├── pn.svg │ ├── pr.svg │ ├── ps.svg │ ├── pt.svg │ ├── pw.svg │ ├── py.svg │ ├── qa.svg │ ├── re.svg │ ├── ro.svg │ ├── rs.svg │ ├── ru.svg │ ├── rw.svg │ ├── sa.svg │ ├── sb.svg │ ├── sc.svg │ ├── sd.svg │ ├── se.svg │ ├── sg.svg │ ├── sh.svg │ ├── si.svg │ ├── sj.svg │ ├── sk.svg │ ├── sl.svg │ ├── sm.svg │ ├── sn.svg │ ├── so.svg │ ├── sr.svg │ ├── ss.svg │ ├── st.svg │ ├── sv.svg │ ├── sx.svg │ ├── sy.svg │ ├── sz.svg │ ├── tc.svg │ ├── td.svg │ ├── tf.svg │ ├── tg.svg │ ├── th.svg │ ├── tj.svg │ ├── tk.svg │ ├── tl.svg │ ├── tm.svg │ ├── tn.svg │ ├── to.svg │ ├── tr.svg │ ├── tt.svg │ ├── tv.svg │ ├── tw.svg │ ├── tz.svg │ ├── ua.svg │ ├── ug.svg │ ├── um.svg │ ├── us.svg │ ├── uy.svg │ ├── uz.svg │ ├── va.svg │ ├── vc.svg │ ├── ve.svg │ ├── vg.svg │ ├── vi.svg │ ├── vn.svg │ ├── vu.svg │ ├── wf.svg │ ├── ws.svg │ ├── xk.svg │ ├── ye.svg │ ├── yt.svg │ ├── za.svg │ ├── zm.svg │ └── zw.svg └── world.csv └── index.php /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Klimadashboard Data Repository 2 | 3 | This is the collection of datasets that power Klimadashboard.at and our other projects. You can use them for your own visualisations and research. 4 | For most of these datasets, we’re not the original source. Please find more information on where the raw data is coming from in the various READMEs that are provided in (almost) every folder. 5 | Some of our datasets are updated manually by the team, some on a more regular basis (yearly, monthly, daily or hourly) by scripts running on our data server. 6 | 7 | ## URLs 8 | All the files in this directory are hosted at https://data.klimadashboard.org. For the most up-to-date files, use their direct URLs. Changes made on our data server are synced back to this repository at :59 minutes past the hour. 9 | 10 | ## Fair Use 11 | Please consider caching our files in case you plan on accessing them more than 360 times an hour. 12 | 13 | ## Licensing 14 | All our data files are released under CC BY 4.0 license, unless otherwise specified. This means you can use our datasets free of charge, including for commercial projects and for creating your own datasets, as long the author(s) and source are credited. Our recommended reference is: 15 | 16 | Data provided by [klimadashboard.org](https://klimadashboard.org) 17 | 18 | Data provided by third parties and made available in our datasets is subject to the license terms from the original third-party authors. We will always indicate the original source of the data in our database, and you should always check the license of any such third-party data before use. 19 | 20 | ## Disclaimer 21 | We assemble our datasets with great care. However, mistakes do happen. We welcome contributions and issues on GitHub or [via E-Mail](data@klimadashboard.at). 22 | -------------------------------------------------------------------------------- /at/emissions/emissions_co2_historic.csv: -------------------------------------------------------------------------------- 1 | year,total_co2e_t 2 | 1990,78422923.95 3 | 1991,82095052.81 4 | 1992,75463759.94 5 | 1993,75805963.7 6 | 1994,76039074.43 7 | 1995,79282986.79 8 | 1996,82482293.23 9 | 1997,82133584.47 10 | 1998,81451854.28 11 | 1999,79921729.57 12 | 2000,80084468.7 13 | 2001,83988680.12 14 | 2002,85746519.82 15 | 2003,91209064.88 16 | 2004,90855321.83 17 | 2005,92028646.35 18 | 2006,89606447.18 19 | 2007,86840812.83 20 | 2008,86258518.66 21 | 2009,79584237.04 22 | 2010,84149930.77 23 | 2011,82007140.33 24 | 2012,79309651.21 25 | 2013,79771689.88 26 | 2014,76234876.78 27 | 2015,78486535.82 28 | 2016,79467948.35 29 | 2017,81791730.42 30 | 2018,78557548.24 31 | 2019,79740031.93 32 | 2020,73591594.84 33 | 2021,80000000 -------------------------------------------------------------------------------- /at/emissions/emissions_co2budget_scenarios_AT.csv: -------------------------------------------------------------------------------- 1 | year;280_linear;280_percentage;280_nochange;340_linear;340_linear_alt;340_nochange;510_linear;510_linear_alt;510_nochange;610_linear;610_linear_alt;610_nochange 2 | 2021;80;80;80;80;80;80;80;80;80;80;80;80 3 | 2022;70;62.4;80;71.5;69;80;74.1;73.3;80;75;74.5;80 4 | 2023;60;48.67;80;63;58;80;68.2;66.6;80;70;69;80 5 | 2024;50;37.96;80;54.5;47;80;62.3;59.9;80;65;63.5;80 6 | 2025;40;29.61;40;46;36;80;56.4;53.2;80;60;58;80 7 | 2026;30;23.1;0;37.5;25;20;50.5;46.5;80;55;52.5;80 8 | 2027;20;18.02;;29;14;0;44.6;39.8;80;50;47;80 9 | 2028;10;14.05;;20.5;12.9;;38.7;33.1;30;45;41.5;80 10 | 2029;0;10.96;;12;11.8;;32.8;26.4;0;40;36;50 11 | 2030;;8.55;;3.5;10.8;;26.9;19.7;;35;30.5;0 12 | 2031;;6.67;;0;9.7;;21;17.73;;30;27.45; 13 | 2032;;5.2;;;8.6;;15.1;15.76;;25;24.4; 14 | 2033;;4.06;;;7.5;;9.2;13.79;;20;21.35; 15 | 2034;;3.16;;;6.5;;3.3;11.82;;15;18.3; 16 | 2035;;2.47;;;5.4;;0;9.85;;10;15.25; 17 | 2036;;1.93;;;4.3;;;7.88;;5;12.2; 18 | 2037;;1.5;;;3.2;;;5.91;;0;9.15; 19 | 2038;;1.17;;;2.2;;;3.94;;;6.1; 20 | 2039;;0.91;;;1.1;;;1.97;;;3.05; 21 | 2040;;0;;;0;;;0;;;0; -------------------------------------------------------------------------------- /at/emissions/emissions_consumption_based.csv: -------------------------------------------------------------------------------- 1 | year;unit;consumption_based;production_based 2 | 1990;THG;;78422923.95 3 | 1991;THG;;82095052.81 4 | 1992;THG;;75463759.94 5 | 1993;THG;;75805963.7 6 | 1994;THG;;76039074.43 7 | 1995;THG;;79282986.79 8 | 1996;THG;;82482293.23 9 | 1997;THG;116868000;82133584.47 10 | 1998;THG;;81451854.28 11 | 1999;THG;;79921729.57 12 | 2000;THG;;80084468.7 13 | 2001;THG;120069000;83988680.12 14 | 2002;THG;;85746519.82 15 | 2003;THG;;91209064.88 16 | 2004;THG;130950000;90855321.83 17 | 2005;THG;;92028646.35 18 | 2006;THG;;89606447.18 19 | 2007;THG;123238000;86840812.83 20 | 2008;THG;;86258518.66 21 | 2009;THG;;79584237.04 22 | 2010;THG;;84149930.77 23 | 2011;THG;123636000;82007140.33 24 | 2012;THG;;79309651.21 25 | 2013;THG;;79771689.88 26 | 2014;THG;;76234876.78 27 | 2015;THG;;78486535.82 28 | 2016;THG;;79467948.35 29 | 2017;THG;;81791730.42 30 | 2018;THG;;78557548.24 31 | 2019;THG;;79740031.93 32 | 2020;THG;;73591594.84 -------------------------------------------------------------------------------- /at/energy/renewables/biomasse_zielpfad.csv: -------------------------------------------------------------------------------- 1 | DateTime,Jahresproduktion 2 | 2020-12-31,2.8362074350000004 3 | 2030-12-31,3.8362074350000004 -------------------------------------------------------------------------------- /at/energy/renewables/erneuerbare_2030_scenarios.csv: -------------------------------------------------------------------------------- 1 | year,energy_type,scenario,value,release_date 2 | 2030,wasserkraft,eag,47,12/10/2021 3 | 2030,windkraft,eag,17,12/10/2021 4 | 2030,biomasse,eag,4,12/10/2021 5 | 2030,pv,eag,13,12/10/2021 6 | 2030,wasserkraft,önip,47,08/04/2024 7 | 2030,windkraft,önip,21,08/04/2024 8 | 2030,pv,önip,21,08/04/2024 9 | 2030,wasserkraft,nekp,47,20/08/2024 10 | 2030,windkraft,nekp,19,20/08/2024 11 | 2030,biomasse,nekp und ÖNIP,6,20/08/2024 12 | 2030,pv,nekp,19,20/08/2024 -------------------------------------------------------------------------------- /at/energy/renewables/pv_produktion.csv: -------------------------------------------------------------------------------- 1 | DateTime,PV,Jahresproduktion 2 | 2015-12-31 00:00:00+00:00,,0.937098 3 | 2016-12-31 00:00:00+00:00,,1.096016 4 | 2017-12-31 00:00:00+00:00,,1.268971 5 | 2018-12-31 00:00:00+00:00,,1.455132 6 | 2019-12-31 00:00:00+00:00,,1.702093 7 | 2020-12-31 00:00:00+00:00,,2.042934 8 | 2021-12-31 00:00:00+00:00,,2.782602 9 | 2022-12-31 00:00:00+00:00,,3.79 10 | 2023-01-01 00:00:00+00:00,0.126262547, 11 | 2023-02-01 00:00:00+00:00,0.261928241, 12 | 2023-03-01 00:00:00+00:00,0.3655345079999999, 13 | 2023-04-01 00:00:00+00:00,0.40653457400000004, 14 | 2023-05-01 00:00:00+00:00,0.548022427, 15 | 2023-06-01 00:00:00+00:00,0.656855144, 16 | 2023-07-01 00:00:00+00:00,0.66917994, 17 | 2023-08-01 00:00:00+00:00,0.5899055289999999, 18 | 2023-09-01 00:00:00+00:00,0.638195266, 19 | 2023-10-01 00:00:00+00:00,0.439432272, 20 | 2023-11-01 00:00:00+00:00,0.2708020949999999, 21 | 2023-12-01 00:00:00+00:00,0.21542862899999993,5.1880811719999995 22 | 2024-01-01 00:00:00+00:00,0.31532256599999997,5.377141191 23 | 2024-02-01 00:00:00+00:00,0.362494775,5.477707724999999 24 | 2024-03-01 00:00:00+00:00,0.587614417,5.699787634 25 | 2024-04-01 00:00:00+00:00,0.784756279,6.078009338999999 26 | 2024-05-01 00:00:00+00:00,0.8738269270000001,6.403813839 27 | 2024-06-01 00:00:00+00:00,0.892433471,6.639392166 28 | 2024-07-01 00:00:00+00:00,1.004892463,6.975104689 29 | 2024-08-01 00:00:00+00:00,0.9607067180000001,7.345905878 30 | 2024-09-01 00:00:00+00:00,0.677155306,7.384865918 31 | 2024-10-01 00:00:00+00:00,0.508458351,7.4538919969999995 32 | 2024-11-01 00:00:00+00:00,0.37032356699999996,7.5534134690000005 33 | 2024-12-01 00:00:00+00:00,0.306983524,7.644968364 34 | 2025-01-01 00:00:00+00:00,0.360920889,7.690566 -------------------------------------------------------------------------------- /at/energy/renewables/pv_zielpfad.csv: -------------------------------------------------------------------------------- 1 | DateTime;Jahresproduktion 2 | 2020-12-31;2.042934 3 | 2030-12-31;13.042934 4 | -------------------------------------------------------------------------------- /at/energy/renewables/wasserkraft_zielpfad.csv: -------------------------------------------------------------------------------- 1 | DateTime,Jahresproduktion 2 | 2020-12-31,41.289898281999996 3 | 2030-12-31,46.289898281999996 -------------------------------------------------------------------------------- /at/energy/renewables/windkraft_zielpfad.csv: -------------------------------------------------------------------------------- 1 | DateTime,Jahresproduktion 2 | 2020-12-31,7.2236 3 | 2030-12-31,17.2246 -------------------------------------------------------------------------------- /at/heating-systems/README.md: -------------------------------------------------------------------------------- 1 | # Heating Systems 2 | Based on [census data from Statistik Austria](https://statistik.at/web_de/statistiken/energie_umwelt_innovation_mobilitaet/energie_und_umwelt/energie/energieeinsatz_der_haushalte/index.html), we have assembled the following files for a quick overview of heating systems in use, by federal states and year. 3 | 4 | The .csv file contains the heating system data for households in Austria and its 9 federal states since 2004, provided by Statistik Austria. The basis of the data is a questionnaire which is sent every 2 years to 8500 households, which is then extrapolated. The energy sources are oil, gas, coal, heat pumps or solar, electric heater, wood or pellet and district heat. The data for the energy sources coal, gas, oil, wood are presented in single heating systems, central heating systems and their sum. 5 | Statistik Austria states that there is a bigger uncertainty for the coal heating systems and that the raw data for �unsure energy source� and �central heating system� was attributed to district heating. 6 | 7 | For a full description of all categories, please visit [klimadashboard.at](https://klimadashboard.at#HeatingSystemsHistorical). 8 | 9 | ## Changelog 10 | - 07.03.2022 initial release 11 | 12 | ## License 13 | Please refer to our [data hub](https://github.com/klimadashboard/data) for information on licensing. 14 | 15 | The [original dataset](https://statistik.at/web_de/statistiken/energie_umwelt_innovation_mobilitaet/energie_und_umwelt/energie/energieeinsatz_der_haushalte/index.html) was provided by Statistik Austria and has been modified by the Klimadashboard team. For questions, please write to . 16 | 17 | Klimadashboard aims to collect, publish and visualise data on the climate crisis. [Read more about us.](https://klimadashboard.at) -------------------------------------------------------------------------------- /de/emissions/UGRDL_GHG_by_Bundesland.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klimadashboard/data/6b2aa2800954e18485f3bb701e3e9bf9ce3ac8d8/de/emissions/UGRDL_GHG_by_Bundesland.csv -------------------------------------------------------------------------------- /de/emissions/emissions_by_sectors.csv: -------------------------------------------------------------------------------- 1 | year,state,energy_co2e_t,energy_co2e_t_percapita,industry_co2e_t,industry_co2e_t_percapita,buildings_co2e_t,buildings_co2e_t_percapita,traffic_co2e_t,traffic_co2e_t_percapita,agriculture_co2e_t,agriculture_co2e_t_percapita,waste_and_other_co2e_t,waste_co2e_t_percapita,total_co2e_t,total_co2e_t_percapita,population,international_flight_co2e_t 2 | 1990,DE,474772204.32,5.95,277703082.81,3.48,210027316.91,2.63,163355366.57,2.05,84989159.16,1.07,41550208.21,0.52,1252397338.0,15.70,79753227,12192668.92 3 | 1991,DE,459944857.89,5.73,252375964.33,3.14,208432295.00,2.60,166303235.41,2.07,76414722.91,0.95,43096386.91,0.54,1206567462.5,15.03,80274564,12001074.96 4 | 1992,DE,435675008.36,5.38,241066989.50,2.98,190277474.49,2.35,172167930.98,2.13,74196456.76,0.92,43690552.79,0.54,1157074412.9,14.29,80974632,12998569.25 5 | 1993,DE,425924888.38,5.24,231345689.24,2.84,197006331.29,2.42,176492861.53,2.17,73737009.26,0.91,43410594.57,0.53,1147917374.3,14.11,81338093,13945464.26 6 | 1994,DE,420014321.92,5.15,234903621.44,2.88,186224978.46,2.28,172463218.04,2.12,73708352.55,0.90,42331817.93,0.52,1129646310.3,13.85,81538603,14595941.66 7 | 1995,DE,406935982.25,4.97,236785284.82,2.89,187711413.88,2.29,176122475.82,2.15,74070770.31,0.91,41064653.72,0.50,1122690580.8,13.72,81817499,15090245.26 8 | 1996,DE,412872037.05,5.03,225570719.32,2.75,210884964.26,2.57,175706377.19,2.14,75722874.92,0.92,39269523.66,0.48,1140026496.4,13.90,82012162,15985367.64 9 | 1997,DE,391009007.21,4.77,230129727.45,2.80,197654541.04,2.41,176120932.24,2.15,73354393.82,0.89,35964229.90,0.44,1104232831.7,13.46,82057379,16572628.23 10 | 1998,DE,390959468.95,4.77,213140655.42,2.60,189510955.51,2.31,179396531.56,2.19,72729918.00,0.89,33433339.54,0.41,1079170869.0,13.15,82037011,17096663.65 11 | 1999,DE,379987862.32,4.62,203031842.20,2.47,172831561.55,2.10,184529661.48,2.25,73343904.07,0.89,31447017.08,0.38,1045171848.7,12.72,82163475,18490720.13 12 | 2000,DE,390843677.74,4.75,202597850.36,2.46,166789550.79,2.03,180586381.05,2.20,71957098.59,0.87,29572460.03,0.36,1042347018.5,12.67,82259540,19635752.68 13 | 2001,DE,400841315.83,4.86,191975781.33,2.33,187079529.35,2.27,176693766.24,2.14,72672208.10,0.88,27568820.35,0.33,1056831421.2,12.82,82440309,19130429.80 14 | 2002,DE,400956392.58,4.86,189761247.92,2.30,174080900.23,2.11,174183316.56,2.11,70326875.22,0.85,25848040.38,0.31,1035156772.9,12.54,82536680,19050015.33 15 | 2003,DE,416998505.87,5.05,189097819.04,2.29,161403518.42,1.96,165215878.61,2.00,69935715.18,0.85,24062269.04,0.29,1026713706.2,12.44,82531671,19386075.74 16 | 2004,DE,411600834.84,4.99,189121057.36,2.29,153223956.20,1.86,159629341.66,1.93,68241325.94,0.83,21489217.54,0.26,1003305733.5,12.16,82500849,20042901.51 17 | 2005,DE,402600941.70,4.88,186380105.28,2.26,157330877.63,1.91,155559235.73,1.89,68042400.41,0.83,19830658.34,0.24,989744219.1,12.01,82437995,23230065.29 18 | 2006,DE,403126923.60,4.90,190929281.69,2.32,163748247.96,1.99,160277510.39,1.95,67427155.46,0.82,17758310.82,0.22,1003267429.9,12.19,82314906,24461772.88 19 | 2007,DE,406034907.91,4.94,199080937.45,2.42,122057231.54,1.48,152438397.57,1.85,67137703.04,0.82,16236759.09,0.20,962985936.6,11.71,82217837,25364956.49 20 | 2008,DE,388012318.18,4.73,195583610.02,2.39,147251690.75,1.80,157362104.74,1.92,67986800.41,0.83,14839270.18,0.18,971035794.3,11.84,82002356,25629856.55 21 | 2009,DE,361913916.70,4.42,169945087.62,2.08,137174290.13,1.68,151980563.06,1.86,67802208.96,0.83,13445488.10,0.16,902261554.6,11.03,81802257,24947357.52 22 | 2010,DE,372637074.19,4.56,184059484.57,2.25,142933417.53,1.75,150448165.56,1.84,67979732.57,0.83,12191951.80,0.15,930249826.2,11.38,81751602,24550213.27 23 | 2011,DE,367709702.46,4.58,182195949.95,2.27,124657415.42,1.55,152304929.39,1.90,68557851.11,0.85,11309311.82,0.14,906735160.1,11.29,80327900,23369668.61 24 | 2012,DE,379347881.18,4.71,177381017.32,2.20,130369046.22,1.62,150641478.98,1.87,68774308.16,0.85,10483453.34,0.13,916997185.2,11.39,80523746,25284051.89 25 | 2013,DE,383702318.75,4.75,177046411.05,2.19,139109510.38,1.72,154682037.67,1.92,69757923.39,0.86,9687730.78,0.12,933985932.0,11.56,80767463,25791750.79 26 | 2014,DE,362725928.28,4.47,176289293.67,2.17,120288928.30,1.48,153852806.78,1.89,71330205.94,0.88,9062323.49,0.11,893549486.5,11.00,81197537,24821914.79 27 | 2015,DE,351321400.85,4.28,183018753.06,2.23,126239306.46,1.54,161681124.66,1.97,71121936.72,0.87,8443476.43,0.10,901825998.2,10.97,82175684,24728272.74 28 | 2016,DE,346328717.61,4.20,186837806.61,2.26,121504685.50,1.47,163803822.02,1.98,70907819.05,0.86,7904375.81,0.10,897287226.6,10.87,82521653,26736610.97 29 | 2017,DE,326500691.04,3.94,192584117.20,2.33,121129961.53,1.46,165176421.55,2.00,69315035.29,0.84,7525827.05,0.09,882232053.7,10.66,82792351,29471030.46 30 | 2018,DE,310851066.46,3.74,184966059.51,2.23,116109502.83,1.40,165380615.77,1.99,68419822.06,0.82,7131275.26,0.09,852858341.9,10.27,83019213,30345947.61 31 | 2019,DE,258283029.64,3.11,179318325.00,2.16,122296126.18,1.47,164323970.07,1.98,67220276.79,0.81,6606323.67,0.08,798048051.3,9.60,83166711,30034183.38 32 | 2020,DE,219037654.28,2.63,172577247.63,2.08,122497113.59,1.47,146385742.68,1.76,66374140.11,0.80,6121443.44,0.07,732993341.7,8.81,83155031,13823424.86 33 | 2021,DE,246421430.45,2.96,180292996.81,2.17,119286782.22,1.43,144599029.97,1.74,64911079.48,0.78,5915436.05,0.07,761426755.0,9.15,83237124,18318808.64 34 | 2022,DE,256670418.26,3.09,164365149.20,1.98,110514634.29,1.33,147690875.38,1.78,63902022.38,0.77,5649613.91,0.07,748792713.4,9.01,83118501, 35 | 2023,DE,202582417.05,2.43,152923738.67,1.83,102933000.20,1.23,145131158.63,1.74,62959986.69,0.75,5490023.29,0.07,672020324.5,8.05,83456045, 36 | 2024,DE,184993886.3,2.21,153007273.1,1.83,100536234,1.20,143054768.2,1.71,62110993.62,0.74,5355503.945,0.06,649058659.3,7.76,83600000, -------------------------------------------------------------------------------- /de/emissions/emissions_by_sectors_2024.csv: -------------------------------------------------------------------------------- 1 | year;state;energy_co2e_t;energy_co2e_t_percapita;industry_co2e_t;industry_co2e_t_percapita;buildings_co2e_t;buildings_co2e_t_percapita;traffic_co2e_t;traffic_co2e_t_percapita;agriculture_co2e_t;agriculture_co2e_t_percapita;waste_co2e_t;waste_co2e_t_percapita;total_co2e_t;total_co2e_t_percapita;population;international_flight_co2e_t 2 | 1990;DE;474772204.30;5.95;277758173.78;3.48;210038395.01;2.63;163355146.84;2.05;83214353.92;1.04;41519912.11;0.52;1250658185.97;15.68;79753227.00;12192668.92 3 | 1991;DE;459944857.86;5.73;252375169.54;3.14;208432108.43;2.60;166303029.22;2.07;74528217.99;0.93;43067415.05;0.54;1204650798.10;15.01;80274564.00;12001074.96 4 | 1992;DE;435675008.33;5.38;241059254.94;2.98;190275920.67;2.35;172167731.53;2.13;72217176.10;0.89;43662905.17;0.54;1155057996.72;14.26;80974632.00;12998569.25 5 | 1993;DE;425924888.35;5.24;231337866.37;2.84;197004693.90;2.42;176492770.58;2.17;71734147.86;0.88;43384271.18;0.53;1145878638.24;14.09;81338093.00;13945464.26 6 | 1994;DE;420014321.89;5.15;234895750.11;2.88;186223369.50;2.28;172463074.15;2.12;71852192.09;0.88;42306820.50;0.52;1127755528.23;13.83;81538603.00;14595941.66 7 | 1995;DE;406935982.22;4.97;236795063.09;2.89;187713451.58;2.29;176122317.55;2.15;71990078.53;0.88;41040977.08;0.50;1120597870.06;13.70;81817499.00;15090245.26 8 | 1996;DE;412872037.02;5.03;225578770.20;2.75;210886762.86;2.57;175706241.13;2.14;73564166.04;0.90;39251814.93;0.48;1137859792.19;13.87;82012162.00;15985367.64 9 | 1997;DE;391009007.17;4.77;230137046.38;2.80;197656134.45;2.41;176120789.22;2.15;71230497.17;0.87;35952487.37;0.44;1102105961.76;13.43;82057379.00;16572628.23 10 | 1998;DE;390959468.91;4.77;213144777.03;2.60;189511814.27;2.31;179396345.90;2.19;71196392.04;0.87;33427563.07;0.41;1077636361.22;13.14;82037011.00;17096663.65 11 | 1999;DE;379987862.28;4.62;203032128.16;2.47;172831553.64;2.10;184529482.72;2.25;71576185.80;0.87;31441798.63;0.38;1043399011.22;12.70;82163475.00;18490720.13 12 | 2000;DE;390843677.70;4.75;202598087.65;2.46;166789542.96;2.03;180586212.78;2.20;70047672.72;0.85;29567798.63;0.36;1040432992.43;12.65;82259540.00;19635752.68 13 | 2001;DE;400841315.79;4.86;191976005.44;2.33;187079522.15;2.27;176693595.40;2.14;70934426.44;0.86;27564718.43;0.33;1055089583.64;12.80;82440309.00;19130429.80 14 | 2002;DE;400956392.54;4.86;189735522.05;2.30;174080893.24;2.11;174183132.43;2.11;68558822.45;0.83;25844143.78;0.31;1033358906.49;12.52;82536680.00;19050015.33 15 | 2003;DE;415673343.25;5.04;190358935.82;2.31;161403374.18;1.96;165215687.73;2.00;68015057.08;0.82;24058578.59;0.29;1024724976.65;12.42;82531671.00;19386075.74 16 | 2004;DE;410413935.33;4.97;190221472.02;2.31;153223725.58;1.86;159629155.11;1.93;66250908.34;0.80;21485733.46;0.26;1001224929.85;12.14;82500849.00;20042901.51 17 | 2005;DE;401133066.80;4.87;187729208.86;2.28;157330303.31;1.91;155559137.08;1.89;65942493.32;0.80;19827437.58;0.24;987521646.95;11.98;82437995.00;23230065.29 18 | 2006;DE;401933975.15;4.88;192031662.95;2.33;163746706.43;1.99;160277362.60;1.95;65253297.11;0.79;17755355.47;0.22;1000998359.70;12.16;82314906.00;24461772.88 19 | 2007;DE;404866704.32;4.92;200089696.42;2.43;122054339.13;1.48;152438243.80;1.85;65066118.37;0.79;16234070.33;0.20;960749172.37;11.69;82217837.00;25364956.49 20 | 2008;DE;386264935.50;4.71;197161680.82;2.40;147249199.82;1.80;157361941.05;1.92;65724733.40;0.80;14836772.47;0.18;968599263.06;11.81;82002356.00;25629856.55 21 | 2009;DE;360210681.40;4.40;171476408.57;2.10;137170664.76;1.68;151980417.57;1.86;65521184.80;0.80;13443179.71;0.16;899802536.81;11.00;81802257.00;24947357.52 22 | 2010;DE;371264981.92;4.54;185268140.26;2.27;142928513.65;1.75;150448037.39;1.84;65812244.88;0.81;12189834.59;0.15;927911752.68;11.35;81751602.00;24550213.27 23 | 2011;DE;366502555.47;4.56;183209895.78;2.28;124658439.21;1.55;152304802.17;1.90;66325189.61;0.83;11307302.22;0.14;904308184.46;11.26;80327900.00;23369668.61 24 | 2012;DE;378475742.44;4.70;178066396.84;2.21;130374425.88;1.62;150638482.57;1.87;66461151.75;0.83;10481547.30;0.13;914497746.78;11.36;80523746.00;25284051.89 25 | 2013;DE;382232375.82;4.73;178308200.68;2.21;139122192.53;1.72;154679598.54;1.92;67446154.47;0.84;9685932.20;0.12;931474454.25;11.53;80767463.00;25791750.79 26 | 2014;DE;361460217.90;4.45;177347368.93;2.18;120301908.49;1.48;153849916.31;1.89;68867054.15;0.85;9060598.08;0.11;890887063.86;10.97;81197537.00;24821914.79 27 | 2015;DE;349259548.82;4.25;184924130.95;2.25;126264556.71;1.54;161678500.69;1.97;68815265.77;0.84;8441827.40;0.10;899383830.34;10.94;82175684.00;24728272.74 28 | 2016;DE;344407164.58;4.17;188602369.07;2.29;121550340.34;1.47;163803489.32;1.98;68443733.22;0.83;7902798.45;0.10;894709894.98;10.84;82521653.00;26736610.97 29 | 2017;DE;324599283.42;3.92;194293089.96;2.35;121183884.77;1.46;165176193.41;2.00;67065166.61;0.81;7524289.39;0.09;879841907.55;10.63;82792351.00;29471030.46 30 | 2018;DE;310470164.08;3.74;186471399.15;2.25;116164274.96;1.40;165380403.41;1.99;66079323.96;0.80;7129776.11;0.09;851695341.68;10.26;83019213.00;30345947.61 31 | 2019;DE;257891911.75;3.10;180759778.40;2.17;122357374.72;1.47;164323717.33;1.98;64821822.28;0.78;6604862.61;0.08;796759467.09;9.58;83166711.00;30034183.38 32 | 2020;DE;218685425.51;2.63;173994422.67;2.09;122551705.18;1.47;146385473.08;1.76;64017749.81;0.77;6120020.46;0.07;731754796.71;8.80;83155031.00;13823424.86 33 | 2021;DE;246018075.32;2.96;181600426.97;2.18;119354642.41;1.43;144400470.04;1.73;62423300.81;0.75;5803089.04;0.07;759600004.58;9.13;83237124.00;18318808.64 34 | 2022;DE;257179087.30;3.05;167864547.50;1.99;110543573.04;1.31;147283280.38;1.75;61434104.60;0.73;5660409.25;0.07;749965002.07;8.89;84358845.00; 35 | 2023;DE;205423934.52;2.43;154969554.60;1.83;102219067.18;1.21;145519737.43;1.72;60304612.21;0.71;5516343.11;0.07;673953249.05;7.97;84600000.00; 36 | -------------------------------------------------------------------------------- /de/emissions/emissions_co2_historic.csv: -------------------------------------------------------------------------------- 1 | year,total_co2e_t 2 | 1990,1083.5 3 | 1991,984.7 4 | 1992,928.9 5 | 1993,917.8 6 | 1994,906.7 7 | 1995,909.6 8 | 1996,935.7 9 | 1997,908.3 10 | 1998,900.2 11 | 1999,868.2 12 | 2000,891.6 13 | 2001,898.2 14 | 2002,913.9 15 | 2003,909.7 16 | 2004,890.2 17 | 2005,865.8 18 | 2006,870.9 19 | 2007,846.7 20 | 2008,843.9 21 | 2009,770.5 22 | 2010,820.8 23 | 2011,791.2 24 | 2012,787.7 25 | 2013,809.9 26 | 2014,778.1 27 | 2015,779.2 28 | 2016,780.3 29 | 2017,767.6 30 | 2018,739.3 31 | 2019,693.0 32 | 2020,643.7 33 | 2021,675.1 34 | 2022,657.0 -------------------------------------------------------------------------------- /de/emissions/emissions_co2_historical_with_LULUCF.csv: -------------------------------------------------------------------------------- 1 | year,state,co2e_mio_t_incl_LULUCF 2 | 1990,DE,1287.2 3 | 1991,DE,1180.1 4 | 1992,DE,1122.2 5 | 1993,DE,1112.0 6 | 1994,DE,1098.5 7 | 1995,DE,1097.5 8 | 1996,DE,1121.2 9 | 1997,DE,1086.2 10 | 1998,DE,1061.5 11 | 1999,DE,1023.1 12 | 2000,DE,1040.0 13 | 2001,DE,1045.2 14 | 2002,DE,1055.5 15 | 2003,DE,1046.7 16 | 2004,DE,1022.4 17 | 2005,DE,992.8 18 | 2006,DE,992.8 19 | 2007,DE,968.8 20 | 2008,DE,963.5 21 | 2009,DE,888.2 22 | 2010,DE,929.7 23 | 2011,DE,898.7 24 | 2012,DE,895.9 25 | 2013,DE,917.3 26 | 2014,DE,884.4 27 | 2015,DE,885.5 28 | 2016,DE,884.8 29 | 2017,DE,870.9 30 | 2018,DE,838.5 31 | 2019,DE,787.8 32 | 2020,DE,735.1 33 | 2021,DE,764.4 34 | 2022,DE,743.8 -------------------------------------------------------------------------------- /de/emissions/emissions_co2_historical_without_LULUCF.csv: -------------------------------------------------------------------------------- 1 | year,co2_excl_LULUCF 2 | 1850,15.1 3 | 1851,16.9 4 | 1852,19.2 5 | 1853,20.8 6 | 1854,24.4 7 | 1855,28.6 8 | 1856,30.9 9 | 1857,32.9 10 | 1858,35.6 11 | 1859,33.8 12 | 1860,36.4 13 | 1861,41.3 14 | 1862,45.5 15 | 1863,49.4 16 | 1864,56.6 17 | 1865,63.5 18 | 1866,62.9 19 | 1867,69.2 20 | 1868,74.4 21 | 1869,77.6 22 | 1870,76.6 23 | 1871,85.3 24 | 1872,92.1 25 | 1873,98.4 26 | 1874,71.6 27 | 1875,101.5 28 | 1876,103.4 29 | 1877,101.3 30 | 1878,104.5 31 | 1879,110.8 32 | 1880,124.5 33 | 1881,134.3 34 | 1882,143.7 35 | 1883,153.1 36 | 1884,157.5 37 | 1885,161.2 38 | 1886,163.0 39 | 1887,170.4 40 | 1888,186.3 41 | 1889,198.8 42 | 1890,208.2 43 | 1891,220.8 44 | 1892,215.0 45 | 1893,220.7 46 | 1894,229.5 47 | 1895,238.3 48 | 1896,256.3 49 | 1897,273.6 50 | 1898,285.4 51 | 1899,303.3 52 | 1900,326.8 53 | 1901,325.6 54 | 1902,319.2 55 | 1903,343.6 56 | 1904,356.1 57 | 1905,382.3 58 | 1906,361.9 59 | 1907,442.2 60 | 1908,446.6 61 | 1909,445.6 62 | 1910,445.4 63 | 1911,458.6 64 | 1912,499.1 65 | 1913,535.1 66 | 1914,497.9 67 | 1915,462.9 68 | 1916,500.7 69 | 1917,524.6 70 | 1918,503.4 71 | 1919,387.4 72 | 1920,429.2 73 | 1921,473.2 74 | 1922,455.5 75 | 1923,331.9 76 | 1924,451.8 77 | 1925,458.1 78 | 1926,413.2 79 | 1927,481.2 80 | 1928,505.0 81 | 1929,539.2 82 | 1930,462.1 83 | 1931,386.0 84 | 1932,347.5 85 | 1933,365.0 86 | 1934,408.6 87 | 1935,452.3 88 | 1936,499.6 89 | 1937,563.5 90 | 1938,601.3 91 | 1939,648.6 92 | 1940,654.3 93 | 1941,660.8 94 | 1942,667.9 95 | 1943,679.4 96 | 1944,600.3 97 | 1945,116.1 98 | 1946,271.7 99 | 1947,317.7 100 | 1948,377.8 101 | 1949,432.1 102 | 1950,510.7 103 | 1951,576.9 104 | 1952,611.0 105 | 1953,623.5 106 | 1954,659.7 107 | 1955,723.5 108 | 1956,766.2 109 | 1957,777.9 110 | 1958,756.4 111 | 1959,755.8 112 | 1960,814.0 113 | 1961,834.8 114 | 1962,883.2 115 | 1963,945.5 116 | 1964,968.9 117 | 1965,960.1 118 | 1966,951.4 119 | 1967,936.2 120 | 1968,984.8 121 | 1969,1052.0 122 | 1970,1026.0 123 | 1971,1037.2 124 | 1972,1041.5 125 | 1973,1085.7 126 | 1974,1062.7 127 | 1975,1002.4 128 | 1976,1090.8 129 | 1977,1052.6 130 | 1978,1079.1 131 | 1979,1117.9 132 | 1980,1100.1 133 | 1981,1048.5 134 | 1982,1015.7 135 | 1983,1011.6 136 | 1984,1033.2 137 | 1985,1044.1 138 | 1986,1047.5 139 | 1987,1032.4 140 | 1988,1029.0 141 | 1989,1008.8 142 | 1990,1052.0 143 | 1991,1013.8 144 | 1992,965.5 145 | 1993,955.8 146 | 1994,939.5 147 | 1995,938.6 148 | 1996,958.7 149 | 1997,930.9 150 | 1998,922.8 151 | 1999,895.4 152 | 2000,899.4 153 | 2001,916.1 154 | 2002,899.4 155 | 2003,900.6 156 | 2004,886.6 157 | 2005,866.3 158 | 2006,877.9 159 | 2007,851.2 160 | 2008,854.5 161 | 2009,789.9 162 | 2010,832.5 163 | 2011,808.9 164 | 2012,813.7 165 | 2013,831.2 166 | 2014,792.3 167 | 2015,795.6 168 | 2016,800.3 169 | 2017,785.6 170 | 2018,754.4 171 | 2019,707.1 172 | 2020,639.4 173 | 2021,674.8 174 | 2022,666.5 -------------------------------------------------------------------------------- /de/emissions/emissions_co2budget_scenarios_DE.csv: -------------------------------------------------------------------------------- 1 | year,1343_linear,1343_percentage,1343_nochange,2443_linear,2443_percentage,2443_nochange,5443_linear,5443_percentage,5443_nochange,ksg 2 | 2019,693.00,693.00,693.00,693.00,693.00,693.00,693.00,693.00,693.00,800.00 3 | 2020,643.70,643.70,643.70,643.70,643.70,643.70,643.70,643.70,643.70,813.00 4 | 2021,675.10,675.10,675.10,675.10,675.10,675.10,675.10,675.10,675.10,786.00 5 | 2022,657.00,657.00,657.00,657.00,657.00,657.00,657.00,657.00,657.00,756.00 6 | 2023,527.60,441.20,657.00,578.90,518.40,657.00,619.60,591.30,657.00,705.90 7 | 2024,398.10,296.20,657.00,500.70,409.00,657.00,582.10,532.17,657.00,665.80 8 | 2025,268.70,198.90,29.00,422.60,322.70,657.00,544.70,478.95,657.00,625.60 9 | 2026,139.20,133.60,0.00,344.40,254.60,472.00,507.30,431.06,657.00,584.50 10 | 2027,9.80,89.70,,266.30,200.90,0.00,469.90,387.95,657.00,544.40 11 | 2028,,60.20,,188.10,158.50,,432.40,349.16,657.00,501.30 12 | 2029,,40.40,,110.00,125.10,,395.00,314.24,657.00,458.10 13 | 2030,,27.20,,31.80,98.70,,357.60,282.82,657.00,413.00 14 | 2031,,18.20,,0.00,77.80,,320.20,254.54,187.00,383.80 15 | 2032,,12.20,,,61.40,,282.70,229.08,0.00,345.60 16 | 2033,,8.20,,,48.50,,245.30,206.17,,319.70 17 | 2034,,5.50,,,38.20,,207.90,185.56,,293.90 18 | 2035,,3.70,,,30.20,,170.50,167.00,,255.60 19 | 2036,,2.50,,,23.80,,133.00,150.30,,229.80 20 | 2037,,1.70,,,18.80,,95.60,135.27,,204.00 21 | 2038,,1.10,,,14.80,,58.20,121.74,,178.10 22 | 2039,,0.80,,,11.70,,20.80,109.57,,139.90 23 | 2040,,0.50,,,9.20,,0.00,98.61,,114.00 24 | 2041,,0.30,,,7.30,,,88.75,,91.20 25 | 2042,,0.20,,,5.70,,,79.88,,68.40 26 | 2043,,0.20,,,4.50,,,71.89,,45.60 27 | 2044,,0.10,,,3.60,,,64.70,,22.80 28 | 2045,,0.00,,,0.00,,,0.00,,0.00 -------------------------------------------------------------------------------- /de/emissions/emissions_consumption_based.csv: -------------------------------------------------------------------------------- 1 | year;unit;consumption_based;production_based 2 | 1990;CO2;1191880000;1054740644 3 | 1991;CO2;1141499000;1016870291 4 | 1992;CO2;1204146000;969474183.1 5 | 1993;CO2;1157456000;959367197.9 6 | 1994;CO2;1131144000;943184836.5 7 | 1995;CO2;1137737000;939897145.2 8 | 1996;CO2;1121307000;959653347.9 9 | 1997;CO2;1076089000;931486945.6 10 | 1998;CO2;1078518000;923466992.5 11 | 1999;CO2;1087947000;895402127.9 12 | 2000;CO2;1082722000;898938036 13 | 2001;CO2;1080907000;915242151.9 14 | 2002;CO2;1027690000;898834508.6 15 | 2003;CO2;1067730000;899858375.1 16 | 2004;CO2;1051382000;885632527.8 17 | 2005;CO2;1049373000;865470707.1 18 | 2006;CO2;1042962000;877497664.5 19 | 2007;CO2;1042101000;850229804.4 20 | 2008;CO2;1040801000;852857862.6 21 | 2009;CO2;974961000;788285819.8 22 | 2010;CO2;1024598000;831129584.3 23 | 2011;CO2;983668000;807613931.8 24 | 2012;CO2;918708000;812815529.9 25 | 2013;CO2;928486000;833804367.1 26 | 2014;CO2;906227000;794738545.6 27 | 2015;CO2;893686000;798084702.4 28 | 2016;CO2;911490000;801744547.5 29 | 2017;CO2;899570000;785985851 30 | 2018;CO2;884778000;754811138.1 31 | 2019;CO2;842850000;707491365 32 | 2020;CO2;769492000;647252332.9 33 | 2021;CO2;;678798872.2 34 | 2022;CO2;;666454401.2 -------------------------------------------------------------------------------- /de/energy/fossil/gas_usage-bundesnetzagentur.csv: -------------------------------------------------------------------------------- 1 | .;2024;2025;2023;Durchschnittlicher Gasverbrauch 2018-2021;Minimum 2018-2021;Maximum 2018-2021 2 | 1;3223;3749;2497;3933;3495;4587 3 | 2;4786;3970;2802;4189;3790;4781 4 | 3;4565;4527;3860;4101;3715;4384 5 | 4;3418;3973;4114;4398;3599;4993 6 | 5;3209;3562;3487;4070;3598;4574 7 | 6;3059;4125;3844;4571;3808;5712 8 | 7;2826;4235;3048;3937;3687;4356 9 | 8;2972;3726;3013;3705;3158;4687 10 | 9;3089;3285;3663;3984;3169;5252 11 | 10;3025;;3467;3546;3184;3736 12 | 11;2652;;2676;3613;3255;4018 13 | 12;2612;;2287;3367;2973;4033 14 | 13;2397;;2613;3024;2592;3331 15 | 14;2048;;2709;2998;2569;3546 16 | 15;1773;;2360;2670;1944;3601 17 | 16;2549;;2180;2238;1749;2841 18 | 17;2701;;2180;2126;1869;2720 19 | 18;1588;;1754;2272;1879;2725 20 | 19;1660;;1584;2053;1521;2549 21 | 20;1437;;1547;2118;1658;2317 22 | 21;1465;;1429;1812;1455;2185 23 | 22;1473;;1318;1607;1374;1766 24 | 23;1524;;1256;1565;1443;1680 25 | 24;1513;;1267;1576;1492;1735 26 | 25;1400;;1262;1586;1500;1700 27 | 26;1261;;1234;1549;1471;1614 28 | 27;1327;;1213;1523;1441;1570 29 | 28;1273;;1202;1590;1497;1713 30 | 29;1223;;1233;1544;1434;1680 31 | 30;1222;;1200;1451;1369;1599 32 | 31;1196;;1196;1456;1375;1527 33 | 32;1188;;1248;1435;1371;1553 34 | 33;1166;;1178;1470;1420;1512 35 | 34;1178;;1260;1529;1504;1571 36 | 35;1271;;1345;1576;1495;1617 37 | 36;1289;;1253;1625;1531;1722 38 | 37;1519;;1287;1682;1565;1804 39 | 38;1490;;1292;1780;1554;2033 40 | 39;1602;;1381;1966;1843;2121 41 | 40;2007;;1484;2283;2241;2389 42 | 41;2003;;1637;2407;2002;2656 43 | 42;2127;;2240;2543;2216;3052 44 | 43;2144;;2265;2628;2424;2794 45 | 44;2327;;2231;2981;2652;3118 46 | 45;3228;;2668;3146;2825;3503 47 | 46;3292;;2857;3414;3178;3777 48 | 47;3594;;3298;3807;3317;4090 49 | 48;3375;;4303;3923;3624;4109 50 | 49;3608;;3991;4033;3385;4427 51 | 50;4026;;3291;4081;3702;4347 52 | 51;3137;;3096;3758;3375;4249 53 | 52;3477;;2568;3349;3007;3570 -------------------------------------------------------------------------------- /de/energy/fossil/oil_imports-destatis.csv: -------------------------------------------------------------------------------- 1 | Jahr,Tonnen,1000Euro,Euro/Tonne 2 | 2022,85033742,58060267,"682,79" 3 | 2021,79378013,34161067,"430,36" 4 | 2020,84659661,24030900,"283,85" 5 | 2019,85823715,36372149,"423,80" 6 | 2018,84835226,38167376,"449,90" 7 | 2017,89985953,32051259,"356,18" 8 | 2016,91752619,25967242,"283,01" 9 | 2015,90357349,32821145,"363,24" 10 | 2014,87535385,49456790,"564,99" 11 | 2013,93033406,56992623,"612,60" 12 | 2012,92761979,59724713,"643,85" 13 | 2011,87948548,51219582,"582,38" 14 | 2010,91292311,39699879,"434,87" 15 | 2009,97375178,30539371,"313,63" 16 | 2008,105579353,53370588,"505,50" 17 | 2007,105378700,39987958,"379,47" 18 | 2006,109229586,41407976,"379,09" 19 | 2005,114505713,35203536,"307,44" 20 | 2004,112609905,24991359,"221,93" 21 | 2003,111333278,21336245,"191,64" 22 | 2002,104353298,19854232,"190,26" 23 | 2001,104627025,21356288,"204,12" 24 | 2000,105007713,23793224,"226,59" 25 | 1999,103571607,12574346,"121,41" 26 | 1998,107891563,9389660,"87,03" 27 | 1997,99095547,12668469,"127,84" 28 | 1996,102990127,12263215,"119,07" 29 | 1995,100327508,9542045,"95,11" 30 | 1994,106844266,10556308,"98,80" 31 | 1993,99445824,10629923,"106,89" 32 | 1992,97308755,11230844,"115,41" -------------------------------------------------------------------------------- /de/energy/renewables/biomasse_produktion.csv: -------------------------------------------------------------------------------- 1 | DateTime;Jahresproduktion 2 | 2015-01-01;6.808 3 | 2016-01-01;6.815 4 | 2017-01-01;7.080 5 | 2018-01-01;7.396 6 | 2019-01-01;7.752 7 | 2020-01-01;7.987 8 | 2021-01-01;8.400 9 | 2022-01-01;8.332 10 | 2023-01-01;8.537 -------------------------------------------------------------------------------- /de/energy/renewables/biomasse_zielpfad.csv: -------------------------------------------------------------------------------- 1 | DateTime;Jahresproduktion 2 | 2023-01-01;8.537 3 | 2030-01-01;8.400 -------------------------------------------------------------------------------- /de/energy/renewables/pv_produktion.csv: -------------------------------------------------------------------------------- 1 | DateTime;Jahresproduktion;unit 2 | 2015-01-01;37.900;GW 3 | 2016-01-01;39.224;GW 4 | 2017-01-01;40.679;GW 5 | 2018-01-01;42.293;GW 6 | 2019-01-01;45.158;GW 7 | 2020-01-01;48.864;GW 8 | 2021-01-01;54.403;GW 9 | 2022-01-01;60.108;GW 10 | 2023-01-01;67.399;GW 11 | 2024-01-01;81.700;GW -------------------------------------------------------------------------------- /de/energy/renewables/pv_zielpfad.csv: -------------------------------------------------------------------------------- 1 | DateTime;Jahresproduktion 2 | 2023-01-01;67.399 3 | 2024-01-01;88.000 4 | 2026-01-01;128.000 5 | 2028-01-01;172.000 6 | 2030-01-01;215.000 7 | 2035-01-01;309.000 8 | 2040-01-01;400.000 -------------------------------------------------------------------------------- /de/energy/renewables/windkraft_produktion.csv: -------------------------------------------------------------------------------- 1 | DateTime;Jahresproduktion 2 | 2015-01-01;37.620 3 | 2016-01-01;41.297 4 | 2017-01-01;45.283 5 | 2018-01-01;50.174 6 | 2019-01-01;52.328 7 | 2020-01-01;53.187 8 | 2021-01-01;54.326 9 | 2022-01-01;55.958 10 | 2023-01-01;58.077 11 | 2024-01-01;60.9 -------------------------------------------------------------------------------- /de/energy/renewables/windkraft_zielpfad.csv: -------------------------------------------------------------------------------- 1 | DateTime;Jahresproduktion 2 | 2023-01-01;58.077 3 | 2024-01-01;69.000 4 | 2026-01-01;84.000 5 | 2028-01-01;99.000 6 | 2030-01-01;115.000 7 | 2035-01-01;157.000 8 | 2040-01-01;160.000 -------------------------------------------------------------------------------- /global/COP26/README.md: -------------------------------------------------------------------------------- 1 | # COP26 Dataset 2 | 3 | ### Agreements [klimadashboard_COP26_agreements.csv](https://klimadashboard.at/data/COP26/klimadashboard_COP26_agreements.csv) 4 | 5 | This file is available for all countries recognized by the United Nations (UN). 6 | 7 | | Columns | Description | 8 | |:---------------------------------|:----------------------------------------------------------------------| 9 | | `state_iso` | ISO 3166-1 alpha-2 two-letter country code | 10 | | `state_name` | Name of the country | 11 | | `status_deforestation` | Status for the declaration on forests and land use, according [to the COP26 website](https://ukcop26.org/glasgow-leaders-declaration-on-forests-and-land-use/). Available statuses are `Pledged` and `NotPledged` | 12 | | `status_methane` | Status of their methane pledge, according [to the pledge’s website](https://www.globalmethanepledge.org). Available statuses are `Pledged` and `NotPledged`, as well as `PledgedAsPartOfEU` for countries that did not sign the pledge individually, but are part of the EU and thus part of the pledge made by the European Commission | 13 | | `status_coal` | Status of the pledge made on phasing out coal according to [the COP26 website](https://ukcop26.org/global-coal-to-clean-power-transition-statement/). Available statuses are `Pledged` and `NotPledged`.`PledgedPlusPPCA` countries signed the COP26 pledge and have also signed the PPCA. We do not track the PPCA status for countries that are `NotPledged` at COP26. `IncompletePledged` refers to countries that only signed up to parts of the pledge. `NoCoal` is added to countries which currently do not use coal for power generation according to [Our World In Data](https://ourworldindata.org/explorers/energy?facet=none&country=~SOM&Total+or+Breakdown=Select+a+source&Select+a+source=Coal&Energy+or+Electricity=Electricity+only&Metric=Annual+generation), [Carbon Brief](https://www.carbonbrief.org/mapped-worlds-coal-power-plants) and the [Bloomberg Coal Countdown](https://bloombergcoalcountdown.com). `UsesCoal` refers to countries currently using or planning to use coal for power generation. | 14 | | `status_cars` | Status of the pledge on moving towards zero emission cars and vans. Available statuses are `Pledged2040` for governments of developed countries (Article A of the pledge, agreeing to phase out by 2040 and 2035 for leading markets), `PledgedAccelerated` for governments of emerging markets (Article B of the pledge, agreeing to work intensely towards accelerated proliferation and adoption of zero emission vehicles), and `NotPledged`. Source is [this press release by the UK government](https://www.gov.uk/government/publications/cop26-declaration-zero-emission-cars-and-vans/cop26-declaration-on-accelerating-the-transition-to-100-zero-emission-cars-and-vans) | 15 | 16 | ## Changelog 17 | - 07.11.2021 initial release 18 | 19 | ## License 20 | Please refer to our [data hub](https://github.com/klimadashboard/data) for information on licensing. 21 | 22 | ## Authors 23 | The datasets in this repository were assembled by Adrian Hiss, David Jablonski and Johannes Stangl. For questions, please write to data@klimadashboard.at. 24 | 25 | Klimadashboard aims to collect, publish and visualise data on the climate crisis. [Read more about us.](https://klimadashboard.at) -------------------------------------------------------------------------------- /global/emissions/emissions_global.csv: -------------------------------------------------------------------------------- 1 | state_iso;state_name;co2e_percapita 2 | AW;Aruba;4.64 3 | AF;Afghanistan;0.73 4 | AO;Angola;1.90 5 | AI;Anguilla;1.87 6 | AL;Albania;2.71 7 | CW;Cura�ao;13.06 8 | AE;UnitedArabEmirates;29.33 9 | AR;Argentina;8.27 10 | AM;Armenia;3.19 11 | AG;AntiguaandBarbuda;3.36 12 | AU;Australia;21.98 13 | AT;Austria;8.70 14 | AZ;Azerbaijan;6.72 15 | BI;Burundi;0.59 16 | BE;Belgium;9.74 17 | BJ;Benin;1.62 18 | BF;BurkinaFaso;1.65 19 | BD;Bangladesh;1.62 20 | BG;Bulgaria;10.00 21 | BH;Bahrain;39.29 22 | BS;Bahamas;4.54 23 | BA;BosniaandHerzegovina;8.41 24 | BY;Belarus;10.65 25 | BZ;Belize;2.36 26 | BM;Bermuda;5.90 27 | BO;Bolivia;4.92 28 | BR;Brazil;6.05 29 | BB;Barbados;3.22 30 | BN;Brunei;32.66 31 | BT;Bhutan;3.60 32 | BW;Botswana;5.05 33 | CF;CentralAfricanRepublic;2.62 34 | CA;Canada;19.79 35 | CH;SwitzerlandandLiechtenstein;5.18 36 | CL;Chile;7.31 37 | CN;China;10.95 38 | CI;C�ted�Ivoire;1.32 39 | CM;Cameroon;1.58 40 | CD;DemocraticRepublicoftheCongo;0.65 41 | CG;Congo;4.34 42 | CK;CookIslands;6.96 43 | CO;Colombia;4.23 44 | KM;Comoros;1.02 45 | CV;CaboVerde;2.24 46 | CR;CostaRica;3.29 47 | CU;Cuba;3.86 48 | KY;CaymanIslands;5.31 49 | CY;Cyprus;8.68 50 | CZ;Czechia;11.71 51 | DE;Germany;9.49 52 | DJ;Djibouti;2.17 53 | DM;Dominica;1.97 54 | DK;Denmark;7.84 55 | DO;DominicanRepublic;3.70 56 | DZ;Algeria;6.38 57 | EC;Ecuador;4.32 58 | EG;Egypt;3.55 59 | ER;Eritrea;1.22 60 | EH;WesternSahara;0.78 61 | ES;SpainandAndorra;7.08 62 | EE;Estonia;10.68 63 | ET;Ethiopia;1.63 64 | FI;Finland;9.76 65 | FJ;Fiji;3.19 66 | FK;FalklandIslands;8.35 67 | FR;FranceandMonaco;6.50 68 | FO;Faroes;1.00 69 | GA;Gabon;8.32 70 | GB;UnitedKingdom;6.27 71 | GE;Georgia;4.66 72 | GH;Ghana;1.66 73 | GI;Gibraltar;19.68 74 | GN;Guinea;2.02 75 | GP;Guadeloupe;2.81 76 | GM;TheGambia;0.97 77 | GW;Guinea-Bissau;1.55 78 | GQ;EquatorialGuinea;7.71 79 | GR;Greece;6.88 80 | GD;Grenada;1.75 81 | GL;Greenland;9.47 82 | GT;Guatemala;2.42 83 | GF;FrenchGuiana;1.84 84 | GY;Guyana;9.75 85 | HK;HongKong;5.12 86 | HN;Honduras;2.37 87 | HR;Croatia;5.94 88 | HT;Haiti;1.28 89 | HU;Hungary;6.93 90 | ID;Indonesia;4.47 91 | IN;India;2.79 92 | IE;Ireland;12.58 93 | IR;Iran;11.20 94 | IQ;Iraq;8.41 95 | IS;Iceland;13.70 96 | IL;IsraelandPalestine,Stateof;6.02 97 | IT;Italy,SanMarinoandtheHolySee;6.70 98 | JM;Jamaica;2.64 99 | JO;Jordan;3.32 100 | JP;Japan;9.41 101 | KZ;Kazakhstan;17.33 102 | KE;Kenya;2.10 103 | KG;Kyrgyzstan;3.40 104 | KH;Cambodia;2.91 105 | KI;Kiribati;0.87 106 | KN;SaintKittsandNevis;2.64 107 | KR;SouthKorea;14.01 108 | KW;Kuwait;37.96 109 | LA;Laos;5.01 110 | LB;Lebanon;5.43 111 | LR;Liberia;0.99 112 | LY;Libya;15.32 113 | LC;SaintLucia;2.37 114 | LK;SriLanka;1.83 115 | LS;Lesotho;1.27 116 | LT;Lithuania;7.37 117 | LU;Luxembourg;13.69 118 | LV;Latvia;5.98 119 | MO;Macao;3.59 120 | MA;Morocco;3.03 121 | MD;Moldova;3.09 122 | MG;Madagascar;1.20 123 | MV;Maldives;5.14 124 | MX;Mexico;5.99 125 | MK;NorthMacedonia;5.35 126 | ML;Mali;2.30 127 | MT;Malta;5.00 128 | MM;Myanmar/Burma;3.04 129 | MN;Mongolia;19.07 130 | MZ;Mozambique;1.17 131 | MR;Mauritania;3.31 132 | MQ;Martinique;2.80 133 | MU;Mauritius;5.01 134 | MW;Malawi;0.98 135 | MY;Malaysia;10.50 136 | NA;Namibia;4.67 137 | NC;NewCaledonia;19.35 138 | NE;Niger;1.66 139 | NG;Nigeria;1.88 140 | NI;Nicaragua;3.21 141 | NL;Netherlands;9.72 142 | NO;Norway;12.60 143 | NP;Nepal;1.84 144 | NZ;NewZealand;16.83 145 | OM;Oman;25.59 146 | PK;Pakistan;2.53 147 | PA;Panama;4.19 148 | PE;Peru;3.09 149 | PH;Philippines;2.35 150 | PW;Palau;61.65 151 | PG;PapuaNewGuinea;1.00 152 | PL;Poland;10.62 153 | PR;PuertoRico;4.19 154 | KP;NorthKorea;3.12 155 | PT;Portugal;5.88 156 | PY;Paraguay;6.30 157 | PF;FrenchPolynesia;3.82 158 | QA;Qatar;67.38 159 | RE;R�union;3.46 160 | RO;Romania;6.10 161 | RU;Russia;17.99 162 | RW;Rwanda;0.66 163 | SA;SaudiArabia;22.64 164 | CS;SerbiaandMontenegro;7.54 165 | SD;SudanandSouthSudan;2.42 166 | SN;Senegal;1.69 167 | SG;Singapore;11.67 168 | SH;SaintHelena,AscensionandTristandaCunha;5.08 169 | SB;SolomonIslands;0.88 170 | SL;SierraLeone;0.85 171 | SV;ElSalvador;2.00 172 | SO;Somalia;1.95 173 | PM;SaintPierreandMiquelon;6.30 174 | ST;S�oTom�andPr�ncipe;1.16 175 | SR;Suriname;7.67 176 | SK;Slovakia;8.36 177 | SI;Slovenia;8.78 178 | SE;Sweden;5.91 179 | SZ;Eswatini;2.28 180 | SC;Seychelles;12.36 181 | SY;Syria;2.26 182 | TC;TurksandCaicosIslands;2.65 183 | TD;Chad;5.21 184 | TG;Togo;1.26 185 | TH;Thailand;6.67 186 | TJ;Tajikistan;2.32 187 | TM;Turkmenistan;20.80 188 | TL;Timor-Leste;1.72 189 | TO;Tonga;2.51 190 | TT;TrinidadandTobago;33.27 191 | TN;Tunisia;4.11 192 | TR;T�rkiye;8.09 193 | TW;Taiwan;12.86 194 | TZ;Tanzania;1.34 195 | UG;Uganda;1.12 196 | UA;Ukraine;4.84 197 | UY;Uruguay;11.91 198 | US;UnitedStates;17.90 199 | UZ;Uzbekistan;6.67 200 | VC;SaintVincentandtheGrenadines;1.39 201 | VE;Venezuela;4.99 202 | VG;BritishVirginIslands;2.28 203 | VN;Vietnam;4.88 204 | VU;Vanuatu;1.91 205 | WS;Samoa;2.70 206 | YE;Yemen;1.20 207 | ZA;SouthAfrica;8.91 208 | ZM;Zambia;1.53 209 | ZW;Zimbabwe;1.64 210 | EU;European Union;8.09 211 | WORLD;World;6.76 -------------------------------------------------------------------------------- /global/flags/ae.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ai.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/am.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ao.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/aq.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/at.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/au.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/aw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ax.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/az.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ba.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/be.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bj.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bq.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/br.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/bw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/by.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ca.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ci.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ck.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/co.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/cz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/de.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/dj.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/dk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/dz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/eh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/er.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/et.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/eu.svg: -------------------------------------------------------------------------------- 1 | European flag 2 | 3 | 4 | -------------------------------------------------------------------------------- /global/flags/fi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/fm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/fo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/fr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ga.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gb-eng.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gb-sct.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gq.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/gy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/hk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/hm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/hn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/hu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/id.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/il.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/im.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/iq.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ir.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/is.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/it.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/jm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/jo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/jp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ke.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ki.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/km.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/kn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/kp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/kr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/kw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/la.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/lc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/lr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ls.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/lt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/lu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/lv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ly.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mq.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/my.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/mz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/na.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/nc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ne.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ng.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/nl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/no.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/np.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/nr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/nu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/nz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/pa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/pe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/pf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/pg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ph.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/pk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/pl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/pr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/pw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/qa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/re.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ro.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ru.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/rw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/sb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/sc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/sd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/se.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/sg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/si.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/sj.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/sk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/sl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/sn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/so.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/sr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/st.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/sy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/td.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/tf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/tg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/th.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/tj.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/tk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/tl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/tn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/to.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/tr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/tt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/tw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/tz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ua.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ug.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/um.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/us.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/uz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/vc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ve.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/vn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/vu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/wf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ws.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/ye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /global/flags/za.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | Data Server – Klimadashboard 4 | 5 | 6 |

data.klimadashboard.org

7 | 8 |

This is the data server for Klimadashboard.org, containing the files we use for our visualisations.
9 | Please refer to our GitHub-Repository for more information.

10 | 11 | 19 | 20 | 21 | --------------------------------------------------------------------------------