Skip to content

ajnisbet/biking-to-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Biking to Work

The code behind my blog post.

Requires a Project OSRM HTTP instance running, and some OpenStreetMap data. I used California.osm.pbf from Geofabrik, and docker for OSRM:

docker run 
	-p 5000:5000
	--name osrm-api
	-v ~/biking-to-work/profile.lua:/osrm-build/profile.lua
	-v ~/biking-to-work/osrm-data/:/osrm-data/
	cartography/osrm-backend-docker:latest
	osrm
	California

About

Building an isochrone map for my morning commute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published