|
From: Jakob E. <nam...@go...> - 2013-03-17 13:37:32
|
Hello, the problem you need to solve is a type of map-matching problem. Take a look at the tools described here http://wiki.openstreetmap.org/wiki/Routing/Travel_Time_Analysis The tool http://wiki.openstreetmap.org/wiki/Routing/Travel_Time_Analysis/MatchGPX2OSM should solve the map-matching problem for you. You only need to overcome the mismatch between pure OSM maps and netconvert-imported OSM-Maps (some edges are split, others are joined). Duaraouter with the option --repair should be able to do this (shortest path routing across missing segments). Some glue coding is required to transform the MatchGPX2OSM output into valid duarouter inputs. regards, Jakob 2013/3/16 Thomas Paulin <con...@gm...>: > Hi Julian, > > As far as I understand your problem, eWorld might help you some of the way. > It is however not all that easy to get to work, but with it should at least > allow you to visually define a start and end point for a route and, > possibly as I'm not sure on this one, some via point. In any case you can > have a look at which tools they use and how they do it. > > Cheers, > Thomas > > On Sat, Mar 16, 2013 at 11:07 AM, Julian Zammit <jul...@gm...> wrote: > >> Hi there, >> >> I need to create a pretty large number of routes as part of a simulation >> and I'm hoping someone could point me in the right direction. Creating >> route files (for long-ish routes) would be tedious and time consuming >> considering that I'm using an imported OSM map (i.e. edges have lengthy >> IDs). >> >> Is there some way of tracing a route onto a map (OSM, JOSM?) and having a >> route file created? Or possibly even using a GPX file and having that >> converted to a route(.rou.xml)? >> >> Any help would be greatly appreciated! >> >> Thanks, >> >> Julian >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_mar >> _______________________________________________ >> sumo-user mailing list >> sum...@li... >> https://lists.sourceforge.net/lists/listinfo/sumo-user >> > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > sumo-user mailing list > sum...@li... > https://lists.sourceforge.net/lists/listinfo/sumo-user |