Also, 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.
Show HN: Valhalla, an open source routing engine
31–40 of 56 posts
Re: Show HN: Valhalla, an open source routing engine
#32Does anyone know how good the OpenStreetMap data is? I thought I'd heard that it was pretty incomplete.
The road data is very good to excellent in most of the developed/Western world, particularly in Europe.
The footpath data is really the only available of online global maps, and is often excellent (down to details of surface quality).
The POI data is very good in continental Western Europe (down to trees, benches, water fountains etc), and then otherwise will vary depending on the city, or the country.
Re: Show HN: Valhalla, an open source routing engine
#33There is also a Postgres/Postgis extension pgRouting (http://pgrouting.org/) that will do routing in the database.
Re: Show HN: Valhalla, an open source routing engine
#34Re: Show HN: Valhalla, an open source routing engine
#35Re: Show HN: Valhalla, an open source routing engine
#36I think I may have found an issue with this. I tried to get directions, and it fell off a random road and then proceeded to have me swim across the San Francisco Bay: - http://i.imgur.com/wWilOoC.png
Your feature/bug: the router told you to take a ferry. You'll see the ferry route represented here: http://www.openstreetmap.org/search?query=SF%2C%20CA#map=13/...
Re: Show HN: Valhalla, an open source routing engine
#37Looks great! I really like the norse themed repository names ... though I'm not familiar with "demos" and "conf", are they some sort of mythical norse figures as well?
Conf, the lesser known God of configurations and setups. He made sure that everything was well defined in a single place in a concise format, such as acceleration due to gravity, etc.
Re: Show HN: Valhalla, an open source routing engine
#38Earlier quoted context omitted.
Are you a salesman by any chance?
Nah. Ebay already solved that problem.
Re: Show HN: Valhalla, an open source routing engine
#39Re: Show HN: Valhalla, an open source routing engine
#40Earlier quoted context omitted.
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.
Glancing at the Valhalla repos, it looks like the MIT license across the board: https://github.com/valhalla ; https://github.com/valhalla/thor/blob/master/COPYING ; https://github.com/valhalla/chef-valhalla/blob/master/LICENS... ; etc... Also, it's not so much that the routing engines are proprietary -- the best ones are not. The underlying databases are the secret sauce.