michaelzs85 / ATSDB

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • 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
  • Cross-view data selection and inspection
  • Filtering for detailed analysis
  • Simple custom filter generation
  • ARTAS track association (TRI) analysis
  • 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

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.2-beta

YouTube Videos

Current from v0.4.0

Previous

Newsletter

If you are interested in our newsletter, please send a mail to atsdb@gmx.at with the subject "Register".

Author

Helmut Puhr Contact: atsdb@gmx.at

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.

License:GNU General Public License v3.0


Languages

Language:C++ 95.1%Language:Perl 2.5%Language:CMake 1.9%Language:C 0.2%Language:Shell 0.2%