A Python tool for parsing ADS-C text files from the OpenSky Network: https://zenodo.org/records/13919610
Then install the package:
pip install git+https://github.com/open-aviation/adscparse
adscparse INPUT_FILE OUTPUT_FILE [--limit N]
INPUT_FILE
: Path to the input ADSC data fileOUTPUT_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