CoolFace
Datasetpublic

idle-intelligence/ridgeline-terrain

ridgeline terrain Baked global elevation heightfields for ridgeline, a 3D explorer of the solar system's solid worlds (Rust→WASM + WebGPU) that draws each body as a globe of stacked latitude ridgelines. Try the demo → · it streams these files straight from this dataset. Derived from public-domain government datasets (U.S. Government works — no copyright); this repo redistributes resampled, reformatted versions. Files File Body Grid Source… See the full description on the dataset page: https://huggingface.co/datasets/idle-intelligence/ridgeline-terrain.

sourceHugging Facecc0-1.0updated 2mo agoView on Hugging Face
0likes482downloads
Dataset Card

ridgeline terrain

Baked global elevation heightfields for ridgeline, a 3D explorer of the solar system's solid worlds (Rust→WASM + WebGPU) that draws each body as a globe of stacked latitude ridgelines.

**Try the demo →** · it streams these files straight from this dataset.

Derived from public-domain government datasets (U.S. Government works — no copyright); this repo redistributes resampled, reformatted versions.

Files

FileBodyGridSource
heightfield.binEarth12288×6144NOAA ETOPO 2022 (60 arc-sec, ice surface)
water_mask.binEarth12288×6144derived from ETOPO (uint8, 1 = water)
moon_heightfield.binMoon7680×3840NASA LRO LOLA LDEM
mars_heightfield.binMars11520×5760NASA MGS MOLA MEGDR (32 ppd)
venus_heightfield.binVenus8192×4096NASA Magellan topography (USGS v02)
mercury_heightfield.binMercury11520×5760NASA MESSENGER USGS DEM v2 (÷2)
sun_heightfield.binSun2880×1440NASA SDO/HMI synoptic magnetogram (CR2300) — signed Gauss, not elevation
ceres_heightfield.binCeres11520×5760NASA Dawn FC HAMO DTM (DLR/USGS)
vesta_heightfield.binVesta11520×5760NASA Dawn FC HAMO DTM — 2 m/unit (elev_scale_m in meta)
enceladus_heightfield.binEnceladus7680×3840Cassini global DEM (Schenk & McKinnon 2024)
pluto_heightfield.binPluto11520×5760New Horizons LORRI/MVIC — ~54% far side is synthetic fill
charon_heightfield.binCharon5760×2880New Horizons LORRI/MVIC — ~54% far side is synthetic fill
*_heightfield_d4.bin / _d16.binall÷4 / ÷16area-mean resolution tiers for progressive loading
*_meta.jsongrid dims, bbox, elevation range per body (tier dims = full ÷ f)

Format

Raw little-endian int16 meters (no header), row-major row*width + col; row 0 = north (+90°), col 0 = west (−180°). Earth is relative to sea level with ocean clamped to 0; Moon relative to the 1737.4 km sphere; Mars relative to the areoid (no clamp — Hellas −8.2 km to Olympus Mons +21.2 km); Venus relative to the 6051 km sphere (radar gaps filled by per-row wrapped interpolation); Mercury relative to the 2439.4 km sphere. The Sun file is NOT elevation: it's the HMI radial magnetic field, value = sign(B)·√(|B|/1500)·30000 capped at ±10000 (inverse in sun_meta.json). Read dims from the matching *_meta.json, never hardcode. HMI data courtesy of NASA/SDO and the HMI science team.

Bake pipelines (download + resample + verify) live in the ridgeline repo under data/bake/.