Skip to content

Repository to generate single-tree, bi-directional graph of the world's airports and their destinations. (Result used in COSC1 Lab4, as of Winter 2023)

Notifications You must be signed in to change notification settings

bendlev/airport_graph_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airport_graph_project

Repository for the development of the COSC1 Lab 4 assignment to be deployed at Dartmouth College in Winter 2023. All files are original work, unless specified otherwise.


This repo contains all of the files necessary to generate airport_graph.txt. The universe of this file is all airports in the world, based on the most recent data from the OpenFlights project (data until 2014).

The \raw folder contains airports.dat and routes.dat, OpenFlights files that are pulled in the build file. These are held in case the OpenFlights GitHub is deprecated.

Dependencies:

pandas package (python3.x -m pip install pandas) numpy package

Note:

This was developed on a Windows machine, file paths that work on that system may not work on other devices.

About

Repository to generate single-tree, bi-directional graph of the world's airports and their destinations. (Result used in COSC1 Lab4, as of Winter 2023)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published