Title: | Geolocalization Of IATA Codes |
---|---|
Description: | Retrieve geographical information for airports using their IATA or ICAO codes. |
Authors: | Giulio Valentino Dalla Riva [aut, cre] |
Maintainer: | Giulio Valentino Dalla Riva <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1 |
Built: | 2025-03-05 03:01:10 UTC |
Source: | https://github.com/gvdr/whereport |
Geographical location and Iata, ICAO codes for 8965 international airports
Data_IATA
Data_IATA
A data frame with 8965 rows and 6 variables:
IATA code of the airport
ICAO code of the airport
Common name of the airport
Geographical location for the airport
Time zone of the location served
Months in which the Daylight Saving Time is observed
https://en.wikipedia.org/wiki/List_of_airports_by_IATA_and_ICAO_code
where_iata answers the question: "Where is located the airport with this IATA code?".
where_iata(IATA_code)
where_iata(IATA_code)
IATA_code |
a string or vector of strings containing the three letters IATA code(s) |
A dataframe containing IATA code, ICAO codes, Airport name, Location served, Time zone, and DST.
Some of the fields may be 'na'.
where_iata("YVR") where_iata(c("YVR","CHC"))
where_iata("YVR") where_iata(c("YVR","CHC"))