Re: [OSRM-talk] Shortest time versus shortest distance

2013-11-14 Thread Florian Lohoff
ignore_in_grid is good for or type. Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org https://lists.openstreetmap.org/listinfo/osrm

[OSRM-talk] via_points in output

2013-11-18 Thread Florian Lohoff
nodes which have a crossing with another road. So i was looking at the via_points. How are those chosen? Or would it be more feasible to extend the OSRM output a bit to dump these interesting nodes additionally? Flo -- Florian Lohoff f...@zz.de

Re: [OSRM-talk] What is the maximum number of alternate routes?

2013-11-18 Thread Florian Lohoff
what i found in the code ... Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org https://lists.openstreetmap.org/listinfo

[OSRM-talk] route_geometry

2013-11-18 Thread Florian Lohoff
the street to the loc= position? Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org https://lists.openstreetmap.org/listinfo

Re: [OSRM-talk] via_points in output

2013-11-18 Thread Florian Lohoff
the routes and calculate 3 new routes. A --x B | | | C Calculating A - B Calculating C - B Finding x Calculating A - x Calculating x - B Calculating C - c Flo -- Florian Lohoff

Re: [OSRM-talk] What is the maximum number of alternate routes?

2013-11-18 Thread Florian Lohoff
and returns an string object. It is an array of arrays e.g. it supports multiple alternative geometries from the format. The code does currently only return 1 geometry ever. I guess this can change anytime ;) Flo -- Florian Lohoff f...@zz.de

Re: [OSRM-talk] via_points in output

2013-11-18 Thread Florian Lohoff
much quicker - Breaking down routes in segments who show up multiple times. But to make the long story short - now breaks my graph selection algorithm ;) Some assumptions don't hold up finding the best graph now. So back to the drawing board :) Flo -- Florian Lohoff

Re: [OSRM-talk] mix kilometers and speed

2014-04-07 Thread Florian Lohoff
On Mon, Apr 07, 2014 at 02:23:37PM +0200, Martin Koppenhoefer wrote: Am 07/apr/2014 um 13:44 schrieb Florian Lohoff f...@zz.de: But driving on the motorway you'll consume the same amount of fuel than having a 6 cylinder 3,5l engine. So its not fuel per time but fuel per km and road

Re: [OSRM-talk] OSRM v0.3.9 release announcement

2014-04-29 Thread Florian Lohoff
in a series to bring major improvements in memory usage. Depending on the size and location of the extract, you can expect 25--45% improvements. Is that extract, prepare or routed memory improvement? Flo -- Florian Lohoff f...@zz.de

Re: [OSRM-talk] Island hopping

2014-10-14 Thread Florian Lohoff
will be happy. Dont try to paint over broken data. Flo 1) Connecting routable ways in OSM means you can choose the direction to any of the participating ways. An exception to this is when there is a turn restriction. -- Florian Lohoff f...@zz.de

Re: [OSRM-talk] Island hopping

2014-10-16 Thread Florian Lohoff
that require a mid-sea change of ship. It shouldn't. But the data says its possible. Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature ___ OSRM-talk mailing list OSRM-talk

Re: [OSRM-talk] Using OSRM linked into other code?

2014-11-08 Thread Florian Lohoff
and dumping geometries to a postgis. (Converting the JSON to WKT Linestring etc). This was on a quad-core with 16Gigabytes and a German extract. I did not let OSRM compress the geometry as bandwidth is not a problem on localhost e.g. (compression=false) Flo -- Florian Lohoff

Re: [OSRM-talk] osrm route directly from command line not via http possible?

2015-03-14 Thread Florian Lohoff
compression turned off. With perl getting the route and geometry and putting it as an WKT into a postgres on the same machine i observe 500 routes/s Flo -- Florian Lohoff f...@zz.de We need to self-defense - GnuPG/PGP enable your email today

Re: [OSRM-talk] arrive to destination on the adequate side in two-way streets

2015-03-10 Thread Florian Lohoff
postgis etc from the nearest road to your collection point near the street and add a fake turn restriction from the road ( only_right_turn ). Flo -- Florian Lohoff f...@zz.de We need to self-defense - GnuPG/PGP enable your email today

