ropensci / parzer

Parse geographic coordinates
https://docs.ropensci.org/parzer
Other
63 stars 6 forks source link

ICAO style coordinates #11

Open espinielli opened 5 years ago

espinielli commented 5 years ago

You could be interested to support ICAO-style coordinates format: see my implementation at https://trrrj.ansperformance.eu/reference/parse_lat_icao.html

Feel free to [ab|mis]use 😉 docs/code. HTH.

sckott commented 5 years ago

thanks for opening the issue @espinielli

So ICAO is the format used by all pilots?

espinielli commented 5 years ago

That format is used in AIP (Aeronautical Information Publication), see for example Heathrow's charts.

I think that pilots and air traffic controllers have a different phraseology to spell coordinates out on the radio channel.

sckott commented 5 years ago

Thanks, who uses these AIP reports/charts? Just curious as to the use case

espinielli commented 5 years ago

All kind of people/systems: pilots, ATC (indirectly because the data is coming to their screens via support systems that "digest" what is published in the AIPs), Aircraft Operators (via Flight Planning systems)...

sckott commented 5 years ago

okay, thanks - does sound like a significant use case.

I'm planning to submit this through our ropensci review system. I'll probably wait until after that's done to attempt this, but i may try it out on a branch soon