QSO into a Maidenhead grid
Project description
QsoGrid
Draw your Amateur Radio QSOs into a Maidenhead grid square map.
QsoGrid is a simple, command-line utility written in Python that processes an Amateur Data Interchange Format (ADIF) log file and generates a visual map highlighting all the unique Maidenhead grid squares worked.
Install from PyPI (Recommended)
pip install qsogrid
Install from Source
If you want to install the latest version directly from this repository:
git clone https://github.com/0x9900/qsogrid.git
cd qsogrid
pip install .
Usage
Run qsogrid from your terminal, providing the required log file, output path, and your call sign.
usage: qsogrid [-h] -a ADIF_FILE -o OUTPUT -c CALL [-t TITLE] [-d DPI]
[-l LONGITUDE]
Maidenhead gridsquare map
options:
-h, --help show this help message and exit
-a ADIF_FILE, --adif-file ADIF_FILE
ADIF log filename
-o OUTPUT, --output OUTPUT
png output filename
-c CALL, --call CALL Operator's call sign
-t TITLE, --title TITLE
Title of the map
-d DPI, --dpi DPI Image resolution
-l LONGITUDE, --longitude LONGITUDE
Center the map around a specific longitude (default 0)
Example
This example processes the log file fred.adi, names the resulting image W6BSD-Grid.png, and sets the call sign to W6BSD:
qsogrid -a ~/tmp/fred.adi -o ./misc/W6BSD-Grid.png -c W6BSD -t "Worked Grids"
Result
The generated output is a visual representation of the Maidenhead grid squares worked, based on the GRIDSQUARE field in your ADIF log.
License
This project is licensed under the BSD 3-Clause "New" or "Revised" License.
Contributing
Contributions are welcome! If you find a bug or have a suggestion for a new feature, please feel free to open an issue or submit a pull request.
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 qsogrid-0.1.7.tar.gz.
File metadata
- Download URL: qsogrid-0.1.7.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcef598db8f8ffc5d0ac72fa1930da1dd0c670165c341431bf2b2587cad3dcfa
|
|
| MD5 |
77ee4c16438f41d0300c244edda9f83c
|
|
| BLAKE2b-256 |
9926f71d7f1e286a71a575f67a4a13bd84066af6fd80a40a7a993576f97098d2
|
File details
Details for the file qsogrid-0.1.7-py3-none-any.whl.
File metadata
- Download URL: qsogrid-0.1.7-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ff2ce77f868396fe1d93b9f6bd53dfc1a6f084b24f4ff32dd911683b2a87f49
|
|
| MD5 |
094cd869e89ab12356176b4de91b9ca0
|
|
| BLAKE2b-256 |
7066072e8a89ec99c854cf39d3b489a7fc45bf8073d02698cabb75a5a5693613
|