Global Temperature Time Series

51,525
0
Updated:
Files:2
Size:87.1 kB
Formats:csv
License:CC-BY-4.0

Data are included from the GISS Surface Temperature (GISTEMP) analysis and the global component of Climate at a Glance (GCAG). Two datasets are provided: 1) global monthly mean and 2) annual mean temp...

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.

/core/global-temp/
https://datahub.io/core/global-temp/_r/-/.gitattributes
https://datahub.io/core/global-temp/_r/-/.gitignore
https://datahub.io/core/global-temp/_r/-/LICENSE
https://datahub.io/core/global-temp/_r/-/Makefile
https://datahub.io/core/global-temp/_r/-/README.md
https://datahub.io/core/global-temp/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/global-temp/_r/-/data/annual.csv
https://datahub.io/core/global-temp/_r/-/data/monthly.csv
https://datahub.io/core/global-temp/_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/core/global-temp/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/global-temp/_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

Monthly mean temperature anomalies in degrees Celsius relative to a base period

Data Files

Explore with AI

annual

Download

Download CSV

About

Annual global mean temperature anomalies in degrees Celsius from both GISTEMP (1880-present) and GCAG (1850-present) sources, relative to their respective base periods (1951-1980 for GISTEMP, 20th century average for GCAG).
Last updated
14 May 2026
Total rows
...
Format
CSV
File size
6.08 kB

monthly

Download

Download CSV

About

Monthly global mean temperature anomalies in degrees Celsius from both GISTEMP (1880-present) and GCAG (1850-present) sources, relative to their respective base periods (1951-1980 for GISTEMP, 20th century average for GCAG).
Last updated
14 May 2026
Total rows
...
Format
CSV
File size
81 kB

About this dataset

Update Script Maintenance Report

Date: 2026-03-03

  • Executed update pipeline (make data) to verify script path.
  • Fixed GitHub Actions commit target in .github/workflows/actions.yml from wrong file path to data/*.csv.
  • Added workflow token write permission (permissions: contents: write).
  • This change restores automatic commit behavior for generated temperature files.