API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Views
Data Previews
eu-ets-sector-emissions
Schema
| name | type | description |
|---|---|---|
| sector | string | Main activity sector name |
| year | integer | Year |
| emissions_mt | number | Verified emissions in megatonnes of CO₂ equivalent |
eu-ets
Schema
| name | type | description |
|---|---|---|
| country_code | string | International Country Code (ISO 3166-1-Alpha-2 code elements) |
| country | string | Country name |
| main activity sector name | string | Main activity label |
| ETS information | string | ETS information |
| year | string | Annual data mainly in YYYY format, but also may include stings Eg: Total 1st trading period (05-07) |
| value | number | measure value |
| unit | string | Unit of the measure value (in tonne of CO2-equ.) |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
eu-ets-sector-emissions | 6.87 kB | about 6 hours ago | eu-ets-sector-emissions | |
eu-ets | 9.44 MB | about 1 month ago | eu-ets |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 2 | 9.45 MB | csv | about 6 hours ago | Open Data Commons Public Domain Dedication and License v1.0 | EU ETS data |
Data about the EU emission trading system (ETS). The EU emission trading system (ETS) is one of the main measures introduced by the EU to achieve cost-efficient reductions of greenhouse gas emissions and reach its targets under the Kyoto Protocol and other commitments. The data mainly comes from the EU Transaction Log (EUTL).
Data
Aggregated data on greenhouse gas emissions and allowances.
Geographic coverage
Austria, Belgium, Bulgaria, Croatia, Cyprus, Czech Republic, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Latvia, Liechtenstein, Lithuania, Luxembourg, Malta, Netherlands, Norway, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden, United Kingdom
Temporal coverage
2005-2014
Sources
- Name: European Union Emissions Trading System data from EUTL
- Web: https://www.eea.europa.eu/en/datahub/datahubitem-view/98f04097-26de-4fca-86c4-63834818c0c0
Preparation
Requirements
Python 3 with modules requests are required in order to process the data.
Processing
Run the following script from this directory to download and process the data:
pip install -r scripts/requirements.txt
# run the following
python scripts/process.py
Resources
The processed data are output to ./data.
License
Data
Data are sourced from European Environment Agency and no copyright restrictions are applied. More specifically:
EEA aspires to promote the sharing of environmental data. In agreeing to share, data providers need to have assurance that their data are properly handled, disseminated and acknowledged following similar principles and rules across countries and stakeholders.*
Additional work
All the additional work done to build this Data Package is made available under the Public Domain Dedication and License v1.0 whose full text can be found at: http://www.opendatacommons.org/licenses/pddl/1.0/
Citations
- EEA standard re-use policy: unless otherwise indicated, re-use of content on the EEA website for commercial or non-commercial purposes is permitted free of charge, provided that the source is acknowledged (http://www.eea.europa.eu/legal/copyright). Copyright holder: Directorate-General for Climate Action (DG-CLIMA).