Skip to content

FLIRT uses airline flight schedule data to map the commercial flight network. It shows direct flights from a selected location, and can simulate passengers taking multi-leg itineraries.

License

Notifications You must be signed in to change notification settings

ecohealthalliance/flirt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLIRT

Network analysis tool that enables users to examine flight networks to identify where infected travelers and contaminated goods are likely to travel to. Connectedness between airports using passenger, cargo, and network data is calculated.

Installation

cd app/
make install && make update

Running

cd app/
make run

Updating

cd app/
make update

Populating the database

While the app is running:

cd data/
make download
make restore

Flushing the database

cd app/
meteor reset

About

FLIRT uses airline flight schedule data to map the commercial flight network. It shows direct flights from a selected location, and can simulate passengers taking multi-leg itineraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published