Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 575 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 575 Bytes

geopy-map-lab

GeoMap

Python module which generates HTML map with 10 closest locations of film shooting for given year.
Extracts data from given text file-stored database.

Instalation & Usage

Install all the requirements with pip and clone the repository.
To run the script

python main.py <latitude> <longitude> <year> <path-to-file>

For in-terminal help, use

python main.py -h

License

MIT