Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.
/ osdc Public archive

OpenSky Data Collector - collects and stores flight data into InfluxDB

License

Notifications You must be signed in to change notification settings

robinklaassen/osdc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSky Data Collector

The osdc Python package collects selected data from the Opensky API and stores it in an Influx database.

Installation

First install the opensky_api package by hand (since it's not on PyPI and PEP 508 sucks for dependencies):

pip install git+https://github.com/openskynetwork/opensky-api.git@master#egg=opensky_api&subdirectory=python

Then install this package:

pip install .

Configuring and starting

Start the collector using default configuration:

python -m osdc

To customize configuration, create a config.yml file and run:

python -m osdc --config config.yml

Have a look at the settings.py file to see what can be configured.

About

OpenSky Data Collector - collects and stores flight data into InfluxDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages