Skip to content

Web GIS that visualizes Twitter and Foursquare data as heatmaps.

License

Notifications You must be signed in to change notification settings

mlotfian/heatmapviz

 
 

Repository files navigation

heatmapviz

Web GIS to visually communicate what is already public over social media. Data was collected using the APIs of Twitter and Foursquare for requesting georeferenced data. This project belongs to the GEOlab - Geomatics and Earth Observation laboratory, submitted to the LBS 2016 Conference in Vienna, Austria, titled as Joining Spatial Visualization Tools with Social Media Data Using Free and Open Source Tools.

screenshot

Requirements

* pip install Django==1.8
* postgres + postgis (http://www.postgresql.org/download/)
* pip install psycopg2
* pip install requests
* libspatialindex-dev
* pip install rtree
* pip install pyshp
* pip install oauth2
* pip install flickrapi
* pip install django-cors-headers
* pip install shapely
* pip install numpy

About

Web GIS that visualizes Twitter and Foursquare data as heatmaps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.1%
  • JavaScript 1.3%
  • C++ 1.2%
  • HTML 1.1%
  • C 1.0%
  • CSS 0.3%