kajojify / 3_bars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3_bars

The script computes the biggest bar in Moscow, the smallest bar in Moscow and the nearest bar as well.

The script takes coordinates of user's location as input.

The data about Moscow bars was taken from http://data.mos.ru/opendata/7710881420-bary

The distance is calculated according to the Great-circle distance formula (unfortunately without usin geopy).

How to run

Clone this repository. Then go to the repository directory.

Run the script:

python3 bars.py

About


Languages

Language:Python 100.0%