API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
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/global-temp/
https://datahub.io/luccasmmg/global-temp/_r/-/.gitignore
├ LICENSE
https://datahub.io/luccasmmg/global-temp/_r/-/LICENSE
├ Makefile
https://datahub.io/luccasmmg/global-temp/_r/-/Makefile
https://datahub.io/luccasmmg/global-temp/_r/-/README.md
https://datahub.io/luccasmmg/global-temp/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/global-temp/_r/-/data/annual.csv
https://datahub.io/luccasmmg/global-temp/_r/-/data/monthly.csv
https://datahub.io/luccasmmg/global-temp/_r/-/datapackage.json
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
datapackage.json— metadata & schema
https://datahub.io/luccasmmg/global-temp/_r/-/datapackage.json
README.md— documentation
https://datahub.io/luccasmmg/global-temp/_r/-/README.md
Typical Usage
- 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
annual
Loading data...
Schema
| name | type | description |
|---|---|---|
| Source | string | |
| Year | year | YYYY |
| Mean | number | Average 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
| name | type | format | description |
|---|---|---|---|
| Source | string | ||
| Year | date | any | YYYY-MM |
| Mean | number | Monthly mean temperature anomalies in degrees Celsius relative to a base period. GISTEMP base period: 1951-1980. GCAG base period: 20th century average. |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
annual | 6.33 kB | about 2 months ago | annual | |
monthly | 83.9 kB | about 2 months ago | monthly |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 2 | 90.3 kB | csv | about 2 months ago | Open Data Commons Public Domain Dedication and License v1.0 | GISTEMP 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.ymlfrom wrong file path todata/*.csv. - Added workflow token write permission (
permissions: contents: write). - This change restores automatic commit behavior for generated temperature files.