(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.
Discussion
Comment from Gregory Williams on 27 January 2009 at 11:38
Congratulations! I've just added the MegaStar award to your user page on the wiki.
Comment from Steve Chilton on 28 January 2009 at 00:04
Can i ask how you count your tracks? I would love to know what I am up to so far.
Comment from PerroVerd on 28 January 2009 at 08:47
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 }'
Comment from PerroVerd on 28 January 2009 at 08:54
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
Comment from RichardB on 28 January 2009 at 13:04
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).
Comment from Steve Chilton on 29 January 2009 at 12:05
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.