summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2022-10-07 12:31:03 +0100
committerKatolaZ <katolaz@freaknet.org>2022-10-07 12:31:03 +0100
commite2a1fac9d016fb835446135ba1d6f439b6dc0fff (patch)
treeb5f14bc0c51e6a38d38ffba376b2b7749ed4a542 /README.md
parent3d7b4bbb3362533f1506b0948364b35eeb1b305b (diff)
add getgrid.c and amend README.md accordinglyHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index f9de941..86a4292 100644
--- a/README.md
+++ b/README.md
@@ -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
============