https://github.com/hansschouten/aerovision
Flight Trajectory Visualisation Toolkit
https://github.com/hansschouten/aerovision
flight-simulation flight-visualization geodata google-earth kml visualisation
Last synced: 5 months ago
JSON representation
Flight Trajectory Visualisation Toolkit
- Host: GitHub
- URL: https://github.com/hansschouten/aerovision
- Owner: HansSchouten
- Created: 2016-07-14T13:43:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T18:36:53.000Z (about 5 years ago)
- Last Synced: 2024-11-08T00:31:05.721Z (6 months ago)
- Topics: flight-simulation, flight-visualization, geodata, google-earth, kml, visualisation
- Language: Python
- Homepage:
- Size: 448 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AeroVision
> Flight Trajectory Visualisation ToolkitAeroVision is a Python tool specialised in transforming flight data into various KML visualisations that can be displayed in 3D using Google Earth.

## Installation
Dependencies can be installed by running `setup.sh`.
## Usage
The following command line arguments are supported:
```
$ aerovision.py -f -o -v timespan|animation
```
This is also displayed by running `aerovision.py -h`.All arguments are optional, with the following default settings if an argument is omitted:
```
flights file: data/flights.csv
out file: output/flights.kml
visualisation type: animation
```