Skip to content

bmtgoncalves/Mining-Georeferenced-Data

Repository files navigation

Mining Georeferenced Data: Location-based Services and the Sharing Economy

A hands on guide on using Python to collect, analyse and mine geo-referenced data from location based services (e.g. Foursquare, Twitter) and the Sharing Economy (Uber, Airbnb etc.).

This code can be better understood following the slides below from the original presentation at the PyData NYC conference.

Part 1 Slides by Bruno Gonçalves: http://www.slideshare.net/bgoncalves/mining-georeferenced-data

Part 2 Slides by Anastasios Noulas: http://www.slideshare.net/tnoulas/mining-georeferenced-data-locationbased-services-and-the-sharing-economy

Contents

  • Introduction to Twitter
  • Registering a Twitter Application
  • API Basics
  • Streaming Geolocated Tweets twitter
  • Filter Based on an arbitrary Polygon shapely, shapefile
  • Parse URLs urlparse
  • Register a Foursquare Application
  • Query Checkin Information foursquare
  • Parse webpages requests, BeautifulSoup and extract Checkin Information
  • Place Networks networkx
  • Place Centrality
  • Taxi Journeys Basemap
  • Querying Uber API

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages