Skip to content

Web-map creator. 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.

License

Notifications You must be signed in to change notification settings

ipopovych/web_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web_map

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

Getting Started

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.

Prerequisites

All you need is Python, web-browser and text editor(e.g. Atom). Do not forget to install required packages from requirements.txt

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to me.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Web-map creator. 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published