IATA code to longitude and latitude

版本 1.1.0.0 (1.9 KB) 作者: Tom K
A function enabling the easy extraction of longitude and latitude data from an IATA code.
401.0 次下载
更新时间 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