Show HN: I built a transit travel time map
51–60 of 97 posts
Re: Show HN: I built a transit travel time map
#52E.g. pick a point on a map, sum the area of the isochrone (30minute area? weighted sum?) to get a value at that point. Then redraw a heatmap of those points.
Re: Show HN: I built a transit travel time map
#53Public service announcement - these kind of maps are known as isochrone maps and they're anything but new, but are (IMHO criminally) unpopular. They're extremely helpful when house hunting. https://en.wikipedia.org/wiki/Isochrone_map
Agreed. It took weeks of researching to find this term when I was looking to optimize travel time search. Once I did, everything became easier! Ended up forking Open Transit Planner, this was back in 2015. Turned 40 minutes real estate searches into 40ms or so.
Re: Show HN: I built a transit travel time map
#54Re: Show HN: I built a transit travel time map
#55Public service announcement - these kind of maps are known as isochrone maps and they're anything but new, but are (IMHO criminally) unpopular. They're extremely helpful when house hunting. https://en.wikipedia.org/wiki/Isochrone_map
Agreed. It took weeks of researching to find this term when I was looking to optimize travel time search. Once I did, everything became easier! Ended up forking Open Transit Planner, this was back in 2015. Turned 40 minutes real estate searches into 40ms or so.
Re: Show HN: I built a transit travel time map
#56I work on some of the rust libraries you've used. If you'd like to ask questions about rust+geo or do a show & tell, consider joining us in the georust discord: https://discord.com/invite/Fp2aape
I'm also always interested to hear new people's experience building real things with our libraries. What were the hangups?