This is a Python script for parsing ADIF (Amateur Data Interchange Format) files and extracting metrics on bands, modes, countries, and stations.
- Parses an ADIF file and extracts metrics on bands, modes, countries, and stations.
- Outputs the metrics to a CSV file.
- Supports alphabetical sorting of metrics for better readability.
- Clone the repository:
git clone https://github.com/PartTimeLegend/adif-parser.git
- Navigate to the project directory:
cd adif-parser
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python main.py <path_to_adif_file> <output_csv_file>
Replace <path_to_adif_file>
with the path to your ADIF file and <output_csv_file>
with the desired filename for the CSV output.
- Python 3.x
- pycountry library
This project is licensed under the MIT License. See the LICENSE file for details.