Skip to content

Simple utility to generate proper ADIF for satellite contacts

License

Notifications You must be signed in to change notification settings

jeremymturner/pysatadif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate ADIF For Satellite QSOs

Quick Installation

pip install pysatadif

Upgrading

pip install --upgrade pysatadif

Quick Usage

$ pysatadif --satname SO-50 --timeon 0050 --qso N0CALL --qso N1CALL --qso N2CALL,DM00 --output adif

Full Usage

usage: pysatadif [-h] -s SATNAME -n TIMEON [-f TIMEOFF] [-d QSODATE]
[-g MYGRID] [-r MYRIG] [-c OPERATOR] [-t TXPWR] -q QSO [-o OUTPUT] [-v]
optional arguments:
-h, --help show this help message and exit
-s SATNAME, --satname SATNAME
 Satellites to track
-n TIMEON, --timeon TIMEON
 Start time of QSO (HHMMSS)
-f TIMEOFF, --timeoff TIMEOFF
 End time of QSO (HHMMSS)
-d QSODATE, --qsodate QSODATE
 QSO Date (YYYYMMDD)
-g MYGRID, --mygrid MYGRID
 My grid square
-r MYRIG, --myrig MYRIG
 My rig
-c OPERATOR, --operator OPERATOR
 My callsign
-t TXPWR, --txpwr TXPWR
 TX Power
-q QSO, --qso QSO
 QSO callsign and optionally grid (eg N0CALL,DN70)
-o OUTPUT, --output OUTPUT
 Output Format (text, adif)
-v, --verbose Print verbose debugging messages

Configuration

Run pysatadif once. Then see $HOME/.pysatadif/defaults.json

You may configure your callsign, maidenhead grid square, radio, and transmitting power which will apply to all passes. You may override these at any time by using the command-line switches.

Hints

If the QSO was made on the current UTC day, you may leave out the QSODATE parameter. If the QSO was made during the current UTC year, you may leave out the YYYY.

You may enter callsigns and grids in lower case, and they will be converted to upper case.

If you copied the other station's grid square, be sure to add it: -q N0CALL,AA00. If you don't have it, leave the comma and following out.

History

0.0.14 - Correcting README to reflect uploading and packaging to pypi 0.0.13 - Added error checking for timeon parameter 0.0.12 - Initial release 0.0.3 - Typo 0.0.2 - Moving data files to data, dynamically including them 0.0.1 - Initial Import, broken data files

About

Simple utility to generate proper ADIF for satellite contacts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages