Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

/[routino]/trunk/doc/DATALIFE.txt
ViewVC logotype

Log of /trunk/doc/DATALIFE.txt

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1350 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 30 16:53:27 2013 UTC (11 years, 9 months ago) by amb
File length: 6902 byte(s)
Diff to previous 1349
Delete the non-highway nodes by searching for them in the ways rather than
marking them when processing the segments.


Revision 1349 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 29 17:33:26 2013 UTC (11 years, 9 months ago) by amb
File length: 7217 byte(s)
Diff to previous 1348
Simplify the segments by using the node and way index instead of node and way id
which avoids lots of IndexNodeX() lookups.  Move some other code around to cope
with it.


Revision 1348 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 27 18:29:44 2013 UTC (11 years, 9 months ago) by amb
File length: 7217 byte(s)
Diff to previous 1339
Simplify the sorting of the way names (only sort the names, not all the ways
twice), merge the generating of segments and separation of way names.


Revision 1339 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 23 17:47:16 2013 UTC (11 years, 9 months ago) by amb
File length: 7217 byte(s)
Diff to previous 1161
Don't create segments when parsing input file but create the segments later
using the nodes stored in the ways file.  This makes applying changes simpler
(segments file is not kept with the --keep option) and handling changed ways is
simpler than changed segments.


Revision 1161 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 20 14:16:58 2012 UTC (12 years, 3 months ago) by amb
File length: 7227 byte(s)
Diff to previous 1140
Tidy up all of the recent code changes - change the name of a few of the
functions.


Revision 1140 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 16 18:47:07 2012 UTC (12 years, 4 months ago) by amb
File length: 7227 byte(s)
Diff to previous 1135
Code to allow adding OSC change files (.osc files) to an existing set of parsed
(and preserved) data.


Revision 1135 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 10 14:38:28 2012 UTC (12 years, 4 months ago) by amb
File length: 6781 byte(s)
Diff to previous 1133
Don't index the ways in the first sorting, but wait until after de-duplicating.


Revision 1133 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 10 14:15:38 2012 UTC (12 years, 4 months ago) by amb
File length: 6781 byte(s)
Diff to previous 1132
The MergeSuperSegments function creates the output file in the sorted order
already, there is no need to re-sort it.


Revision 1132 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 10 13:42:30 2012 UTC (12 years, 4 months ago) by amb
File length: 6876 byte(s)
Diff to previous 1129
De-duplicate the super-segments as a post-processing function after the sort so
both operations are combined in a single function.


Revision 1129 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 10 09:58:03 2012 UTC (12 years, 4 months ago) by amb
File length: 6975 byte(s)
Diff to previous 1116
Separate the de-duplication of the ways from the extracting of the names.


Revision 1116 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 24 08:34:26 2012 UTC (12 years, 4 months ago) by amb
File length: 6880 byte(s)
Diff to previous 1109
Use the index provided by the pre-sort function rather than the way's internal
id when pruning/compacting.


Revision 1109 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 21 18:23:01 2012 UTC (12 years, 4 months ago) by amb
File length: 6817 byte(s)
Diff to previous 1108
Move the UpdateNodes() work into the callback for SortNodeListGeographically()
and use firstnode when saving the nodes.


Revision 1108 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 21 17:59:16 2012 UTC (12 years, 4 months ago) by amb
File length: 6912 byte(s)
Diff to previous 1107
Use the new pre-sort function to allow UpdateTurnRelations() and
SortTurnRelationList() to be combined into a single
SortTurnRelationListGeographically() function that only reads and writes the
data once instead of twice.


Revision 1107 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 21 16:13:43 2012 UTC (12 years, 4 months ago) by amb
File length: 7007 byte(s)
Diff to previous 1105
Use the new pre-sort function to allow UpdateSegments() and SortSegmentList() to
be combined into a single SortSegmentListGeographically() function that only
reads and writes the data once instead of twice.


Revision 1105 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 21 14:31:31 2012 UTC (12 years, 4 months ago) by amb
File length: 7102 byte(s)
Diff to previous 1100
Added new columns showing when the data files are mapped into memory.


Revision 1100 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 20 16:52:20 2012 UTC (12 years, 4 months ago) by amb
File length: 6124 byte(s)
Diff to previous 1098
Move the compacting of the ways back to the top, delete the unused ways at this
point and also call the function again after pruning segments.


Revision 1098 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 20 12:52:01 2012 UTC (12 years, 4 months ago) by amb
File length: 5637 byte(s)
Diff to previous 1096
Delete the pruned nodes before searching for super-nodes etc.


Revision 1096 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 20 09:37:07 2012 UTC (12 years, 4 months ago) by amb
File length: 4922 byte(s)
Diff to previous 1095
Add missing data (nodesx->super).


Revision 1095 - (view) (download) (annotate) - [select for diffs]
Added Sat Oct 20 09:30:19 2012 UTC (12 years, 4 months ago) by amb
File length: 4636 byte(s)
A description of the data lifetime in the planetsplitter program (as an aid to
understanding it better and not messing it up when editing it).


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.

  Diffs between and
  Type of Diff should be a