I'm scanning the different subprojects on Github and I think Tyr is the one I need, but I'm not entirely sure..
Show HN: Valhalla, an open source routing engine
21–30 of 56 posts
Re: Show HN: Valhalla, an open source routing engine
#22Re: Show HN: Valhalla, an open source routing engine
#23A quick question: I have a list of 100+ million points with their geographical distance, but I want to improve it and calculate the "driving distance". How expensive in terms of time/ops would that be? I'm scanning the different subprojects on Github and I think Tyr is the one I need, but I'm not entirely sure..
Re: Show HN: Valhalla, an open source routing engine
#24A quick question: I have a list of 100+ million points with their geographical distance, but I want to improve it and calculate the "driving distance". How expensive in terms of time/ops would that be? I'm scanning the different subprojects on Github and I think Tyr is the one I need, but I'm not entirely sure..
Re: Show HN: Valhalla, an open source routing engine
#25A quick question: I have a list of 100+ million points with their geographical distance, but I want to improve it and calculate the "driving distance". How expensive in terms of time/ops would that be? I'm scanning the different subprojects on Github and I think Tyr is the one I need, but I'm not entirely sure..
So the 100+ million number is irrelevant.
Re: Show HN: Valhalla, an open source routing engine
#26Also, source code is here: https://github.com/valhalla
Since most routing software is proprietary, I think it would be good to combat it by using a strong copyleft on the Valhalla components. GPLv3+ for client software and AGPLv3+ for server software would be awesome.
Also, it's not so much that the routing engines are proprietary -- the best ones are not. The underlying databases are the secret sauce.
Re: Show HN: Valhalla, an open source routing engine
#27How does this compare to Project OSRM [1]? [1] https://github.com/Project-OSRM/osrm-backend
this blog post explains some of the major differences in the two architectures: https://mapzen.com/blog/valhalla-why_tiles
Re: Show HN: Valhalla, an open source routing engine
#28Does anyone know how good the OpenStreetMap data is? I thought I'd heard that it was pretty incomplete.
Re: Show HN: Valhalla, an open source routing engine
#29A quick question: I have a list of 100+ million points with their geographical distance, but I want to improve it and calculate the "driving distance". How expensive in terms of time/ops would that be? I'm scanning the different subprojects on Github and I think Tyr is the one I need, but I'm not entirely sure..
Are you a salesman by any chance?
Re: Show HN: Valhalla, an open source routing engine
#30Does anyone know how good the OpenStreetMap data is? I thought I'd heard that it was pretty incomplete.
There are also numerous dev gatherings that examine OSM applications and data quality. One starts in a few days: http://stateofthemap.us/program/ You might check out the program and see if your application area is addressed.
Summary: OSM data offers the best free geospatial vector data available. It is a good starting point. For serious commercial applications, however, the data are rarely ready "out of the box". You will almost certainly need to improve/transform/annotate the data for your own purposes. Keep in mind that consequential improvements are expected to be submitted back to the OSM project.