(english below)
Finalmente después de importar los tracks que tenía pendientes he conseguido superar el millón de puntos en trazas gpx, aún lejos de los del top50 pero contento de haber conocido una gran cantidad de sitios nuevos gracias al afan de recolectar nuevos trayectos.
--
Finally, after importing the pending tracks i have succeded in getting more than 1 million points in gpx tracks. Still far way from the top50 anyway im very happy to have discovered a lot of new places due this hunger for getting new points in virgin territories.
Diskussion
Kommentar von Gregory Williams am 27. Januar 2009 um 11:38 Uhr
Congratulations! I've just added the MegaStar award to your user page on the wiki.
Kommentar von Steve Chilton am 28. Januar 2009 um 00:04 Uhr
Can i ask how you count your tracks? I would love to know what I am up to so far.
Kommentar von PerroVerd am 28. Januar 2009 um 08:47 Uhr
I have a simple bash script, not sure if its going to paste ok on the diary:
wget osm.org/user/PerroVerd/traces/page/1 -O - | grep points > /tmp/points_raw
wget osm.org/user/PerroVerd/traces/page/2 -O - | grep points >> /tmp/points_raw
wget osm.org/user/PerroVerd/traces/page/3 -O - | grep points >> /tmp/points_raw
[....repeat till you get your number of pages with tracks....]
cat /tmp/points_raw | sed 's/,//g' | sed 's/(//g' | awk '{ s+=$1 } END { print s }'
Kommentar von PerroVerd am 28. Januar 2009 um 08:54 Uhr
Yep, its pasted ok, in your case you have to embrace the http link with " because of the blank space between steve and chilton
It gives me 528344 points for you
Kommentar von RichardB am 28. Januar 2009 um 13:04 Uhr
I reached the million sometime around August or thereabouts, in the days when you only needed around 800-900k to get on the top 50 board. Now over 1.6million and counting. Only had the GPS unit since Christmas '07... Maybe I have OSMCD. Now you need to have about 50% more trackpoints to get on the top-50 list - just four or five months later. Amazing how OSM has grown (pushing up to nearly 90,000 registered users as well).
Kommentar von Steve Chilton am 29. Januar 2009 um 12:05 Uhr
Thanks for that. Actually thanks for accumulating my tracks. I doubt if I could have worked out the scripting for myself. Slightly surprised that it wasn't higher but hey ho. Now, if the node editing stats were cumulative I would be flying - 100,000+ for this month and that is fairly normal for me. Doing a lot of data input from NPE of rivers and streams in SW England.