Is it possible to do routing with a preference for dirt roads and\or trails? I see this 2012 thread about the road classifications needing cleanup and that the proper way to specific this kind of information is using the surface and smoothness keys. Any thoughts if this miss-classification would still be a widespread problem in the US? Does the routing engine have parameters for these kind of preferences? Thanks! asked 25 Feb '15, 23:38 AdvMap aseerel4c26 ♦ |
OSM is open data. The routing on OSM.org uses 2 open source routing software tools, OSRM and Graphhopper. You can download the data from OSM, and the source code from either of them, and run your own instance (on your own server) of OSRM or Graphhopper and configure them in many ways. You could then configure them to prefer off road routes and so forth. You'd need a bit more technological chops to do it. But you can do almost anything you want then. answered 27 Feb '15, 09:14 rorym |
This misclassification is still very much a problem in the US. Most rural tracks and dirt roads are tagged simply (and erroneously) as 'highway=residential' with no surface information whatsoever. I'd be interested to hear about your planned use and could perhaps offer a few suggestions as to other sources you could try. answered 26 Feb '15, 10:40 Richard ♦ My hope is that I can plan off-road\ADV motorcycle routes. I can see there with some tweaks to the codebas the routing would like be possible but that mostly the data is lacking. As I get more into this, maybe I can get some local ATV\4x4\ADV\DualSport clubs to help cleanup the data.
(01 Mar '15, 20:09)
AdvMap
1
That would be terrific: having road surface data for the rural US would greatly improve OSM. The US Forest Service data has detailed surface information for their land, and there are some state datasets (PA: http://www.dirtandgravel.psu.edu/resources/gis.html, IA: http://iowagravelroads.com/, CO: http://coloradogravelroads.com/). Getting this data into OSM would be a big win.
(02 Mar '15, 10:39)
Richard ♦
|
The BRouter web may be useful as you can set your own profiles (see example profiles on the web site)but it still comes down to how well the data is tagged. answered 26 Feb '15, 12:12 nevw |
I have use a Garmin Oregon 450 and with a routable openstreetmap.img file installed i can choose from a number of routing choices such as hiking, atv/off road driving or direct. How effective the former two modes are will depend upon the accuracy of the tagging at the time the img was created and how good the build of the img is. Sorry I don't have any experience of how the parameters you mention will effect routing. answered 26 Feb '15, 00:30 andy mackey Thanks for the reply, my question was specifically about the OSM routing functionality.
(26 Feb '15, 07:16)
AdvMap
meta: @AdvMap: you should describe what you mean by "OSM routing functionality" – in your question text (although it is a bit late now after all these more general answers …). Do you mean the basic routing function now on www.openstreetmap.org?
(27 Feb '15, 13:51)
aseerel4c26 ♦
|
Hi, the main map now has the ability to route with options of Bicycle, Car or Foot. At the moment limited to start and finish, no via points. Several other online OSM sites allow various forms of routing, have a look here :- http://wiki.openstreetmap.org/wiki/Routing/online_routers answered 26 Feb '15, 09:45 BCNorwich |
Are you really asking for a preference for unpaved and non-smooth roads, e.g. for mountain biking and hiking?
meta: please only ask one question in one question entry here - not two (how to routing and mis-classification)
yes @scai, routing for off-road motorcycling is what I'm hoping to be able to do.
Sorry for not replying sooner (sick). Thanks for all the links and suggestions. Lots of good follow-ups to look into!