Skip to content
/ ATSDB Public
forked from hpuhr/COMPASS

The Air Traffic Surveillance DataBase aims at providing a generalized framework for air-traffic surveillance data analysis & visualization.

License

Notifications You must be signed in to change notification settings

KevanV/ATSDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Based on a dynamic database schema, recorded air traffic surveillance data can be inserted, retrieved and inspected.

  • Support of multiple database systems, e.g. Sqlite3, MySQL
  • Support of multiple, configurable database schemas, e.g. SCDB, Simple
  • Dynamic JSON import from SDDL, ADS-B exchange, OpenSky Network
  • Dynamic ASTERIX import using jASTERIX
  • MySQL database import and management of SCDB databases
  • High performance processing, low memory footprint
  • Utilization of application during loading procedure
  • Views for data inspection
  • Target report cross-selection
  • Simple custom filter generation
  • Supported Database Objects
    • Radar plots
    • System Tracks and Reference Trajectories
    • MLAT & WAM target reports
    • ADS-B target reports
  • XML-based configuration files
  • Multiple coexisting configurations, usage chosen during runtime
  • Based on Open Source libraries
  • Runs on generic hardware

Please refer to the releases page for the user manual and the AppImage. Please do read the user manual before running the application.

alt text

Contents

  • Folder "cmake_modules": Contains cmake find scripts
  • Folder "conf": Contains configuration
  • Folder "data": Contains icons, textures, maps,...
  • Folder "doc": Contains documentation
  • Folder "src": Contains source code
  • Folder "utils": Contains scripts for manual CSV import
  • CMakeLists.txt: CMake config file
  • LICENSE: GPL license
  • readme.md: This file

Released Experimental Version v0.4.1-beta

YouTube Videos

Current

Previous

Newsletter

If you are interested in our newsletter, please send a mail to [email protected] with the subject "Register".

Author

Helmut Puhr Contact: [email protected]

Licenses

The source code is released under GNU GPLv3

The binary is released under Creative Commons Attribution 4.0 International (CC BY 4.0), Legal Text

While it is permitted to use the AppImage for commercial purposes, the used open-source libraries might still prohibit this without further permission. It is the responsibility of the user to inspect the user manual and confirm that their use cases are permitted under the referenced licenses.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

The Air Traffic Surveillance DataBase aims at providing a generalized framework for air-traffic surveillance data analysis & visualization.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.9%
  • Perl 2.6%
  • CMake 2.0%
  • Other 0.5%