Skip to content

Convert FlightAware KML tracklogs to G1000 CSV for importing to ForeFlight

License

Notifications You must be signed in to change notification settings

dscpsyl/FlightawareToForeflight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


KLM to G1000

A simple CLI to convert KML files from local directories or flightaware.com to Foreflight G1000 format.

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

KTG Screen Shot

A CLI app to convert FlightAware KML tracklogs to G1000 CSV for importing to ForeFlight for those who do not have mobile ADS-B that can connect directly to ForeFlight for breadcrumbs. This is a forked project that extends the basic functionality and code structure of the existing project.

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You will need the following modules to run this program:

  • Python 3.10
  • lxml
  • glob
  • requests
  • beautifulsoup4
  • datetime
  • pandas

Installation

  1. Clone the repo
    git clone https://github.com/dscpsyl/FlightawareToForeflight.git
  2. Install the dependencies listed above. (requirements.txt coming soon...)
  3. run the program
    python3.10 main.py

(back to top)

Usage

There are currently three different options to use the CLI:

  1. Local: Convert KML files from a local directory. Supply the full path to the directory. Otherwise, it defaults to the Downloads folder.
  2. Flight Search: Search for a flight on flightaware.com and download the KML tracklog. Supply the tailnumber, and the CLI will guide you.
  3. Flight Link: Supply a direct link to a flightaware.com KML tracklog. The link should end with .../tracklog.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

SimYouLater - @SimYouLater28

Project Link: https://github.com/dscpsyl/FlightawareToForeflight

(back to top)

About

Convert FlightAware KML tracklogs to G1000 CSV for importing to ForeFlight

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%