项目作者: GRomR1

项目描述 :
Analyze geo data exported from VK using heat maps and Google API
高级语言: Jupyter Notebook
项目地址: git://github.com/GRomR1/python-vk-favourite-places.git
创建时间: 2019-11-24T18:25:19Z
项目社区:https://github.com/GRomR1/python-vk-favourite-places

开源协议:MIT License

下载


Processing data collected from VK & Google

Using Python Jupyter

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.

sevaspol2018

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).