Python module
This module map_films_population.py create a world map using google geocoding api
and requests library. Mapped films released in user specified year and
also countries are colored by its population. Used databases: locations.list and world.json
This module creates html file with a such structure:
head
meta /meta
script /script
link /link
/head
body
div /div
scripts /scripts
/body
File coordinates_1960year.txt includes list of coordinates and title
of the films which were directed in 1960. That was done to reduce program execution time
to easily check it. If you want to rewrite these coordinates by another year just uncomment
112 line.