God's Eye View: Open-Source 3D Earth Simulator Powered by Real-Time Public Data
An overview of God's Eye View, an open-source 3D globe tool that visualizes live aircraft, shipping, satellite orbits, and CCTV feeds with interactive AI voice
Open-source geospatial intelligence (GEOINT and OSINT) project God's Eye View is capturing significant developer interest by uniting disparate streams of live public telemetry onto a photorealistic 3D digital globe inside the web browser. Ranking number one on both daily and weekly GitHub Trending charts, the project has quickly surpassed 23,900 stars and 4,980 forks, establishing itself as a standout simulation framework for global spatial observation.

Image source: bilawalsidhu/gods-eye-view on GitHub
Cesium and WebGL Architecture Across Multi-Source Real-Time Telemetry
At the core of God's Eye View is a spatial pipeline powered by Cesium and WebGL, transforming raw global data feeds into interactive, layered 3D visualizations. Rather than confining users to static geographic overlays or single-source tracking, the platform dynamically synchronizes diverse open observational streams across a unified coordinate system.
- Live Transportation Tracking: Projects live flight vectors derived from ADS-B transmissions alongside maritime vessel positions sourced via AIS (Automatic Identification System) beacons onto accurate 3D positions.
- Environmental and Hazard Feeds: Incorporates seismic activity monitors, active thermal wildfire telemetry, and dynamic meteorological layers directly onto the planetary surface.
- Orbital Assets and Public Feeds: Renders real-time low Earth orbit satellite passes alongside georeferenced public CCTV streams, establishing a comprehensive situational observation environment.
Natural Language Voice Agent for Hands-Free Spatial Exploration
Beyond conventional mouse-and-keyboard navigation, God's Eye View introduces an integrated real-time AI voice agent interface designed for hands-free operational control.
Users can issue spoken commands to pivot camera angles, zoom across continents to specific geographic coordinates, or query the operational parameters of active flights and maritime routes without clicking through multi-layered menus. By pairing natural language understanding with 3D coordinate manipulation, the system lowers interaction friction and enables analysts to maintain continuous visual context during dynamic situational tracking.
Local Deployment, Pinokio Support, and Data Licensing Boundaries
Distributed under the permissive MIT license, God's Eye View provides an accessible entry path for researchers and developers. Users can deploy the simulation locally without mandatory API key registrations, utilizing either a one-click setup through Pinokio or standard terminal build procedures.
However, operating the platform in production involves distinct technical and operational considerations:
- Third-Party Data Governance: While the client codebase is open-source under MIT, individual live data streams—including aviation (ADS-B) and maritime (AIS) feeds—remain subject to the specific terms of service outlined by their original public and commercial providers in DATA_SOURCES.md.
- Client Rendering Workload: Visualizing dense geographical geometry and high-frequency telemetry streams via WebGL and Cesium places notable demands on client hardware, meaning frame rates vary based on local GPU capabilities and browser optimization.
- Hosting Roadmap: The current release is architected primarily for local execution, with a zero-install hosted web version (Halfpixel) currently under development.
Sources
- bilawalsidhu/gods-eye-view GitHub Repository: Official repository containing project source code, local build instructions, and architecture documentation
- Project Data Source Terms and Guidelines (DATA_SOURCES.md): Public and external feed provider terms of service for aviation, shipping, and weather data