Skip to content

Commit

Permalink
Valhalla additions
Browse files Browse the repository at this point in the history
- Change notebook references to Valhalla
- Fix use of .iloc, replace with .ix in Notebook
- Note change to Valhalla in README
  • Loading branch information
urschrei committed Jul 28, 2015
1 parent 8e32663 commit a99afdc
Show file tree
Hide file tree
Showing 3 changed files with 2,731 additions and 3,350 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Finally, the map is partitioned into *clipped* Voronoi cells based on the sensor

[![Cellular](data/voronoi_gh.png)](https://raw.githubusercontent.com/urschrei/Geopython/master/data/voronoi.png "Tesselate Everything")

[Bikepath](bikepath.ipynb): takes a subset of London bicycle hire stations, creates a DataFrame of all possible origin and destination pairs, and then uses MapZen's wonderful [open OSRM endpoint](https://mapzen.com/blog/osrm-services) to get valid bicycle routes between them. These routes are then plotted (it's just the first 400 – there are over 490k origin / destination pairs in total) on a map.
[Bikepath](bikepath.ipynb): takes a subset of London bicycle hire stations, creates a DataFrame of all possible origin and destination pairs, and then uses MapZen's wonderful [open Valhalla endpoint](https://mapzen.com/projects/valhalla) to get valid bicycle routes between them. These routes are then plotted (it's just the first 400 – there are over 490k origin / destination pairs in total) on a map.

[![Bikepath](data/london_bike_routes_gh.png)](bikepath.ipynb "Unpleasantly vascular, no?")

Expand Down
Loading

0 comments on commit a99afdc

Please sign in to comment.