Skip to content

Python Script to calculate distance and bearing to other amateur radio station

Notifications You must be signed in to change notification settings

michaelsteiner-arch/QTHLoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

QTHLoc

Python Script to calculate distance and bearing to other amateur radio station

This claas you can use in your own python program.
It contains 3 functions:
ConvLocToDeg Converts max. 6 digits long QTH Locator into longitudinal and latitudinal values in degrees
ConvLocToRad As above, but in radians. Is used by CalcDistBear.
CalcDistBear Takes as Arguments 2 QTH locators and returns distance in Km and direction (bearing) in degrees.

Little error occours, because earth is not taken as elipsoid as in reality. Correction will follow in next version.

About

Python Script to calculate distance and bearing to other amateur radio station

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages