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