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 1268 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 24 19:28:54 2013 UTC (12 years ago) by amb
File length: 20511 byte(s)
Diff to previous 1227
Prune the straight highways after removing the isolated sections and short segments rather than before.
Revision 1227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 24 16:35:46 2012 UTC (12 years, 3 months ago) by amb
File length: 20511 byte(s)
Diff to previous 1226
Added parsing of O5M/O5C format (a binary format but otherwise very close to OSM/OSC).
Revision 1226 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 24 11:02:10 2012 UTC (12 years, 3 months ago) by amb
File length: 19796 byte(s)
Diff to previous 1224
The PBF format does not support change files (the 'visible' part of the info message is only for historical data and not for changes).
Revision 1224 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 22 11:42:29 2012 UTC (12 years, 3 months ago) by amb
File length: 19823 byte(s)
Diff to previous 1221
Data can no longer be read from stdin for planetsplitter or tagmodifier.
Revision 1221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 21 16:08:44 2012 UTC (12 years, 3 months ago) by amb
File length: 20340 byte(s)
Diff to previous 1202
Add a parser for OSM PBF format. Separate the XML parser from the data processing in osmparser.c. Update planetsplitter and documentation to use new format.
Revision 1202 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 15 11:59:01 2012 UTC (12 years, 3 months ago) by amb
File length: 19625 byte(s)
Diff to previous 1197
Change the order of the command line option parsing to match the program usage output.
Revision 1197 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 14 15:18:55 2012 UTC (12 years, 3 months ago) by amb
File length: 19625 byte(s)
Diff to previous 1196
Update the usage messages and documentation for bzip2/gzip uncompression.
Revision 1196 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 14 14:45:02 2012 UTC (12 years, 3 months ago) by amb
File length: 19066 byte(s)
Diff to previous 1194
Add the ability to read gzip compressed files when specified by name.
Revision 1194 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 13 19:18:28 2012 UTC (12 years, 3 months ago) by amb
File length: 18968 byte(s)
Diff to previous 1192
Add the ability to read bzip2 compressed files when specified by name.
Revision 1192 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 12 18:49:56 2012 UTC (12 years, 4 months ago) by amb
File length: 18825 byte(s)
Diff to previous 1186
Use STDIN_FILENO instead of 0 for the stdin file descriptor.
Revision 1186 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 10 18:36:08 2012 UTC (12 years, 4 months ago) by amb
File length: 18783 byte(s)
Diff to previous 1171
New XML parser doesn't use stdio buffered file access but lower level read functions.
Revision 1171 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 27 19:19:01 2012 UTC (12 years, 4 months ago) by amb
File length: 18977 byte(s)
Diff to previous 1167
Don't log an error for duplicated nodes, ways or relations because it can only occur when applying changes or if using multiple geographically overlapping files and neither is a data error.
Revision 1167 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 16:21:27 2012 UTC (12 years, 4 months ago) by amb
File length: 19064 byte(s)
Diff to previous 1158
Rename the '--preserve' command line option to '--keep' for simplicity.
Revision 1158 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 18:39:12 2012 UTC (12 years, 4 months ago) by amb
File length: 19100 byte(s)
Diff to previous 1157
Do not create the way indexes when loading the parsed ways to apply changes (reverses r1145).
Revision 1157 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 18:30:35 2012 UTC (12 years, 4 months ago) by amb
File length: 19115 byte(s)
Diff to previous 1151
Do not require that --preserve must be used with --parse-only before changes can be applied (reverses r1151 for the change to functionality but preserves the changes to the functions that enable it).
Revision 1151 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 18 17:24:50 2012 UTC (12 years, 4 months ago) by amb
File length: 19325 byte(s)
Diff to previous 1146
Using --parse-only and --preserve must sort the data so that it is ready to apply the changes.
Revision 1146 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 17 14:06:57 2012 UTC (12 years, 4 months ago) by amb
File length: 19078 byte(s)
Diff to previous 1145
Suppress some error log messages when applying changes (false positive duplicate detection due to modification of existing items).
Revision 1145 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 17 13:31:14 2012 UTC (12 years, 4 months ago) by amb
File length: 18991 byte(s)
Diff to previous 1140
Fix applying changes for ways (highways that have been modified to be non-highways were not added to the database so the original remains).
Revision 1140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 16 18:47:07 2012 UTC (12 years, 4 months ago) by amb
File length: 18976 byte(s)
Diff to previous 1139
Code to allow adding OSC change files (.osc files) to an existing set of parsed (and preserved) data.
Revision 1139 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 15 19:16:47 2012 UTC (12 years, 4 months ago) by amb
File length: 17957 byte(s)
Diff to previous 1136
Fixed the --preserve option.
Revision 1136 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 10 19:23:32 2012 UTC (12 years, 5 months ago) by amb
File length: 17885 byte(s)
Diff to previous 1133
Added a --preserve option which keeps the raw data files after parsing, sorting and de-duplication.
Revision 1133 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 10 14:15:38 2012 UTC (12 years, 5 months ago) by amb
File length: 17690 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) (as text) (annotate) - [select for diffs]
Modified Sat Nov 10 13:42:30 2012 UTC (12 years, 5 months ago) by amb
File length: 17732 byte(s)
Diff to previous 1131
De-duplicate the super-segments as a post-processing function after the sort so both operations are combined in a single function.
Revision 1131 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 10 12:18:56 2012 UTC (12 years, 5 months ago) by amb
File length: 17796 byte(s)
Diff to previous 1130
De-duplicate the raw segments before any other processing (to match the node, way and turn relation processing).
Revision 1130 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Nov 10 09:59:19 2012 UTC (12 years, 5 months ago) by amb
File length: 17788 byte(s)
Diff to previous 1120
Separate the de-duplication of the ways from the extracting of the names. Use the modified functions for creating lists of nodes,segments,ways and relations from r1123.
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.