Initial import

This commit is contained in:
2026-02-14 15:59:31 +01:00
parent 05dcea3c2b
commit f1ecbfaf8d
19 changed files with 2675 additions and 0 deletions

10
util/maidenhead/doc.go Normal file
View File

@@ -0,0 +1,10 @@
// Package maidenhead implements the maidenhead locator system.
//
// The Maidenhead Locator System (a.k.a. QTH Locator and IARU Locator) is a geocode system used
// by amateur radio operators to succinctly describe their geographic coordinates, which replaced
// the deprecated QRA locator, which was limited to European contacts.
//
// Maidenhead locators are also commonly referred to as QTH locators, grid locators or grid
// squares, although the "squares" are distorted on any non-equirectangular cartographic
// projection.
package maidenhead