Skip to content

Finding movies located nearby by year using geocoding and folium

Notifications You must be signed in to change notification settings

maxmyk/Movie-Locator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Locator

Movie Locator is a simple Python program that allows you to find movies shot nearby in a given year. Also it's capable of showing HeatMap of film shooting spots.

Using this application you can find interesting places to visit and new films to watch.

Installation

Use the package manager pip to install necessary libraries.

sudo pip install folium
sudo pip install geopy
sudo git clone https://github.com/maxmyk/Movie-Locator

Usage

cd Movie-Locator

Write 'sudo python main.py "Year" "Latitude" "Longitude" "location of your 'location.list'"' into console.

An example:

sudo python main.py 2016 34.0980950 -118.329802 "locations.list"

Than open the file called "map_d_m_Y-H:M:S.html"

Result:

alt text alt text

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Finding movies located nearby by year using geocoding and folium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published