openrouteservice
openrouteservice copied to clipboard
🌍 The open source route planner api with plenty of features.
- Key functionality added: Improved road bike average speeds - Reason for change: Road bike routing is very strange at the moment: a paved footway has speed 18, whereas a...
Core preparation time has increased after extending the set of core edge filters. In particular `TimeDependentCoreEdgeFilter` seems to introduce considerable slowdown. This performance penalty seems to be caused by the...
This is a feedback from a user that generated a hiking trip. #### Here's what I did https://classic-maps.openrouteservice.org/directions?n1=48.455734&n2=10.888309&n3=12&a=49.27978,9.689179,48.152243,11.544326&b=2b&c=0&k1=en-US&k2=km --- #### Here's what I got Some longer cycleway segments. --- ####...
#### Here's what I did See https://ask.openrouteservice.org/t/what-does-type-stand-for-in-segments-output/2701/17 `https://api.openrouteservice.org/v2/directions/driving-car/geojson` ``` {"coordinates":[[16.39933644,48.140432],[16.3986471,48.1405411]],"extra_info":["waytype"]} ``` --- #### Here's what I got ``` {"type":"FeatureCollection","features":[{"bbox":[16.399427,48.140437,16.399427,48.140437],"type":"Feature","properties":{"segments":[{"distance":0.0,"duration":0.0,"steps":[{"distance":0.0,"duration":0.0,"type":11,"instruction":"Head east","name":"-","way_points":[0,0]}]}],"extras":{"waycategory":{"values":[],"summary":[]}},"summary":{},"way_points":[0,0]},"geometry":{"coordinates":[[16.399427,48.140437]],"type":"LineString"}}],"bbox":[16.399427,48.140437,16.399427,48.140437],"metadata":{"attribution":"openrouteservice.org | OpenStreetMap contributors","service":"routing","timestamp":1619444352645,"query":{"coordinates":[[16.39933644,48.140432],[16.3986471,48.1405411]],"profile":"driving-car","format":"geojson","extra_info":["waycategory"]},"engine":{"version":"6.4.1","build_date":"2021-04-12T11:21:00Z","graph_date":"1970-01-01T00:00:00Z"}}} ``` The geometry only contains one single...
I'll see if I find the time to contribute that. for now, quick notes: ### Prepare your data Source: https://data.jrc.ec.europa.eu/dataset/jrc-ghsl-ghs_pop_gpw4_globe_r2015a ### Crop your raster using a mask if you don't...
If you are bicycle routing and the main surface is cobblestone, but its asphalt shared lane for bicycle. Like road here: https://www.mapillary.com/map/im/XvFKSELOowmz6V0XKlXZHE is tagged with: cycleway:surface=asphalt https://www.openstreetmap.org/way/518516528#map=16/53.8780/14.4548 but unfortunately openrouteservice...
Once upon a time there was a translations file you-know-where where client and backend translations lived happily in a giant spreadsheet. Then came the API redesign and a new client,...
#### Here's what I did See attached image. In the example the route starts and ends on two different bus streets. I have verified that the streets are indeed bus...
**Here's what I did:** https://ask.openrouteservice.org/t/navigation-for-agricultural/2660 https://classic-maps.openrouteservice.org/directions?n1=50.470849&n2=9.712837&n3=15&a=50.471175,9.711618,50.51916,9.681722&b=4d&c=0&k1=en-US&k2=km **Here's what I got:** Wrong route / not reflecting the agricultural-restrictions on certain roads (like in the example above). **Here's what I was expecting:**...
Hi, I updated from 6.1.0 to 6.3.0 (see my comment in #806 ) and I get `Search exceeds the limit of visited nodes` when calculating matrices. In the old version...