Skip to content

Hskl14/Flight-Aware-Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Flight-Aware-Web-Scraping

Gathering Flight Data For Social Network Analysis Using Selenium and BeautifulSoup from FlightAware

Required Python Libraries

  • BeautifulSoup(bs4)
  • Selenium(geckodriver)
  • Networkx
  • Datapackage

Usage

Required Arguments: --start Initial Airport Code (IATA Code) --edge-count Number of Edges to collect

Getting Started

This program collects needed amount of direct flight edges between airports and creates a .gexf file for Social Network Analysis. Both of the arguments are needed for the execution of the program.

python flight_data_to_gexf.py --start IST --edge-count 100

Data Sources

Airport Data: https://datahub.io/core/airport-codes/

About

Gathering Flight Data Using Selenium and BeautifulSoup from FlightAware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages