Лого на OpenStreetMap OpenStreetMap

1 million gpx points / 1 millón de puntos gpx

Написано от PerroVerd на 27 януари 2009 на English.

(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.

Email icon Bluesky Icon Facebook Icon LinkedIn Icon Mastodon Icon Telegram Icon X Icon

Discussion

Коментар от Gregory Williams в 27 януари 2009 в 11:38

Congratulations! I've just added the MegaStar award to your user page on the wiki.

Коментар от Steve Chilton в 28 януари 2009 в 00:04

Can i ask how you count your tracks? I would love to know what I am up to so far.

Коментар от PerroVerd в 28 януари 2009 в 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 }'

Коментар от PerroVerd в 28 януари 2009 в 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

Коментар от RichardB в 28 януари 2009 в 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).

Коментар от Steve Chilton в 29 януари 2009 в 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.

Влизане, за да напишете коментар