Skip to content

sbostick/amrad-pota-adif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Convert POTA logs (input.yaml) to ADIF files (*.adi) for upload to https://pota.app. Gets the job done for now.

  • See Makefile for invocation example
  • Entry point is src/main.py

Typically I use pen and paper to log pota contacts. Then I manually enter the data into the "HAMRS" app (running Apple MBP-M1). Then I export the POTA log to an ADI file for upload.

HAMRS seems to be broken on this platform.

References

IDIF Specification

QRZ Lookups

Python XML Parsing and Traversal

Python Jinja2