CO2 PPM - Trends in Atmospheric Carbon Dioxide

527
0
Updated:
Files:6
Size:64.4 kB
Formats:csv
License:ODC-PDDL-1.0

Data are sourced from the US Government's Earth System Research Laboratory, Global Monitoring Division. Two main series are provided: the Mauna Loa series (which has the longest continuous series since 1958) and a Global Average series (a global average over marine surface sites).

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

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.

/luccasmmg/co2-ppm/
https://datahub.io/luccasmmg/co2-ppm/_r/-/.gitignore
https://datahub.io/luccasmmg/co2-ppm/_r/-/LICENSE
https://datahub.io/luccasmmg/co2-ppm/_r/-/README.md
https://datahub.io/luccasmmg/co2-ppm/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/co2-ppm/_r/-/data/co2-annmean-gl.csv
https://datahub.io/luccasmmg/co2-ppm/_r/-/data/co2-annmean-mlo.csv
https://datahub.io/luccasmmg/co2-ppm/_r/-/data/co2-gr-gl.csv
https://datahub.io/luccasmmg/co2-ppm/_r/-/data/co2-gr-mlo.csv
https://datahub.io/luccasmmg/co2-ppm/_r/-/data/co2-mm-gl.csv
https://datahub.io/luccasmmg/co2-ppm/_r/-/data/co2-mm-mlo.csv
https://datahub.io/luccasmmg/co2-ppm/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/luccasmmg/co2-ppm/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/luccasmmg/co2-ppm/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Views

Trends in Atmospheric Carbon Dioxide

Growth rate of Carbon Dioxide

Data Files

Explore with AI

co2-mm-mlo

co2-annmean-mlo

co2-gr-mlo

co2-mm-gl

co2-annmean-gl

co2-gr-gl


About this dataset

Update Script Maintenance Report

Date: 2026-03-03

  • Ran updater via ./scripts/process.sh.
  • Hardened download behavior in scripts/process.sh:
    • changed to curl --fail --silent --show-error --location ... -o ...
    • added non-empty file check before processing
  • Added workflow token write permission in .github/workflows/update.yml (permissions: contents: write).
  • Regenerated data/co2-mm-mlo.csv (previously stale/empty issue in freshness report).