FlightAnalysis icon indicating copy to clipboard operation
FlightAnalysis copied to clipboard

This library extracts flight information from aircraft movements like departure airfield and time, arrival airfield and time, total flight time and more.

Results 10 FlightAnalysis issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Extended PositionUpdate and Flight using further properties device id, aircraft type and address type.

As we're already using a spatial map, why not record all aircraft which pass at a certain distance (2km?). Additionally add an event to record when an encounter happens and...

enhancement

In order to collect a key piece of information we're going to determine one of three launch methods; - Winch - Aerotow - Self start Each launch method has its...

enhancement

In order to free up unused memory and ensure process stability; dispose a flight context instance from the `FlightContextFactory` after a predetermined inactivity period. Best implemented together with #19.

bug
enhancement

In order to properly dispose expired context instances to spare memory in long running processes, and properly fire triggers, bot in real-time situations as well as batch processing, we'd need...

bug
enhancement

In case either the departure or arrival information could not be determined exactly, create a best effort estimate of this location.

Currently only arrival and departure runway headings are available. Modify the flight processing logic in such way that; - The circuit direction is known (left hand or right hand) -...

enhancement

Move certain estimation which are currently done within Skyhop (see https://skyhop.org/documentation/features/flight-analysis), to this library. - Bank angle [°] - Horizontal acceleration [m/s²] - Kinetic energy [Joule/kg] - Lift [Newton/kg] -...

enhancement

In practice it occurs fairly often that aircraft start taxiing and take off immediately without coming to a full stop. These flights are being detected, however, the start position and...

enhancement