- Total number of correctly extracted routes: 36
- Total number of routes in OSM: 132
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"type": "public_transport", "price": {"amount": 270, "currency": "EUR", "estimated": false}, "endDate": "2015-08-26T14:35:00+02:00", "duration": 1620, "provider": "vbb", "segments": [{"name": null, "color": "#B1BECC", "stops": [{"lat": 52.529976, "lng": 13.403069, "name": "Torstraße 109, 10119 Berlin", "datetime": "2015-08-26T14:08:00+02:00", "properties": null}, {"lat": 52.529778, "lng": 13.401397, "name": "U Rosenthaler Platz", "datetime": "2015-08-26T14:10:00+02:00", "properties": null}], "icon_url": "http://d1kdwmxr5eqxri.cloudfront.net/assets/vehicles/v0/walking-3c349c394bbbad68563756535afef59e.svg", "polyline": "kwr_IwxxpARCFnCDvB@`A@Z", "num_stops": 0, "short_name": null, "description": null, "travel_mode": "walking"}, {"name": "U8", "color": "#006BB2", "stops": [{"lat": 52.529778, "lng": 13.401397, "name": "U Rosenthaler Platz", "datetime": "2015-08-26T14:10:00+02:00", "properties": null}, {"lat": 52.525373, "lng": 13.405307, "name": "U Weinmeisterstr.", "datetime": "2015-08-26T14:11:00+02:00", "pro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"requestParameters": { | |
"date": "02-01-2016", | |
"mode": "BUSISH,WALK", | |
"arriveBy": "true", | |
"wheelchair": "false", | |
"fromPlace": "stop SE Jackson & 21st (8225)::45.444827,-122.640491", | |
"toPlace": "stop SE Washington & 25th (6152)::45.442931,-122.636815", | |
"time": "6:09am", | |
"maxWalkDistance": "804.672", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from time import sleep | |
import requests | |
from splinter import Browser | |
import thread | |
import pdb | |
def download_pdf(browser, route_name, weekday, direction): | |
pdf_url = browser.find_link_by_partial_href('FileOutputName')['href'] | |
response = requests.get(pdf_url) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html><head><title></title><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> | |
<script src='https://api.mapbox.com/mapbox.js/v2.2.3/mapbox.js'></script> | |
<link href='https://api.mapbox.com/mapbox.js/v2.2.3/mapbox.css' rel='stylesheet' /> | |
<style type='text/css'> | |
body { | |
font-family:'Helvetica'; | |
background-size:100%; | |
margin:0; | |
padding:0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Leaflet example | CartoDB.js</title> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | |
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" /> | |
<style> | |
html, |