Show HN: A map that shows you how far you can go for a given time or distance
1–10 of 169 posts
Re: Show HN: A map that shows you how far you can go for a given time or distance
#2Re: Show HN: A map that shows you how far you can go for a given time or distance
#3Re: Show HN: A map that shows you how far you can go for a given time or distance
#4I 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
#5Re: Show HN: A map that shows you how far you can go for a given time or distance
#6Interesting concept though!
Re: Show HN: A map that shows you how far you can go for a given time or distance
#7Re: Show HN: A map that shows you how far you can go for a given time or distance
#8Starting 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!
Re: Show HN: A map that shows you how far you can go for a given time or distance
#9Re: Show HN: A map that shows you how far you can go for a given time or distance
#10this 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?