Web-map creation module. The output web map shows information about places where movies were filmed that were shot in a particular year. The user specifies for films of which year they want to build a map and as a result receives an html file.
- To make a web-map please run main module: mapmaker.py and put in the year and number of location
- Map has some tools such as measuring distances and areas, full-screen mode, layers with different tags. Try it!
- This module uses data from IMDB database (locations.list). It is possible to parse the file and update the data using parser.py, read function's documentations inside to get to know how to do it
- To add new films from file which has new locations you can also use parser.py, but you should have your Google Maps Geocoding API key. You can get it at https://developers.google.com/maps/documentation/geocoding/start
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Just download all files and start using. You are free to use this.
All you need is Python, web-browser and text editor(e.g. Atom). Do not forget to install required packages from requirements.txt
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to me.
- Iryna Popovych - Initial work - IrynaPopovych
This project is licensed under the MIT License - see the LICENSE.md file for details