Skip to content

deblaci/airport_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

World of Airports

It's a python3 app that retrieves airports within a user provided radius(in km) of user provided lat/long point.

Installation

Python 3.7.2 need to be installed to run. Use the package manager pip to install cloudant.

pip install cloudant

Usage

python airport_finder.py --lat=<latitude> --lon=<longitude> --rad=<radius in km>

Example:
python airport_finder.py --lat=47.503665 --lon=19.0592053 --rad=50

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages