Updated

Update Script Maintenance Report

44.3K

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/-/.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

Data Previews

annual

Loading data...

Schema

nametypedescription
Sourcestring
YearyearYYYY
MeannumberAverage global mean temperature anomalies in degrees Celsius relative to a base period. GISTEMP base period: 1951-1980. GCAG base period: 20th century average.

monthly

Loading data...

Schema

nametypeformatdescription
Sourcestring
YeardateanyYYYY-MM
MeannumberMonthly mean temperature anomalies in degrees Celsius relative to a base period. GISTEMP base period: 1951-1980. GCAG base period: 20th century average.

Data Files

FileDescriptionSizeLast modifiedDownload
annual
6.33 kB3 months ago
annual
monthly
83.9 kB3 months ago
monthly
FilesSizeFormatCreatedUpdatedLicenseSource
290.3 kBcsvabout 2 months agoOpen Data Commons Public Domain Dedication and License v1.0GISTEMP Global Land-Ocean Temperature Index

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.