IATA code to longitude and latitude

버전 1.1.0.0 (1.87 KB) 작성자: Tom K
A function enabling the easy extraction of longitude and latitude data from an IATA code.
다운로드 수: 402
업데이트 날짜: 2012/3/20

라이선스 보기

An input of a 3 character IATA code string and outputs the relevant longitude and latitude of the airport.

Using a Matlab's URLread and regexpi to read and extract the data from the relevant websites (in this case wikipedia =>toolserver.org/~geohack/

Lookups take under a second (depending on your internet speeds).

인용 양식

Tom K (2024). IATA code to longitude and latitude (https://www.mathworks.com/matlabcentral/fileexchange/35749-iata-code-to-longitude-and-latitude), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Added the ability to handle and input of a vector of strings.

1.0.0.0