jlvdoorn / bluesky-fpldb

The open source air traffic simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlueSky - The Open Air Traffic Simulator

This is just a fork of the original BlueSky repo used for the addition of the FlightPlanDatabase plug-in. For more info see the original bluesky repo

Flight Plan Database

https://flightplandatabase.com/dev/api

Requirements

pip install requests

Idea

  • Functions to communicate with Flight Plan Database
  • Make scenario that uses this function (to auto create flightplan)
  • Check whether nav points are already in bluesky database If not -> Add them as custom waypoints or only flight specific points

Working

  • fpldb_plug.py is the main program. This needs to be copied into the bluesky plugins folder
  • In bluesky you need to enable the plugin by calling plugins load fpldb
  • In bluesky the command needed is fplr
  • There is also an example scenario file that automatically loads the plugin file fpldb_scn.scn

Acknowledgements

This plugin is build for the use together with bluesky built by the TU Delft Air Traffic Management department.

Status

Ready for Release - Working Version 1.1

About

The open source air traffic simulator

License:GNU General Public License v3.0


Languages

Language:Python 82.8%Language:HTML 11.0%Language:C++ 2.8%Language:GLSL 2.6%Language:CSS 0.7%Language:Makefile 0.1%Language:Rich Text Format 0.0%Language:Batchfile 0.0%