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