A package to retrieve FAA airport status
Project description
FAA Airport Status
This is a simple Python package used to retrieve data from the FAA's ASWS API. See https://app.swaggerhub.com/apis/FAA/ASWS/1.1.0 for API documentation.
Classes
The following classes are available and in some cases dynamically generated when retrieving data:
Class | Information Provided | Methods |
---|---|---|
ArriveDepartDelay | Airport, Status, Minimum delay, Maximum delay, Trend, Reason | |
GroundDelay | Airport, Status, Average delay, Reason | |
GroundStop | Airport, Status, End Time, Reason | |
Closure | Airport, Status, Begin Time, End Time, Reason | |
Nationwide | Total count of delays, Array of Ground delays, Count of Ground Delays, Array of Ground Stops, Count of Ground Stops, Array of ArriveDepart Delays, Count of ArriveDepart Delays, Array of Closures, Count of Closures | Update |
Airport | Code (provide when creating, IATA format), Name, City, State, ICAO identifier, IATA identifier, Bool of Supported Airport, Bool of any delays, Count of delays, GroundDelay object, GroundStop object, Depart Delay object (ArriveDepartDelay), Arrive Delay object (ArriveDepartDelay), Closure object | Update |
Methods Available
get_nationwide_delays(session)
requires an asyncio HTTP session (such as aiohttp.ClientSession) and returns a Nationwide object
get_airport_delays(airport_code, session)
requires the code for the airport to get delays for in IATA format (i.e. ATL for Atlanta) and an asyncio HTTP session (such as aiohttp.ClientSession) and returns an Airport object
Support
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for faadelays-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d96ecf97a2311b00d81fd9cf686d234d3b683876338bb41b129e99585b3b9b6a |
|
MD5 | c13133e10756ead43a11137cf9b19425 |
|
BLAKE2b-256 | a39c6c960a678a40c648e67463652a1b2340b32bd305cb89db241baf2db412f3 |