Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/planetsplitter.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 395 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 18 18:38:59 2010 UTC (14 years, 10 months ago) by amb
File length: 12536 byte(s)
Diff to previous 358
Read in the tag transformation rules before calling the OSM parser.
Revision 358 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 9 15:15:02 2010 UTC (14 years, 11 months ago) by amb
File length: 11522 byte(s)
Diff to previous 347
Add an option '--sort-ram-size' to specify the RAM to use for sorting - defaults to 256MB if not using slim mode.
Revision 347 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 3 14:20:16 2010 UTC (14 years, 11 months ago) by amb
File length: 10783 byte(s)
Diff to previous 342
Rename the old ParseXML() function as ParseOSM().
Revision 342 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 30 17:58:35 2010 UTC (14 years, 11 months ago) by amb
File length: 10783 byte(s)
Diff to previous 330
Improve the program help messages.
Revision 330 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 20 12:24:20 2010 UTC (15 years ago) by amb
File length: 9286 byte(s)
Diff to previous 327
Improve the error messages by adding strerror() to them.
Revision 327 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 20 11:38:05 2010 UTC (15 years ago) by amb
File length: 9242 byte(s)
Diff to previous 326
Allow filenames on the planetsplitter command line.
Revision 326 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 19 19:47:10 2010 UTC (15 years ago) by amb
File length: 8527 byte(s)
Diff to previous 310
Allow planetsplitter to be run with a --parse-only or --process-only option and append to existing file or read from existing file.
Revision 310 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 11 19:27:39 2009 UTC (15 years, 3 months ago) by amb
File length: 7837 byte(s)
Diff to previous 307
Added a new function to sort variable length data - simplifies the compacting of ways, reduces memory usage potentially required for it and simplifies the code.
Revision 307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 25 15:00:37 2009 UTC (15 years, 3 months ago) by amb
File length: 7917 byte(s)
Diff to previous 300
Store the selected options when parsing (planetsplitter) and display them in the statistics (filedumper) and check them when routing (router).
Revision 300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 3 18:44:30 2009 UTC (15 years, 4 months ago) by amb
File length: 7806 byte(s)
Diff to previous 298
Rename Way_Unknown to Way_Count to make more sense and match the properties.
Revision 298 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 2 19:32:06 2009 UTC (15 years, 4 months ago) by amb
File length: 7810 byte(s)
Diff to previous 284
Added the ability to set routing preferences using highway properties. Initially the only choice is either paved or unpaved but the code has been updated to allow any number of properties to be added.
Revision 284 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 12 17:35:26 2009 UTC (15 years, 5 months ago) by amb
File length: 7272 byte(s)
Diff to previous 282
Rename the tmpdirname variable.
Revision 282 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 10 15:56:23 2009 UTC (15 years, 5 months ago) by amb
File length: 7219 byte(s)
Diff to previous 279
Fix early termination test.
Revision 279 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 8 19:20:29 2009 UTC (15 years, 5 months ago) by amb
File length: 7217 byte(s)
Diff to previous 275
Replace node, segment and way indexes with a single index for a set of segments containing the location of the first segment for each node.
Revision 275 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 7 18:03:48 2009 UTC (15 years, 5 months ago) by amb
File length: 7122 byte(s)
Diff to previous 263
Go back to the version 1.1 method of having each segment listed twice. This simplifies the lookup of first/next segments at no in-RAM index cost and now that slim mode has sorting of file contents the balance has tipped back.
Revision 263 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 21 19:23:13 2009 UTC (15 years, 5 months ago) by amb
File length: 7322 byte(s)
Diff to previous 262
Remove the non-highway nodes without re-sorting the whole list again.
Revision 262 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 17 12:55:15 2009 UTC (15 years, 6 months ago) by amb
File length: 7483 byte(s)
Diff to previous 258
Added the slim mode to Ways as well.
Revision 258 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 15 11:39:50 2009 UTC (15 years, 6 months ago) by amb
File length: 7449 byte(s)
Diff to previous 256
Some bug fixes and some missing unmap function calls.
Revision 256 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 6 15:51:09 2009 UTC (15 years, 6 months ago) by amb
File length: 7338 byte(s)
Diff to previous 252
Slim version of segments code (still very slow and only works on simple cases).
Revision 252 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 5 09:37:31 2009 UTC (15 years, 6 months ago) by amb
File length: 7117 byte(s)
Diff to previous 249
Improve slim mode for nodes so that no data is not loaded into RAM at all.
Revision 249 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 3 17:51:03 2009 UTC (15 years, 6 months ago) by amb
File length: 6862 byte(s)
Diff to previous 247
Added slim mode (--slim) to planetsplitter for nodes only.
Revision 247 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 25 18:00:21 2009 UTC (15 years, 6 months ago) by amb
File length: 6596 byte(s)
Diff to previous 243
Revert the order that the functions are called.
Revision 243 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 19 18:02:08 2009 UTC (15 years, 7 months ago) by amb
File length: 6411 byte(s)
Diff to previous 229
Remove "sorted" parameter in data structure and change assert statements.
Revision 229 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 19 12:54:07 2009 UTC (15 years, 8 months ago) by amb
File length: 6482 byte(s)
Diff to previous 228
Store only one copy of each segment but index once for each direction.
Revision 228 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Jul 12 09:01:48 2009 UTC (15 years, 8 months ago) by amb
File length: 6183 byte(s)
Diff to previous 227
Tidy up and fix comments and include files.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.