Model Render Web

A 3D view of the Earth in a web browser, rendered from the global elevation model (GDEM) data on the shared /datasets volume โ€” the ETOPO 2022 global relief model maintained by the model-elevation-earth project.

Status

How it works

The project reads the GDEM tiles from the shared datasets volume and derives browser-ready assets: global hypsometric textures (0.5 and 0.25 degrees) and an equirectangular tile pyramid (z1..z5) with an index. The globe page renders the Earth in 3D and, when zoomed, fetches only the visible window's tiles at the matching zoom level. The approach is decided in documents/05-render-approach.md.

Documentation