Ben Abelshausen
Ben Abelshausen
About the 13k edges, you have to look at the profiles as 'types' of edges. Try not to include any data about the edges like id's or names in the...
Just FYI: The Itinero.IO.Shape and Itinero.Geo code was moved back here after the stable release of NTS.
Can you share the actual lua file you are using?
That would be my guess, but in any issue the first step is reproducing it, that's why I asked for the exact profile. What I'm going to do first to...
You can get restrictions from the routerdb by using this method: https://github.com/itinero/routing/blob/develop/src/Itinero/RouterDb.cs#L484 The vehicle type there corresponds to the vehicle type used in the profiles: https://github.com/itinero/routing/blob/develop/src/Itinero/Osm/Vehicles/car.lua#L3
Can the above code be used to reproduce with the tiny network? If not can you share the code used to compare the timings on the smaller network? My time...
You are basically correct in you assumptions on graph.cs. Over the years I have found some room for improvement but it has to stay like this for now because of...
Hey, sorry all, very busy with my day job. I still follow here but fixing this (and first figuring out what the root cause is) will take me a few...
The routerdb format will stay unchanged as much as possible. We're planning for all bigger changes now to go into the development of Itinero2. Itinero 2 will change quite a...
@airbreather Yes, that would be best. But on top of that it's probably also useful to determine what data can be used with memory-mapping and what data should always be...