Commit graph

363 commits

Author SHA1 Message Date
Arndt Brenschede
f70f19d697 embedded_rails 2019-02-09 11:17:49 +01:00
Arndt Brenschede
137d87c085 added speed profile to json result 2019-01-26 19:50:04 +01:00
Arndt Brenschede
7547d5d820 maxspeed forward/backward 2019-01-23 23:22:15 +01:00
Arndt Brenschede
dfdfaedb5e removed memory-route + experimental codec (see experimental branch) 2018-12-31 17:04:05 +01:00
Arndt Brenschede
664925133a gzip encoding for route result 2018-12-31 16:53:31 +01:00
Arndt Brenschede
a9e8731b3e voice hints in json 2018-12-31 16:52:26 +01:00
Arndt Brenschede
68aebed3a5 stack sampling for RouteServer 2018-12-16 13:35:17 +01:00
Arndt Brenschede
a9684d58db endpoint catching range 5m -> 1,5m to avoid test regression 2018-12-16 13:34:09 +01:00
Arndt Brenschede
a81d1685db minor performance patch calcAngle 2018-12-16 13:33:14 +01:00
Arndt Brenschede
fb9334bf24 minor change to workariund a java6 profiling glitch 2018-12-16 13:32:16 +01:00
Arndt Brenschede
6bd435723f calcAngle back to clockwise positive + fine-tuning 2018-12-15 17:17:29 +01:00
Arndt Brenschede
20e1d5aabb fixed routing glitch at final segment 2018-12-14 00:56:29 +01:00
Arndt Brenschede
307a50b840 fixed scaling in routing animation 2018-12-13 18:17:28 +01:00
abrensch
02d053f189
Merge pull request #133 from Phyks/nogoPolyline
Fix nogo weights with polylines
2018-12-13 18:15:56 +01:00
Phyks (Lucas Verney)
240be06018 Fix nogo weights with polylines 2018-12-13 15:00:33 +01:00
Arndt Brenschede
4816c7be15 tuned costfactor limit for walking mode fallback 2018-12-12 23:43:29 +01:00
Arndt Brenschede
46c114ba1e minor changes to route energy + trackname+param 2018-12-12 23:18:05 +01:00
Arndt Brenschede
a5799d7253 cycleway:surface, see issue#131 2018-12-12 22:41:58 +01:00
Arndt Brenschede
35c46ecabf cycleway:surface, see issue#131 2018-12-12 22:34:59 +01:00
abrensch
cab8ca3dc8
Merge pull request #127 from Phyks/travelTime
Few fixes to travel time computation
2018-12-12 22:22:33 +01:00
abrensch
79fb1b607b
Merge pull request #132 from Phyks/gpxTrackName
Add a "trackName" GET parameter to the server part
2018-12-12 22:20:21 +01:00
Phyks (Lucas Verney)
430f2b8603 Add a "trackName" GET parameter to the server part to let users specify
the track name in the output files.
2018-12-12 15:47:08 +01:00
abrensch
0a8fa4df73
Merge pull request #117 from Phyks/nogoWeights
Allow custom nogo weights
2018-12-11 22:46:08 +01:00
Phyks (Lucas Verney)
000f1dfc69 Add tests for RoutingContext.calcAngle 2018-12-11 11:59:59 +01:00
Phyks (Lucas Verney)
1a2a1164f9 Fix a small bug in lat computation in CheapRulerSingleton and update
according to latest master branch.
2018-12-11 11:20:10 +01:00
Phyks (Lucas Verney)
2591f22348 Make nogo weight proportional to nogo distance
Compute the nogo cost as proportional to the length of the segment
inside the nogo area.
2018-12-11 08:53:43 +01:00
Phyks (Lucas Verney)
3479fd7323 Keep a cost of -1 for nogos which should never been entered to prevent them from being fed in the priority queue 2018-12-11 08:53:43 +01:00
Phyks (Lucas Verney)
910d6a0870 Allow custom nogo weights
This should help taking into account road works for instance.
2018-12-11 08:53:42 +01:00
abrensch
d95a200070
Merge pull request #130 from Phyks/distance
Follow up on distance rework
2018-12-10 22:28:13 +01:00
Phyks (Lucas Verney)
e0259e4cde Use center latitude for getLonLatToMeters calls 2018-12-07 14:25:19 +01:00
Phyks (Lucas Verney)
bd025875d4 Few fixes to travel time computation
* Takes `costfactor` into account for switching to walking mode.
* Better energy computation in hiking mode.
* Reword the `bikerMass` to make it clearer for different modes.
2018-12-07 10:49:08 +01:00
Phyks (Lucas Verney)
34f5258f5e Remove last use of rc.coslat 2018-12-07 09:15:03 +01:00
Phyks (Lucas Verney)
780e865870 Fix JavaDoc errors 2018-12-07 08:59:15 +01:00
Phyks (Lucas Verney)
d621964863 Radius are now stored in meters, to easily account for different
radiuses on X and Y axes.
2018-12-07 08:58:57 +01:00
abrensch
df9767b65e
Merge pull request #107 from saraedum/patch-1
Fix typo
2018-12-07 00:55:18 +01:00
Arndt Brenschede
ab2f5e3ae0 Better distance computation (revisited) 2018-12-07 00:45:12 +01:00
abrensch
e7afb236a6
Merge pull request #128 from Phyks/distance
Better distance computation - early merge, will do QS later...
2018-12-03 23:53:18 +01:00
Arndt Brenschede
7889bf85db no_entry/no_exit TRs 2018-12-02 18:33:35 +01:00
Phyks (Lucas Verney)
5a62480bd3 Remove some duplicate codes and magic numbers 2018-12-02 16:00:55 +01:00
Phyks (Lucas Verney)
c78b56645c Implement a cache for the cosine computation in CheapRuler. 2018-12-02 15:59:16 +01:00
Phyks (Lucas Verney)
665b7096e8 Add a basic implementation of CheapRuler and use it across code. 2018-12-02 15:59:16 +01:00
Arndt Brenschede
997beb0e96 bike ETA: more ele-filter, energy-correction 2018-11-25 20:15:09 +01:00
Arndt Brenschede
17be3653ae bike ETA: more ele-filter, energy-correction 2018-11-25 20:11:50 +01:00
abrensch
0faae6dea7
Merge pull request #126 from Phyks/travelTime
Fix travel time computation
2018-11-23 11:32:02 +01:00
Phyks (Lucas Verney)
b27e6262b5 Fix travel time computation 2018-11-23 10:03:05 +01:00
Arndt Brenschede
6e6c4a18b2 bike ETA fine-tuning 2018-11-23 00:44:24 +01:00
abrensch
c57eaf9eff
Merge pull request #125 from Phyks/travelTime
Travel time computation for bikes and foot
2018-11-23 00:04:25 +01:00
Phyks (Lucas Verney)
0cecf87102 Review
* Only call speed computation for the final segments.
* Replace the cubic equation solved by a Newton method.
* Handle bicycle=dismount.
2018-11-22 16:20:30 +01:00
Phyks (Lucas Verney)
e4d0b3adc5 Travel time computation for bikes and foot
Based on simple models for travel speed (Tobler's hiking function for
foot, constant power for bike).

Fixes #6.
2018-11-18 22:29:09 +01:00
abrensch
0390a6a266
Merge pull request #122 from Phyks/lookups
Update `lookups.dat`
2018-11-17 17:14:40 +01:00