3

How to get Latitude & Longitude from Airport code? I want to plot nearest airport and i have just IATA code but dont want to use data base or pre stored lat long.

Shoe
  • 74,840
  • 36
  • 166
  • 272
Kamal Pundir
  • 287
  • 4
  • 13
  • 1
    This isn't a programming question. Try google. You'll have much a much better chance of finding an answer there. – Pete Feb 01 '13 at 13:45
  • Related: http://stackoverflow.com/questions/10872154/get-only-iata-code-with-geocoding – Andrew Leach Feb 01 '13 at 15:01
  • 3
    Try http://openflights.org/data.html or http://ourairports.com/data/ or http://www.partow.net/miscellaneous/airportdatabase/ for the source data. – Jason Apr 28 '14 at 05:20

1 Answers1

1

WebServiceX has methods to look up an airport's information based on its code.

http://www.webservicex.net/ws/WSDetails.aspx?WSID=20&CATID=7

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445