Live data from Hacker News

Show HN: A map that shows you how far you can go for a given time or distance

oalley.net

1–10 of 169 posts

Re: Show HN: A map that shows you how far you can go for a given time or distance

#4
This is a classic application of isochrone maps [1].

I used this Python code [2] to figure out where to live that had a reasonable commute.

However, these do not account for traffic conditions. The paid Google Maps API provides that information however and it is easily incorporated into the code.

[1] https://en.wikipedia.org/wiki/Isochrone_map

[2] isocronut: https://github.com/drewfustin/isocronut blogpost: http://drewfustin.com/isochrones/

Re: Show HN: A map that shows you how far you can go for a given time or distance

#8

Starting near London right clicking the map it then restricted to "France Only" (which I couldn't seem to change) and with 2 hours on a bike the result was a blob somewhere in the English Channel. Interesting concept though!

It looks like bike and train are just supported in France

Re: Show HN: A map that shows you how far you can go for a given time or distance

#10
post #5

this is really cool! i just wish such a tool was available for my city (stockholm)! do you have any plans on expanding beyond France in the future?

There is one: https://app.traveltimeplatform.com/#/search/0_lat=59.34543&0...
Post reply on HN