diff options
author | KatolaZ <katolaz@freaknet.org> | 2022-10-07 12:31:03 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2022-10-07 12:31:03 +0100 |
commit | e2a1fac9d016fb835446135ba1d6f439b6dc0fff (patch) | |
tree | b5f14bc0c51e6a38d38ffba376b2b7749ed4a542 /README.md | |
parent | 3d7b4bbb3362533f1506b0948364b35eeb1b305b (diff) |
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 ============ |