bluesky icon indicating copy to clipboard operation
bluesky copied to clipboard

The open source air traffic simulator

Results 31 bluesky issues
Sort by recently updated
recently updated
newest added

TLDR: there is an issue with importing plugin logic when plugins import other plugins because they may get saved into ```sys.modules``` dict with a key of ```plugins.plugin``` instead of ```plugin```...

Hi Joost, I followed the source installation instruction to try to install the latest version, 2022-07-19, but failed to start it properly. 3 different computer systems were used for installation:...

Here is a draft pull requests that makes pandas ```DataFrame``` traffic arrays. It should also work with a ```GeoDataFrame```. This should help with performing vectorised calculations like when using state...

This pull request contains a couple of minor fixes regarding the OpenSky plugin, performance modeling, and waypoint speed interpretation. Furthermore, some larger changes regarding the MVP algorithm are included.

Upon reloading a scenario when completed, the session gui should reset the zoom setting (denoted by ++++ in the .scn file), currently it adds the zoom setting to the current...

hi, I am new to python and was trying to use BlueSky as an external backend service for my application which is not written in python. Is there an easy...

Hallo i have a question regarding the fuel flow. When i set up a flight plan and analyze the fuel flow i encounter some peculiar results. I am using the...

A couple of suggestions: 1. I have looked through the source code and can't seem to find a method for deleting a defined waypoint. This should be implemented to save...

Hello, Is it possible to customize the tool buttons from a plugin? ![Screen Shot 2022-01-28 at 12 01 24](https://user-images.githubusercontent.com/68777957/151536052-c80c2219-3d1a-4493-8978-ff9336fb831a.png)

Double clicking an aircraft, or typing in the aircraft callsign into the BlueSky console, displays the route of an aircraft on the GUI. Is there a way to hide the...