routing icon indicating copy to clipboard operation
routing copied to clipboard

The routing core of itinero.

Results 116 routing issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/8438349/76889300-a49e5380-6885-11ea-93ee-e9089a33e6a8.png) ![image](https://user-images.githubusercontent.com/8438349/76889361-bd0e6e00-6885-11ea-9f97-aef2549db114.png)

I am unable to use this library as it is detecting wrong route in 40% cases. can someone tell what wrong i am doing. here is result of one case...

I am using Itinero to calculate distance matrix among points and I have discovered, that in some cases there is a significant difference between results calculated using `RouterDb` with and...

If (lon1 = 179, lat1 = 0) and (lon2=-179, lat2=0) you will get distance about 40000 km. but must be 222 km. My fix below: var lat1Rad = (lat1 /...

https://github.com/itinero/routing/blob/8559dff47ae150592e686f1282cd2ec26d7e1d0d/src/Itinero/Algorithms/Contracted/Dual/ManyToMany/VertexToVertexWeightAlgorithm.cs#L183 Simply commenting them out seems to work for me as they are defined generically in the base class.

Hi, is it possible to get alternative route (or routes) path from one src and dst point? (multiple route)

Using profile from: https://github.com/itinero/GTFS/blob/features/shapes/src/GTFS.Shapes/Osm/profiles/train.lua From [email protected]% [41.8105,-87.76265] To [email protected]% [41.616356,-87.3693] Profile Shortest results in `RouteNotFound` exception while Profile Fastest has result with success: > LINESTRING (-87.762619018554688 41.810462951660156, -87.751045227050781 41.814109802246094, -87.74481201171875...

Are there any ways to merge two `RouterDb` objects? For example, I have `RouterDb` with multiple streets inside, and want to add a new street without recalculating all `RouterDb`. Or,...

``` /// /// A Train /// public class TrainProfile : Profile { private static Dictionary SpeedProfiles = new Dictionary { {"railway",90 }, {"railway_link",90 }, {"trunk",70 }, {"trunk_link",70 }, {"primary",50 },...

@xivk Hello sir,I am new to this topic , even to this foreign platform.. I have some questions and I will really appreciate the forgiveness if there is any word...