Package 'whereport'

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

Help Index


Data_IATA

Description

Geographical location and Iata, ICAO codes for 8965 international airports

Usage

Data_IATA

Format

A data frame with 8965 rows and 6 variables:

IATA

IATA code of the airport

ICAO

ICAO code of the airport

Airport_name

Common name of the airport

Location_served

Geographical location for the airport

Time

Time zone of the location served

DST

Months in which the Daylight Saving Time is observed

Source

https://en.wikipedia.org/wiki/List_of_airports_by_IATA_and_ICAO_code


IATA localization

Description

where_iata answers the question: "Where is located the airport with this IATA code?".

Usage

where_iata(IATA_code)

Arguments

IATA_code

a string or vector of strings containing the three letters IATA code(s)

Value

A dataframe containing IATA code, ICAO codes, Airport name, Location served, Time zone, and DST.

Some of the fields may be 'na'.

Examples

where_iata("YVR")
where_iata(c("YVR","CHC"))