API Access
Access dataset files directly from scripts, code, or AI agents.
Browse dataset files
API Access
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.
/core/sea-level-rise/
https://datahub.io/core/sea-level-rise/_r/-/.gitignore
├ LICENSE
https://datahub.io/core/sea-level-rise/_r/-/LICENSE
├ Makefile
https://datahub.io/core/sea-level-rise/_r/-/Makefile
https://datahub.io/core/sea-level-rise/_r/-/README.md
https://datahub.io/core/sea-level-rise/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/sea-level-rise/_r/-/archive/CSIRO_Alt_seas_inc.csv
https://datahub.io/core/sea-level-rise/_r/-/archive/CSIRO_Alt_yearly.csv
https://datahub.io/core/sea-level-rise/_r/-/archive/CSIRO_Recons_gmsl_yr_2019.csv
https://datahub.io/core/sea-level-rise/_r/-/archive/church_white_gmsl_2011_up/CSIRO_ALT_gmsl_mo_2015.csv
https://datahub.io/core/sea-level-rise/_r/-/archive/church_white_gmsl_2011_up/CSIRO_ALT_gmsl_mo_2015.txt
https://datahub.io/core/sea-level-rise/_r/-/archive/church_white_gmsl_2011_up/CSIRO_ALT_gmsl_yr_2015.csv
https://datahub.io/core/sea-level-rise/_r/-/archive/church_white_gmsl_2011_up/CSIRO_ALT_gmsl_yr_2015.txt
https://datahub.io/core/sea-level-rise/_r/-/archive/church_white_gmsl_2011_up/CSIRO_Recons_gmsl_mo_2015.csv
https://datahub.io/core/sea-level-rise/_r/-/archive/church_white_gmsl_2011_up/CSIRO_Recons_gmsl_mo_2015.txt
https://datahub.io/core/sea-level-rise/_r/-/archive/church_white_gmsl_2011_up/CSIRO_Recons_gmsl_yr_2015.csv
https://datahub.io/core/sea-level-rise/_r/-/archive/church_white_gmsl_2011_up/CSIRO_Recons_gmsl_yr_2015.txt
https://datahub.io/core/sea-level-rise/_r/-/archive/church_white_gmsl_2011_up/GMSL_1880_2015.png
https://datahub.io/core/sea-level-rise/_r/-/archive/church_white_gmsl_2011_up/GMSL_1880_2015.ps
https://datahub.io/core/sea-level-rise/_r/-/archive/church_white_gmsl_2011_up/comp_gmsls.csv
https://datahub.io/core/sea-level-rise/_r/-/data/CSIRO_Alt_seas_inc.csv
https://datahub.io/core/sea-level-rise/_r/-/data/CSIRO_Alt_yearly.csv
https://datahub.io/core/sea-level-rise/_r/-/data/CSIRO_Recons_gmsl_mo_2015.csv
https://datahub.io/core/sea-level-rise/_r/-/data/CSIRO_Recons_gmsl_yr_2019.csv
https://datahub.io/core/sea-level-rise/_r/-/data/epa-sea-level.csv
https://datahub.io/core/sea-level-rise/_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/core/sea-level-rise/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/sea-level-rise/_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 Files
Explore with AIcsiro_alt_seas_inc
| Field | Type | Format | Description |
|---|---|---|---|
| Time | date | any | Year and month of GMSL calculation (YYYY-MMM) |
| GMSL (monthly) | number | Global Mean Sea Level - monthly value in mm | |
| GMSL (smoothed) | number | Global Mean Sea Level - smoothed value in mm |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 6.51 kB
csiro_alt_yearly
| Field | Type | Format | Description |
|---|---|---|---|
| Time | date | any | Year of GMSL calculation (YYYY) |
| GMSL (yearly) | number | Global Mean Sea Level - yearly average in mm |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 287 B
csiro_recons_gmsl_mo_2015
| Field | Type | Format | Description |
|---|---|---|---|
| Time | date | any | Year and month of GMSL calculation (YYYY-MMM) |
| GMSL | number | Reconstructed Global Mean Sea Level in mm | |
| GMSL uncertainty | number | uncertainty due to reconstruction |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 31.6 kB
csiro_recons_gmsl_yr_2019
| Field | Type | Format | Description |
|---|---|---|---|
| Time | date | any | Year of GMSL calculation (YYYY) |
| GMSL | number | Reconstructed Global Mean Sea Level in mm | |
| GMSL uncertainty | number | Uncertainty due to reconstruction |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 2.11 kB
epa-sea-level
| Field | Type | Format | Description |
|---|---|---|---|
| Year | date | any | Year of measurement (YYYY) |
| CSIRO Adjusted Sea Level | number | Comulative changes (in inches) in sea level for the world’s oceans based on the combination of long-term tide gauge measurements and recent satellite measurements. | |
| Lower Error Bound | number | inches | |
| Upper Error Bound | number | inches | |
| NOAA Adjusted Sea Level | number | inches |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 6.25 kB
About this dataset
Update Script Maintenance Report
Date: 2026-03-04
- Root cause: workflow had legacy trigger mix and no explicit write permission declaration.
- Fixes made: switched to schedule + manual dispatch, upgraded action versions, and added
permissions: contents: write. - Validation: checked updater sequence (
make,make clean) and commit target (data/). - Known blockers: none identified in this remediation pass.