Re: [OSRM-talk] Route flapping / osrm-prepare adds randomness?

2015-07-01 Thread Florian Lohoff
not specified what order an json dictionary/object gets serialized but its interesting to see. BTW: I have seen this kind of route flap before 0.3.9 IMHO probably even before 0.3.4 - It just got more anoying as i process a lot more routes so the noise went way up. Flo -- Florian Lohoff

Re: [OSRM-talk] osrm-extract hangs on osmosis updated germany file

2015-06-29 Thread Florian Lohoff
On Mon, Jun 29, 2015 at 07:15:21PM +0200, Florian Lohoff wrote: On Fri, Jun 26, 2015 at 07:31:39PM +0200, Florian Lohoff wrote: Hi, i am regularly (every 4 hours or so) generating a new germany file with osmosis from planet diff (updating + cutting) and then convert

[OSRM-talk] Route flapping / osrm-prepare adds randomness?

2015-06-30 Thread Florian Lohoff
of the contracted hierarchies or is this expected behaviour e.g. a real bug? Flo -- Florian Lohoff f...@zz.de We need to self-defense - GnuPG/PGP enable your email today! signature.asc Description: Digital signature

Re: [OSRM-talk] osrm-extract hangs on osmosis updated germany file

2015-06-30 Thread Florian Lohoff
Hi Patrick, On Tue, Jun 30, 2015 at 08:47:00AM +0200, Florian Lohoff wrote: Hi, On Tue, Jun 30, 2015 at 12:33:20AM +0200, Patrick Niklaus wrote: Seems like you have some ways in your data that reference non-existing nodes (otherwise the bug would not have hit). That can happen

Re: [OSRM-talk] osrm-extract hangs on osmosis updated germany file

2015-06-30 Thread Florian Lohoff
to replicate the crash. When at work i put it up somewhere .. Flo -- Florian Lohoff f...@zz.de We need to self-defense - GnuPG/PGP enable your email today! ---BeginMessage--- Hi! I found two problems with the last planet file: 1. http

Re: [OSRM-talk] Project-OSRM: In need of advice; can offer some commercial support to you/ your projects in return

2015-11-24 Thread Florian Lohoff
ge with OSRM based on the type of vehicle and its restrictions. So you would need to create different sets for OSRM - Height e.g. 3.6m, 3.8m, 4m and e.g. weight 20to, 30to, 40to. There is no dynamic evaluation of the prepared graph. Flo -- Florian Lohoff

Re: [OSRM-talk] Accuracy of distance matrix calculation

2016-07-01 Thread Florian Lohoff
s also signage saying so: Maxspeed: http://www.mapillary.com/map/im/GhQe0Sz2_kFMdNBfNEurSg/photo On the very right side "Grüne Welle bei 60Km/h": http://www.mapillary.com/map/im/HEH51PLoU2n_gtcz0kN7pg/photo That means the average travel speed would be much more like 55km/h or something.

Re: [OSRM-talk] Released OSRM 5.6.0

2017-02-28 Thread Florian Lohoff
ds build a subgraph e.g. multiple interconnected roads and the area itself is access=destination. Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran away signature.asc Description: Digital signature ___

Re: [OSRM-talk] Visualising the hierarchy

2019-07-05 Thread Florian Lohoff
ns. So i get mails when routes change around me. (Every 2 hours i process routes) Selecting these grid nodes automatically by "importance" would be helpful to do this kind of monitoring on a wider range. Flo -- Florian Lohoff

Re: [OSRM-talk] maxspeed and speeds in car.lua

2019-08-22 Thread Florian Lohoff
rd/:backward suffixes etc. So the car.lua with the help of lib/maxspeed.lua and others do that estimation. If there is no maxspeed osrm has some assumptions for road classes. Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but

Re: [OSRM-talk] Comparing routes from different datasets

2020-07-14 Thread Florian Lohoff
t shortest) so you have flapping routes which you can only eliminate be disabling nodes in your network. Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran away signature.asc Description: PGP signature