la5nta / wl2k-go

A Winlink framework for Go.
https://getpat.io
MIT License
50 stars 20 forks source link

cmd/wl2k: Display distance to node in rmslist #14

Closed martinhpedersen closed 8 years ago

martinhpedersen commented 8 years ago

Need a way to calculate distance between maidenhead locators for this.

frspin commented 8 years ago

If needed, I have done some work in Python3/Qt5 for calculating a table of Winmor station starting from rmslist. I calculate distance, bearing, path reliability and path quality (using itshfbc)

Regards Franco Spinelli IW2DHW

martinhpedersen commented 8 years ago

Hi again Franco,

this sounds interesting. It would be nice to see the code so I have some reference. Are the source code available online?

frspin commented 8 years ago

Il 01/11/2015 13:51, Martin Hebnes Pedersen ha scritto:

Hi again Franco,

this sounds interesting. It would be nice to see the code so I have some reference. Are the source code available online?

No source online. Is attached to this mail.

A "main" (tablemodel.py) and a library (voacap). Python3 and PyQt required for GUI.

GUI is copied from example in Internet. Function for distance and bearing are converted form a C library Voacap id adapted from pythonprop

Use it as needed. No copyright problem at all for me!

Regards

Franco Spinelli IW2DHW

martinhpedersen commented 8 years ago

Sorry, but attachments does not work on github issues. I have sent my regular email address to you via winlink. If you could send the source code to that address, I would really appreciate it.

This sounds very good, thank you for sharing it with the project :)

martinhpedersen commented 8 years ago

This issue was moved to la5nta/pat#4