Airport¶
An airport class is used to identify characteristics of an airport, such as its location.
-
class
aerios.airport.
Airport
(iata_airport_code)[source]¶ Airport constructor.
- Parameters
iata_airport_code (string) – The three character Internatioanl Air Transport Association (IATA) code assigned to a given airport.
Sample constructor initialisations:
import aerios as ae # Create an instance of the Airport class for Doha airport. myairport = Airport('DOH')