Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

geospace-code/maidenhead-julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maidenhead <-> Lat/Lon

maidenhead provides a simple, yet effective location hashing algorithm. Maidenhead allows global location precision down to 750m

Maidenhead provides 4 levels of increasing accuracy

Level Precision
1 World
2 Regional
3 Metropolis
4 City

We also have Maidenhead conversion for Python

lat lon to Maidenhead locator

toMaiden(lat, lon, level) 

returns a char (len = lvl*2)

Maidenhead locator to lat lon

toLoc("AB01cd") 

take any string and returns topleft lat, lon of Maidenhead grid square.

About

Maidenhead <-- WGS84 coordinate conversion in Julia

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages