Versions in this module Expand all Collapse all v0 v0.2.0 Feb 8, 2026 v0.1.3 Feb 8, 2026 v0.1.2 Feb 6, 2026 v0.1.1 Feb 6, 2026 v0.1.0 Feb 6, 2026 Changes in this version + const DictSize + const EMax + const EMin + const GridHeight + const GridWidth + const NMax + const NMin + const TotalCells + const W + func CellCenter(idx uint64) (E, N float64) + func CellIndex(E, N float64) (uint64, bool) + func FromLambert93(E, N float64) (lat, lon float64) + func IndexOf(word string) (int, bool) + func Shuffle(idx uint64) uint64 + func ToLambert93(lat, lon float64) (E, N float64) + func Unshuffle(idx uint64) uint64 + func WordAt(i int) string + type Address struct + W1 string + W2 string + W3 string + func Encode(lat, lon float64) (Address, error) + func (a Address) String() string + type Coordinate struct + Lat float64 + Lon float64 + func Decode(address string) (Coordinate, error)