All Projects → skyhop → FlightAnalysis

skyhop / FlightAnalysis

Licence: GPL-3.0 license
This library extracts flight information from aircraft movements like departure airfield and time, arrival airfield and time, total flight time and more.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to FlightAnalysis

jsigc
A browser-based viewer for gliding flight recorder logs.
Stars: ✭ 23 (+53.33%)
Mutual labels:  aviation, gliding
igc lib
A simple library to parse IGC logs and extract thermals.
Stars: ✭ 33 (+120%)
Mutual labels:  gliding
QFlightinstruments
QFlightInstruments is a Qt library containing flight instruments widgets including: Airspeed Indicator, Altimeter, Vertical Speed Indicator, Turn Coordinator, Attitude Indicator, Heading Indicator, Electronic Attitude Direction Indicator (EADI) and Electronic Horizontal Situation Indicator (EHSI).
Stars: ✭ 65 (+333.33%)
Mutual labels:  aviation
react-flight-indicators
Lightweight and simple Flight instruments/indicators written in React.
Stars: ✭ 16 (+6.67%)
Mutual labels:  aviation
firehose examples
Example programs that demonstrate how to use the FlightAware Firehose service
Stars: ✭ 30 (+100%)
Mutual labels:  aviation
c172p
A high detailed version of the Cessna 172P aircraft for FlightGear
Stars: ✭ 64 (+326.67%)
Mutual labels:  aviation
em-overview
Overview of the aircraft encounter models that support safety analysis and development of aircraft avoidance systems.
Stars: ✭ 14 (-6.67%)
Mutual labels:  aviation
leaflet-experiments
Demos and experiments with LeafletJS
Stars: ✭ 20 (+33.33%)
Mutual labels:  aviation
flare
nRF905 single-chip radio transceiver demodulator + FLARM protocol decoder
Stars: ✭ 51 (+240%)
Mutual labels:  aviation
airports-db
Public airports database API service based on GitHub
Stars: ✭ 17 (+13.33%)
Mutual labels:  aviation
Navigation
Airport editing has been stopped for the time being due to implementation changes in Infinite Flight
Stars: ✭ 36 (+140%)
Mutual labels:  aviation
atc-reinforcement-learning
Reinforcement learning for an air traffic control task. OpenAI gym based simulation.
Stars: ✭ 37 (+146.67%)
Mutual labels:  aviation
goflying
Go tools for flying
Stars: ✭ 15 (+0%)
Mutual labels:  aviation
aeyrium-sensor
A Flutter sensor plugin which provide easy access to the Pitch and Roll on Android and iOS devices.
Stars: ✭ 57 (+280%)
Mutual labels:  aviation
PlotRTL1090
3D visualization of air traffic through RTL-SDR (dump1090) and MATLAB
Stars: ✭ 107 (+613.33%)
Mutual labels:  aviation
RTLSDR-Airband
Multichannel AM/NFM demodulator
Stars: ✭ 487 (+3146.67%)
Mutual labels:  aviation
obsidian-aviation
Clean Markdown files for FAR/AIM and more
Stars: ✭ 18 (+20%)
Mutual labels:  aviation
descent-app
Top of descent path calculator. Let's calculate your descent!
Stars: ✭ 28 (+86.67%)
Mutual labels:  aviation
Cardinal-EMS
Aircraft engine management system using Qt.
Stars: ✭ 20 (+33.33%)
Mutual labels:  aviation
avbot-charts
Aviation charts
Stars: ✭ 20 (+33.33%)
Mutual labels:  aviation

skyhop logo


Thank you for checking out the documentation for the FlightAnalysis project! This library is a powerful tool to process a flight track into information you can directly enter into your (EASA) flight log. The idea behind this library is that it should be possible to extract basic flight information based on automatic position reports broadcasted by systems like ADSB or Flarm. An alternative would be to manually extract the flight log from the avionic systems and analyse these later using a specific tool.

This library is part of the foundation on which we run SkyHop, which is an automated digital logbook for general aviation.

Features

The following features are currently available in the library:

  • Post flight processing
  • Real-time flight processing (based on live feeds)
  • Tooling to help process information from either a single aircraft or a bunch of aircraft

Platform Support

The compiled libraries are targeting .NET Standard 2. Therefore you can use these starting from .NET Framework 4.6.1.

Installation

The library can be added to your project in a number of ways:

NuGet

The Skyhop.FlightAnalysis library is available through NuGet and can be installed as follows:

Install-Package Skyhop.FlightAnalysis

.NET CLI

To install the library through the .NET CLI you can use the following command:

dotnet add package Skyhop.FlightAnalysis

Building From Source

You can always grab the source on GitHub and build the code yourself!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].