I am processing the planet file at home. The task is running for three days now.
I have processed more than 1 000 000 000 lines and would like to guess, when it will finish.
I know I can run
$ bunzip2 <plant.osm.bz2 | wc -l
but this will take some hours and will slow down my computer at lot.
I didn't find the question/answer in
osm.wiki/Planet.osm/FAQ
shall I put it there?
Thanks.
토론
2010년 11월 5일 11:14에 EdLoach님의 의견
Do the statistics about the number of nodes/ways/etc here help? osm.org/stats/data_stats.html
2010년 11월 5일 11:55에 wieland님의 의견
No, but I had an exception stopping my program just now at line 1092671193 :-(
I will post the answer here, as soon the count is done.
2010년 11월 5일 13:37에 hbogner님의 의견
Do you mean lines as distance between 2 nodes or lines as ways?
2010년 11월 5일 13:40에 wieland님의 의견
I mean lines as textlines in a textfiles. After unpacking the planet file you have an xml-text-file. A node might have one line or more.
2010년 11월 7일 12:37에 26eb5473101d742b174d730717409668님의 의견
The planet dump from November 3rd has 2527419825 lines.
2010년 11월 7일 16:47에 wieland님의 의견
Thanks. Now I know, that it stopped after less than 50% :-(