diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -36,6 +36,18 @@ The latter can be useful to check if a QSO with another ham radio station qualifies for one of the thousand miles per Watt awards. +`getgrid` -- compute the grid locator associated to lat-long coordinates +======================================================================== + +`getgrid` is a simple tool to compute the grid locator associated to a +latitude/longitude pair. The coordinates must be in degrees. + +Usage: getgrid <lat> <lon> + +Example: + + getgrid + Dependencies ============ |