Kevin Kreiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d4d51d6b7 
							
						 
					 
					
						
						
							
							Consider acceleration profile of vehicle travelling - particularly affects very short routes.  
						
						 
						
						
						
					 
					
						2019-02-10 00:53:40 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23c69f4c3d 
							
						 
					 
					
						
						
							
							Revert "Add stoppage penalty - consider acceleration and braking time, which can dominate short route ETAs."  
						
						 
						
						... 
						
						
						
						This reverts commit 05647adcc6 . 
						
					 
					
						2019-02-10 00:42:47 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							823d7e45e7 
							
						 
					 
					
						
						
							
							Revert "change phantom node to store an appx speed regardless of direction. use this speed to estimate an accel/decel penalty and scale the penalty based on the distance traveled up to a cutoff. only used in the table plugin at the moment. TODO still lives in the guidance assemble_leg area"  
						
						 
						
						... 
						
						
						
						This reverts commit ca55521c87 . 
						
					 
					
						2019-02-10 00:42:10 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kevin Kreiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca55521c87 
							
						 
					 
					
						
						
							
							change phantom node to store an appx speed regardless of direction. use this speed to estimate an accel/decel penalty and scale the penalty based on the distance traveled up to a cutoff. only used in the table plugin at the moment. TODO still lives in the guidance assemble_leg area  
						
						 
						
						
						
					 
					
						2019-02-09 02:31:26 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kevin Kreiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							05647adcc6 
							
						 
					 
					
						
						
							
							Add stoppage penalty - consider acceleration and braking time, which can dominate short route ETAs.  
						
						 
						
						
						
					 
					
						2019-02-08 15:32:26 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb2a46b8d9 
							
						 
					 
					
						
						
							
							Merge changes from  c1eda57c13 - add snapping=any|default parameter.  
						
						 
						
						
						
					 
					
						2019-02-03 10:40:26 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							1d82b01816 
							
						 
					 
					
						
						
							
							Count reverse offset from the back of the geometry, not the front.  
						
						 
						
						
						
					 
					
						2018-12-15 21:07:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							81bc2f41a6 
							
						 
					 
					
						
						
							
							When matching, ignore 'is_startpoint' propert, snap to any edge ( #5297 )  
						
						 
						
						... 
						
						
						
						Includes all edges in the rtree, but adds an `is_startpoint` flag to each.  Most plugin behaviour remains unchanged (non-startpoint edges aren't used as snapping candidates), but for map matching, we allow snapping to any edge.  This fixes map-matching across previously non-is_startpoint edges, like ferries, private service roads, and a few others. 
						
					 
					
						2018-12-13 17:10:32 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							06e010b4d0 
							
						 
					 
					
						
						
							
							Include information on estimates in table response ( #5259 )  
						
						 
						
						... 
						
						
						
						* Revert "Remove estimated_cells value in the response."
This reverts commit 364e35af06 .
* Update changelog.
* fix linting
* adjust fallback_speed check
* change [].includes to [].indexOf !== -1 for compatibility with node 4
* change param name
* more cuke tests
* fix formatting 
						
					 
					
						2018-12-11 12:21:57 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kajari Ghosh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01ca32c81c 
							
						 
					 
					
						
						
							
							Fix fallback speed validity checks ( #5300 )  
						
						 
						
						... 
						
						
						
						* fix fallback_speeds check to only accept values > 0
* add invalid_fallback_speed 
						
					 
					
						2018-12-10 14:53:30 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kajari Ghosh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e17f3010a 
							
						 
					 
					
						
						
							
							Add a multiplier to the matrix ( #5298 )  
						
						 
						
						... 
						
						
						
						* add a multiplier to the matrix
* add rounding
* remove scale_factor restrictions
* clamp for overflow error
* update check to match error message
* enforce clamping on < 0 and increase test coverage
* add an invalid scale_factor value to node tests
* increase test coverage
* changelog 
						
					 
					
						2018-12-10 13:41:44 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kajari Ghosh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							98ea2a0b09 
							
						 
					 
					
						
						
							
							remove destination/sources length <= coordinates length check ( #5289 )  
						
						 
						
						
						
					 
					
						2018-12-04 13:35:26 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4dde9c7bbe 
							
						 
					 
					
						
						
							
							Include distance from input to snapped for all waypoints, not just on the nearest service.  
						
						 
						
						
						
					 
					
						2018-11-02 15:30:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							364e35af06 
							
						 
					 
					
						
						
							
							Remove estimated_cells value in the response.  
						
						 
						
						
						
					 
					
						2018-11-02 01:08:59 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							985ab58f45 
							
						 
					 
					
						
						
							
							Add feature to fill null table entries with as-the-crow-flies estimates.  
						
						 
						
						
						
					 
					
						2018-11-02 01:07:24 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a67c4bf84d 
							
						 
					 
					
						
						
							
							Calculating durations is unavoidable due to tie-breaking minimums, but we can avoid accumulating distances if they're not requested.  
						
						 
						
						
						
					 
					
						2018-10-30 15:41:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							498259b220 
							
						 
					 
					
						
						
							
							Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost.  
						
						 
						
						... 
						
						
						
						Adds approx 10% to total data size.  Speeds up large table requests by 2 orders of magnitude.
Co-authored-by: Kajari Ghosh <ghoshkaj@gmail.com> 
						
					 
					
						2018-10-30 15:41:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7e7d32361 
							
						 
					 
					
						
						
							
							Expose new --mmap switch (mmap_memory: true in NodeJS), and run test suite in this mode, as well as shared memory mode.  
						
						 
						
						
						
					 
					
						2018-10-26 23:54:00 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2f9cb44368 
							
						 
					 
					
						
						
							
							mmap tarfiles directly when mmapping is enabled, instead of copying data into separate mmapped block 
						
						 
						
						... 
						
						
						
						Co-authored-by: Kajari Ghosh <ghoshkaj@gmail.com> 
						
					 
					
						2018-10-26 23:53:59 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kajari Ghosh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5597415f28 
							
						 
					 
					
						
						
							
							Revert "Improve speed of Map Matching" ( #5196 )  
						
						 
						
						... 
						
						
						
						* Revert "Update changelog"
This reverts commit 9b779c704f .
* Revert "Fix formating"
This reverts commit 5bd7d04fe3 .
* Revert "Fix bug in computation of distance offset for phantom node"
This reverts commit 0f78f7b2cc .
* Revert "Adjust text cases for flightly different matching due to rounding"
This reverts commit 8473be69d2 .
* Revert "Round network distance to deci-meter to retain previous behavior"
This reverts commit c0124f7d77 .
* Revert "Preserve heap state in map matching"
This reverts commit b630b4e32a .
* Revert "Use distance functions from many to many"
This reverts commit 89fabc1b9c .
* Revert "Use FCC algorithm for map matching distance calculation"
This reverts commit a649a8a5cf . 
						
					 
					
						2018-09-06 12:05:28 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							0f78f7b2cc 
							
						 
					 
					
						
						
							
							Fix bug in computation of distance offset for phantom node  
						
						 
						
						
						
					 
					
						2018-08-02 12:19:24 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							b630b4e32a 
							
						 
					 
					
						
						
							
							Preserve heap state in map matching  
						
						 
						
						
						
					 
					
						2018-08-02 12:19:24 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							89fabc1b9c 
							
						 
					 
					
						
						
							
							Use distance functions from many to many  
						
						 
						
						
						
					 
					
						2018-08-02 12:19:24 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							a649a8a5cf 
							
						 
					 
					
						
						
							
							Use FCC algorithm for map matching distance calculation  
						
						 
						
						
						
					 
					
						2018-08-02 12:19:24 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							c459530cb6 
							
						 
					 
					
						
						
							
							Address PR comments  
						
						 
						
						
						
					 
					
						2018-05-08 15:50:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kajari Ghosh 
							
						 
					 
					
						
						
						
						
							
						
						
							2a15e6dec8 
							
						 
					 
					
						
						
							
							Add support for annotations=distances in MLD  
						
						 
						
						... 
						
						
						
						This commit brings feature parity with CH for the `table` pluging. 
						
					 
					
						2018-05-08 15:50:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							9695fa7941 
							
						 
					 
					
						
						
							
							Remove weight and duration from customizer::EdgeBasedGraphEdgeData  
						
						 
						
						
						
					 
					
						2018-04-28 08:59:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							fd9bebbfa7 
							
						 
					 
					
						
						
							
							Add EBG node durations  
						
						 
						
						
						
					 
					
						2018-04-28 08:59:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							db18e8669f 
							
						 
					 
					
						
						
							
							Always read .osrm.enw file in updater  
						
						 
						
						
						
					 
					
						2018-04-28 08:59:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Huyen Chau Nguyen 
							
						 
					 
					
						
						
						
						
							
						
						
							4e68f3a7e1 
							
						 
					 
					
						
						
							
							change haversine computation to cheap ruler in distance tables  
						
						 
						
						
						
					 
					
						2018-04-27 05:21:08 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							a6cf2eee7e 
							
						 
					 
					
						
						
							
							Use faster method for calculating distances.  
						
						 
						
						... 
						
						
						
						fix cmakelist 
						
					 
					
						2018-04-27 05:21:08 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kajari Ghosh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89f6e2d55b 
							
						 
					 
					
						
						
							
							Parse table annotations param correctly ( #5050 )  
						
						 
						
						... 
						
						
						
						* fix incorrect parameter parsing for node osrm and add tests
* fix boost spirit grammar parsing for annotations
* return NotImplemented when distance annotation is requested for MLD in table plugin
* update docs 
						
					 
					
						2018-04-24 11:05:35 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kajari Ghosh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14860b62e9 
							
						 
					 
					
						
						
							
							Unpack paths and return total distance in matrix plugin for CH ( #4990 )  
						
						 
						
						
						
					 
					
						2018-04-20 18:18:55 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							bf2b45120a 
							
						 
					 
					
						
						
							
							Use ArrayStorage for boundary nodes to optimize MLD  
						
						 
						
						... 
						
						
						
						For the MLD algorithm we can partition the NodeID range into boundary
and non-boundary nodes. Since there are only we boundary nodes we can
use the ArrayStorage for those yielding much faster query times. 
						
					 
					
						2018-04-09 15:08:00 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							8d8042ebae 
							
						 
					 
					
						
						
							
							Use ranges with fixed types  
						
						 
						
						
						
					 
					
						2018-04-09 11:05:01 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kajari Ghosh 
							
						 
					 
					
						
						
						
						
							
						
						
							be123cd72f 
							
						 
					 
					
						
						
							
							Use ranges in datafacade instead of vectors  
						
						 
						
						... 
						
						
						
						Range type must use immutable references due to a
regression in `boost::any_range`.
References:
https://svn.boost.org/trac10/ticket/10493 
https://stackoverflow.com/questions/42427395/boostany-range-with-optimization-level-o2-causes-crash/42427662  
						
					 
					
						2018-04-09 11:05:01 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							29d1b34140 
							
						 
					 
					
						
						
							
							Fix formating  
						
						 
						
						
						
					 
					
						2018-04-07 00:22:29 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							fea07f343b 
							
						 
					 
					
						
						
							
							Load data in two separate data regions  
						
						 
						
						
						
					 
					
						2018-04-07 00:22:29 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							4610fd9ff1 
							
						 
					 
					
						
						
							
							Fix formating  
						
						 
						
						
						
					 
					
						2018-04-05 15:12:47 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							0e8b8b4901 
							
						 
					 
					
						
						
							
							Add nodejs test for dataset name  
						
						 
						
						
						
					 
					
						2018-04-05 15:12:47 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							2c80f76004 
							
						 
					 
					
						
						
							
							Add support for naming the dataset  
						
						 
						
						
						
					 
					
						2018-04-05 15:12:47 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							666ce46d36 
							
						 
					 
					
						
						
							
							Refactor shared memory storage to allow for multiple named datasets  
						
						 
						
						
						
					 
					
						2018-04-05 15:12:47 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							cb4586ebee 
							
						 
					 
					
						
						
							
							Make use of the view factory in the data facade  
						
						 
						
						
						
					 
					
						2018-04-04 12:38:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							81a4747acb 
							
						 
					 
					
						
						
							
							Fix formating  
						
						 
						
						
						
					 
					
						2018-04-04 12:38:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							9fc2c32408 
							
						 
					 
					
						
						
							
							Fix errors when loading an incompatible dataset.  
						
						 
						
						
						
					 
					
						2018-04-04 12:38:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							24e0028afb 
							
						 
					 
					
						
						
							
							Remove CheckCompability because it now duplicates logic in the datafacade  
						
						 
						
						
						
					 
					
						2018-04-04 12:38:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							c334d11e95 
							
						 
					 
					
						
						
							
							Refactor metric storage  
						
						 
						
						
						
					 
					
						2018-04-04 12:38:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							aec9b6a178 
							
						 
					 
					
						
						
							
							Fixed reading DataLayout from shared memory  
						
						 
						
						
						
					 
					
						2018-04-04 12:38:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							4a9fdca7b2 
							
						 
					 
					
						
						
							
							Remove fixed block identifiers  
						
						 
						
						
						
					 
					
						2018-04-04 12:38:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5a4ffed96 
							
						 
					 
					
						
						
							
							Return datasource names along with datasource annotation ( #4973 )  
						
						 
						
						... 
						
						
						
						* Add new `datasource_names` annotation that returns the string version of the `datasources` annotation 
						
					 
					
						2018-04-03 15:13:25 -07:00