GET /v2.0/data/spatial/icesheet
neotomadb.org:neotoma-database-api
Operation ID: —
Auth: unknown
Parameters (3)
(integer, query, optional)
Ice-sheet age (in calibrated radiocarbon years before present, with 0 at 1950CE). Ages range from 0 to 18000.
Constraints: {'minimum': 1000, 'maximum': 18000}
(number, query, optional, default: 0.0001)
Precision of points within a rendered polygon. Many spatial objects are generated statistically and may have overly precise point coordinates. Often precisions to 100m is sufficient for rendering to map.<br> **NOTE**: the precision is dependent on the projected units. For the default SRID=4326 projection, precision units are in decimal degrees, where 0.1 degrees latitude = 11.1km and 0.0001 degrees latitude = 11.1m. For metric precision, units will be in meters.<br>The default value of *0.0001* represents a metric distance of 11.1m in the default 4326 projection.
Constraints: {'minimum': 0, 'maximum': 1000}
(integer, query, optional, default: 4326)
A valid integer [spatial reference identifier](https://en.wikipedia.org/wiki/Spatial_reference_system#Identifier) value. By default Neotoma returns all data with the SRID 4326 (standard lat/long), representing the [WSG84](https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84) model of the planet. For web mapping users may choose SRID *3857* if using projected features.
Constraints: {'enum': [3031, 3857, 3995, 4326, 9989, 32633, 32733]}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Present-day ice sheets (default precision and projection) | curl |
https://api.neotomadb.org/v2.0/data/spatial/icesheet?age=0 |
|
| Last Glacial Maximum ice sheets with higher precision | curl |
https://api.neotomadb.org/v2.0/data/spatial/icesheet?age=21000&prec=0.00001 |
|
| Deglaciation period with Web Mercator projection | curl |
https://api.neotomadb.org/v2.0/data/spatial/icesheet?age=10000&proj=3857 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 11:19:47.891407 | 200 | 1255ms | 0.6MB |
| 2026-03-23 11:13:38.633254 | 200 | 660ms | |
| 2026-03-23 10:57:12.285808 | 200 | 606ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 11:13:38.633254 | e21ccb2c23b4 |
dea3a3139619 |
| 2026-03-23 11:19:47.891407 | dea3a3139619 |
6b52da9dc416 |