Hello Cesium community! I would like to share WakeAtlas, a non-commercial maritime explorer I have been building with help from Codex.
Try it: https://wakeatlas.uk/ — the globe and catalogue can be explored without an account.
CesiumJS provides the globe and 3D rendering foundation. Around it, we have built a Python/FastAPI and PostgreSQL/PostGIS backend bringing together vessel reports, historical tracks, ports, satellite cloud imagery, weather and lightning layers, bathymetry, and a growing ship catalogue with photographs and sourced specifications. Thank you to the Cesium team and community for making that foundation available.
Some of the practical work has been about keeping the globe useful as the data grows: viewport-aware vessel queries instead of sending every report to the browser, expiring old AIS markers from the normal view while retaining their history, and requesting closer weather samples as users zoom in. We also keep detailed land imagery independent from optional seabed shading.
Data honesty is a big part of the design. Coverage varies, image dates and resolutions vary, and delayed satellite observations are kept distinct from recent AIS. We show sources and observation ages rather than suggesting every marker is a confirmed current location.
This is an early public preview, not a navigation service. I would particularly welcome feedback on globe performance, layer controls, and making overlapping imagery sources clearer to visitors. Our longer-term hope is to improve open-ocean coverage through satellite AIS with explicit permission for public, non-commercial display; leads on suitable programmes would also be welcome.
Vessel reports around north-west Europe:
Ship catalogue with photographs, sources and report ages:
Photo credits: Muikku — MKFI, public domain; Norröna — Erik Christensen, CC BY-SA 3.0; AIDAsol — Wolfgang Fricke, CC BY 3.0. Map attribution remains visible in the globe screenshot.



