Metadata-Version: 2.1
Name: cioat
Version: 0.0.1
Summary: COVID-19's Impact on Airport Traffic
Home-page: https://github.com/jiaoyang-x/covidT
Author: JIAOYANG XU
Author-email: jiaoyangxu307@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/jiaoyang-x/covidT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# cioat

The goal of this project is to visualize COVID-19's impact on airport traffic during Australia', 'Chile', 'Canada', 'United States of America (the).

Using a Geotab dataset, this dataset shows traffic to and from the Airport as a Percentage of the Traffic volume during the baseline period. 

The dataset is downloadable from:

https://github.com/jiaoyang-x/covidT/blob/main/covid_impact_on_airport_traffic.csv

# How to install cioat
You may need matplotlib library.

$ pip install matplotlib

$ pip install cioat

# How to run cioat
cioat program allows user to specify up to visualize COVID-19's impact on airport traffic.

$ python cioat.py

<img src='https://github.com/jiaoyang-x/covidT/blob/main/result.png' height=480 width=640>





