Dennis Luxen
|
effee46011
|
New DynamicGraph uses less RAM, Monav backport. Thanks
|
2010-09-13 14:16:07 +00:00 |
|
Dennis Luxen
|
891b068551
|
forgot to comment debug output
|
2010-09-03 14:39:29 +00:00 |
|
Dennis Luxen
|
32a357c434
|
Much faster routing description. Thanks Christian
|
2010-09-03 13:28:33 +00:00 |
|
Dennis Luxen
|
6fcc6722c4
|
nearest neighbor grid can now be specialized to be read only with a template parameter.
|
2010-09-03 07:14:58 +00:00 |
|
Dennis Luxen
|
f9f4fa2972
|
Fixed potential memory leak
|
2010-09-02 15:56:12 +00:00 |
|
Dennis Luxen
|
1ba915cbed
|
BREAKING CHANGE, REPROCESS YOUR OSM FILES
Ferry egdes are now ignores by nearest neighbor grid
|
2010-09-02 15:47:55 +00:00 |
|
Dennis Luxen
|
e79e36bea9
|
Perfomance fixes
|
2010-09-02 13:01:49 +00:00 |
|
Dennis Luxen
|
cc44fef25d
|
Fix problem with long edges (ferry connections)
|
2010-09-02 09:13:59 +00:00 |
|
Dennis Luxen
|
0875c2d557
|
BREAKING CHANGE: the routing engine does not use the kd-tree anymore, but an external memory nearest neighbor grid. The memory consumption is less than half. This is a breaking change, please reprocess your .osrm files and take note that the parameter to routed have been changed!
Known Bug: There are some minor rounding errors that affect the position of start and destination node by a few feet.
|
2010-08-31 14:00:40 +00:00 |
|
Dennis Luxen
|
027c0e46ee
|
Compilation fixes for Mac. Works with g++ 4.4 from MacPorts
|
2010-08-25 19:15:17 +00:00 |
|
Dennis Luxen
|
34b67d0621
|
Minor code tweaks
|
2010-08-25 14:12:17 +00:00 |
|
Dennis Luxen
|
b3fded0725
|
Reverting change that made path unpacking impossible
|
2010-08-25 09:33:41 +00:00 |
|
Dennis Luxen
|
dc889cfe80
|
DNDEBUG is set for release build. Assertions are skipped now in release build.
|
2010-08-25 07:56:25 +00:00 |
|
Dennis Luxen
|
a9b76e8050
|
Using less RAM, Fixing a leak in ContractionCleanup.
|
2010-08-24 13:50:58 +00:00 |
|
Dennis Luxen
|
897f328b45
|
Disabled count of components of input graph, because its wasting too much memory.
|
2010-08-24 13:02:59 +00:00 |
|
Dennis Luxen
|
8148fad464
|
Monav project changes backport
|
2010-08-17 16:59:13 +00:00 |
|
Dennis Luxen
|
95dddcf522
|
minor tweaks
|
2010-08-13 10:28:16 +00:00 |
|
Dennis Luxen
|
d8701a7e41
|
fixed a strange behaviour on OSM data covering the US.
|
2010-08-13 09:21:58 +00:00 |
|
Dennis Luxen
|
3bdfd1437b
|
Ferries are now extracted with 25 kph average speed.
|
2010-08-12 16:49:59 +00:00 |
|
Dennis Luxen
|
106155a97a
|
forgot debug output
|
2010-08-12 15:43:49 +00:00 |
|
Dennis Luxen
|
59abeccc3e
|
Show the number of connected components and the size of the largest one
|
2010-08-12 15:42:22 +00:00 |
|
Dennis Luxen
|
4f883aaeda
|
corrected timing of kd tree construction
|
2010-08-12 15:41:14 +00:00 |
|
Dennis Luxen
|
77df6616a9
|
sanity check for nodes in loaded graph
|
2010-08-12 11:49:41 +00:00 |
|
Dennis Luxen
|
171815c9b7
|
backported kd tree improvements from monav project: faster with base case 8
|
2010-08-12 11:39:06 +00:00 |
|
Dennis Luxen
|
b87d6f3c66
|
GetOutDegree more implementation independent
|
2010-08-12 11:37:13 +00:00 |
|
Dennis Luxen
|
52d1c1abfc
|
ignored the last bytes of bzip2 stream
|
2010-08-11 12:32:06 +00:00 |
|
Dennis Luxen
|
a96f932016
|
ability to handle bzip2 compressed files consisting of multiple streams (pbzip2)
|
2010-08-11 08:56:59 +00:00 |
|
Dennis Luxen
|
85388b3112
|
Naming convention typos.
|
2010-08-10 17:11:52 +00:00 |
|
Dennis Luxen
|
65351959fe
|
extraction is now able to handle bzip2 compressed input files
|
2010-08-10 17:06:37 +00:00 |
|
Dennis Luxen
|
d07dd71078
|
Dense is dense and sparse is sparse
|
2010-08-07 12:25:45 +00:00 |
|
Dennis Luxen
|
5a67a79569
|
endl should be flush again
|
2010-08-06 20:32:24 +00:00 |
|
Dennis Luxen
|
25ecd5072f
|
endl should be flush
|
2010-08-06 19:37:43 +00:00 |
|
Dennis Luxen
|
7c05cf9980
|
Make output more verbose while extracting data.
|
2010-08-06 19:33:54 +00:00 |
|
Dennis Luxen
|
051b710484
|
Use different map
|
2010-08-06 16:24:06 +00:00 |
|
Dennis Luxen
|
ae0e6d6516
|
extractLargeNetwork has fault-tolerance now.
extractNetwork has been deprecated.
|
2010-08-06 15:30:00 +00:00 |
|
Dennis Luxen
|
048c04d0f1
|
Make SConstruct obey buildconfigurations and other minor changes
|
2010-07-30 17:41:36 +00:00 |
|
Dennis Luxen
|
38fd46565e
|
Removed unnecessary line
|
2010-07-29 08:49:39 +00:00 |
|
Dennis Luxen
|
2acad805b3
|
Removed unneeded code from http component
|
2010-07-26 12:27:58 +00:00 |
|
Dennis Luxen
|
7f63a84295
|
make stxxl run quiet (works with latest version from trunk only)
|
2010-07-26 09:46:03 +00:00 |
|
Dennis Luxen
|
1f8235ec98
|
typo
|
2010-07-26 08:18:36 +00:00 |
|
Dennis Luxen
|
ec0108553f
|
removed libkdtree++ dependency.
|
2010-07-26 08:17:52 +00:00 |
|
Dennis Luxen
|
92963ced1f
|
Updated Readme
|
2010-07-24 14:18:19 +00:00 |
|
Dennis Luxen
|
5052302f97
|
Parameter for STXXL root path
|
2010-07-24 14:11:20 +00:00 |
|
Dennis Luxen
|
a83b790225
|
GCC 4.2 Compile fix. Code compiles with older GCC, that the default compiler on Mac OS. Only a few warnings left.
|
2010-07-24 14:05:03 +00:00 |
|
Dennis Luxen
|
e8baf75ec2
|
Removed a few redundant lines
|
2010-07-24 14:02:01 +00:00 |
|
Dennis Luxen
|
e38d473fdd
|
Compile Fixes on Mac
|
2010-07-24 14:00:00 +00:00 |
|
Dennis Luxen
|
49a088ac87
|
Upgraded speed profile to the one of ORS
|
2010-07-23 22:10:57 +00:00 |
|
Dennis Luxen
|
51cc0bb209
|
Moving redundant code into common include file.
|
2010-07-23 20:22:35 +00:00 |
|
Dennis Luxen
|
4ce7739453
|
Lat/Lon mixed up in output of locate command. Thanks to Ted Rosenbaum.
|
2010-07-23 13:00:16 +00:00 |
|
Dennis Luxen
|
a02dafb8d7
|
Minor fixes in Scons script
|
2010-07-23 12:34:15 +00:00 |
|