Analyze geo data exported from VK using heat maps and Google API
This project extract geo-coordinates form user photo metadata from VK.
Save this data as tables in csv files.
After that showing the geo-points in map using heat map.
This procedure uses Google Maps API.
This is only demonstration project but it can be useful
for collecting information about most favorite places.
I wrote an short article
about this project. May be it will describe more.
A file likeplaces.ipynb including full code of this project.
A file main.py including some API calls that I’ve not test (this code was imported from Betepok
user).