Skip to content

Instantly share code, notes, and snippets.

View sharifulgeo's full-sized avatar

Shariful Islam sharifulgeo

  • Bangladesh
View GitHub Profile
@sharifulgeo
sharifulgeo / cyrides-utils.py
Last active August 29, 2015 14:25 — forked from xydrolase/cyrides-utils.py
Sample code for retrieving all bus stops using Google's webservice. Theoretically, one could extract all venues within proximity of a given location.
#!/usr/bin/env python
import json
import re
import urllib
import random
import itertools
import time
import sys
class GMapsBusQuery: