datania/climate-trace
Climate TRACE Spain Emissions This dataset mirrors the Climate TRACE country packages for Spain (ISO alpha-3 ESP). It contains Parquet (zstd) extracts converted from the CSVs published by Climate TRACE. All columns are stored as text to avoid type inference failures. Cast as needed. Contents raw/<gas>/ABOUT_THE_DATA/: original documentation supplied by Climate TRACE (PDF methodology summary and CSV data dictionary). raw/<gas>/DATA/: annual emission series (2015… See the full description on the dataset page: https://huggingface.co/datasets/datania/climate-trace.
0252
1---2license: mit3pretty_name: Climate TRACE Spain Emissions4tags:5 - climate6 - greenhouse-gases7 - spain8---9 10# Climate TRACE Spain Emissions11 12This dataset mirrors the Climate TRACE country packages for Spain (ISO alpha-3 `ESP`). It contains Parquet (zstd) extracts converted from the CSVs published by [Climate TRACE](https://climatetrace.org/data). All columns are stored as text to avoid type inference failures. Cast as needed.13 14## Contents15 16- `raw/<gas>/ABOUT_THE_DATA/`: original documentation supplied by Climate TRACE (PDF methodology summary and CSV data dictionary).17- `raw/<gas>/DATA/`: annual emission series (2015 onward) partitioned by sector and subsector. All Parquet files share the core columns `iso3_country`, `sector`, `subsector`, `start_time`, `end_time`, `gas`, `emissions_quantity`, `emissions_unit`, and confidence metrics.18- Gases currently mirrored: carbon dioxide (`co2`), methane (`ch4`), nitrous oxide (`n2o`), ammonia (`nh3`), nitrogen oxides (`nox`), sulfur dioxide (`so2`), particulate matter (`pm2_5`), volatile organic compounds (`vocs`), carbon monoxide (`co`), black carbon (`bc`), organic carbon (`oc`), and carbon dioxide equivalents (`co2e_20yr`, `co2e_100yr`).19 