Skip to content

Instantly share code, notes, and snippets.

@sergiolucero
Last active June 4, 2018 21:09
Show Gist options
  • Save sergiolucero/be185172d8beea054962e3fd5716b580 to your computer and use it in GitHub Desktop.
Save sergiolucero/be185172d8beea054962e3fd5716b580 to your computer and use it in GitHub Desktop.
Citybik.es + here.com APIs
BIKE_URL = 'https://api.citybik.es/v2/networks?fields=id,location,href'
HERE_URL = '''https://route.cit.api.here.com/routing/7.2/calculateroute.json?
app_id=arVngf4Gl3gIU145UGVB&app_code=Pas2aQELd9IynApEQ4m8jg&
waypoint0=geo!52.5,13.4&waypoint1=geo!52.5,13.45&
mode=fastest;bicycle''' # or car
BACKUP = 'https://github.com/sergiolucero/hereapi/blob/master/DATA/bikesystems.csv'
@sergiolucero
Copy link
Author

sergiolucero commented Jun 4, 2018

step1
step2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment