|
Simulation Monitor¶This application provides a Python Language API for visualization of air traffic situation. The concept of aeronatical data visualization is described in: Tomas Kralicek, Python Language Bindings for 3D Airspace Visualization, Bachelor Thesis, Masaryk University, Brno, Spring 2009. Archived in is.muni.cz.
Abstract: The goal of this thesis was development of the 3D visualization of
the airspace. The thesis contains an analysis of 3D objects proposed for the
visualization of situations in the airspace. The thesis also discusses
aspects of the 3D Earth model visualization and aspects of computing geodetic
curves used for the airspace model creation. The visualization is implemented
as the Python module written in C++ for the Python C API. The application is
based on the Earth model from the OssimPlanet and on the OpenSceneGraph
graphic library. The implemented application is a working proof of the
airspace visualization concept.
The following modules are available:
The software is freely available under LGPL via SourceForge. Download¶You may download the latest alpha version. This version contains the largest set of features available, but it is a subject of change and contains bugs. You are welcome to report any problems via our mailing list. To download the latest source codes, please checkout the SVN Repository. Installation Instructions¶
|