Converts and ADIF file to a call history file usable by Not1MM and N1MM
Project description
adif2callhistory
This package allows you to load an arbitrary ADIF file and map the ADIF tags to N1MM or Not1MM call history file fields. After selecting the fields you wished to export, simply save the file under the name you give it.
Installation
This Python package is hosted on PyPi. It can be installed with pipx, pipx install adif2callhistory or you can use uv.
Selecting/loading an ADIF file
Click File -> Load ADIF I file picker will appear allowing you to select the file. If the file is parsed correctly the drop downs next to the call history field names will populate with the unique ADIF tags found.
One thing that will prevent an ADIF file from parsing is if the ADIF header does not start with a comment line.
So if your ADIF file looks like:
<ADIF_VER:5>2.2.0
<EOH>
<QSO_DATE:8:d>20220625
<TIME_ON:4>1806
Just add a line to the top like:
Some Text Here
<ADIF_VER:5>2.2.0
<EOH>
<QSO_DATE:8:d>20220625
<TIME_ON:4>1806
and retry it.
Mapping the fields to tags and saving the file
After the ADIF file is loaded and the drop downs are populated with tags, go down the list of fields, place a checkmark to the left of the desired field and select which tag to map to it.
Here's an example of fields selected and mapped to a Field Day ADIF file:
After selecting and mapping the fields select File -> Save Call History and choose a filename and location to save your file.
You will end up with something like:
!!Order!!,Call,Name,Loc1,Sect,State,Exch1
K6PV,,,LAX,CA,1D
K7SS,DANIEL A ESKENAZI,CN87tn,WWA,WA,1D
K6AA,UNITED RADIO AMATEUR CLUB INC,DM03ur,LAX,CA,3A
K0EU,RANDALL K MARTIN,DM79lp,CO,CO,1B
W3AO,NATIONAL PRESS RADIO CLUB,FM18pv,MDC,MD,1E
W6ZE,ORANGE COUNTY AMATEUR RADIO CLUB INC,DM13cs,ORG,CA,6A
...
Recent Changes
- [25-3-15] Bumped pyadif-file requirement to 1.3.1
- [25-3-10] Initial push.
Copyright
PyADIF-File © 2023-2024 by Andreas Schawo is licensed under CC BY-SA 4.0
PyADIF-File uses
xmlschema Copyright (c), 2016-2022, SISSA (Scuola Internazionale Superiore di Studi Avanzati)
xmltodict Copyright (c), 2012 Martin Blech and individual contributors
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file adif2callhistory-25.3.15.tar.gz.
File metadata
- Download URL: adif2callhistory-25.3.15.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fa9fea4c4b23324ad487a5bde218e5ff29dee3ec1bf187f57c624bf81f637b6
|
|
| MD5 |
27d5cee5c19e5c202d0a28a4cc7949ae
|
|
| BLAKE2b-256 |
3a7ee7d1bd7a39d8e925870df54acbfd21f67ba4f1ffae6dfd5be3e84a0878a2
|
File details
Details for the file adif2callhistory-25.3.15-py3-none-any.whl.
File metadata
- Download URL: adif2callhistory-25.3.15-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef637f0733b67587f3c7a05dcad6828f7aa7900c00b96c87debce0b68cb91c85
|
|
| MD5 |
783ae55c98b0a05edf11e0eccae5e43c
|
|
| BLAKE2b-256 |
91948d6ea0cade753e8345f23a94b0a47964e33aa0b58100634218b3ccd11907
|