Films-map-project
UCU CS lab 1.2, 1st year
This program analizes films database with adresses, and creates a folium map with closest films to the coordinates.
Input from argparse : year, latitude, longitude.
To analise database, you shold change direction of file in the first line of main body of program.
There is a 30.000 lines limit in database, because more info causes browser crash when you try to open the map. This map consists of 25.088 labels, but browser can't open it properly :(
Program uses geopy, argparse, haversine, and folium libraries.