開放街圖標誌 OpenStreetMap 開放街圖

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

於 2009年一月27日 由 PerroVerdEnglish發表。

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

電子郵件圖示 藍天圖示 Facebook 圖示 LinkedIn 圖示 乳齒象圖示 Telegram 圖示 X 圖示

討論

Gregory Williams2009年01月27日 11時38分 發表的評論

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

Steve Chilton2009年01月28日 00時04分 發表的評論

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

PerroVerd2009年01月28日 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 }'

PerroVerd2009年01月28日 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

RichardB2009年01月28日 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 Chilton2009年01月29日 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.

登入 來留下評論