Skip to content

open-aviation/adscparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser for OpenSky ADS-C files

A Python tool for parsing ADS-C text files from the OpenSky Network: https://zenodo.org/records/13919610

Installation

Then install the package:

pip install git+https://github.com/open-aviation/adscparse 

Usage

adscparse INPUT_FILE OUTPUT_FILE [--limit N]

Arguments

  • INPUT_FILE: Path to the input ADSC data file
  • OUTPUT_FILE: Path for the output file (supports .json, .jsonl, and .csv formats)
  • --limit: Optional parameter to limit the number of flight blocks to process for testing purposes

About

A parser for OpenSky ADS-C txt files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages