[talk-au] Redaction progress

Grant Slater openstreetmap at firefishy.com
Sat Jul 21 03:40:58 BST 2012


On 21 July 2012 02:51, Andrew Harvey <andrew.harvey4 at gmail.com> wrote:
> On 20/07/12 00:17, Grant Slater wrote:
>> FOSM worldwide has 11 mappers in the last week. (17 in the last month)
>> --------
>>    Nodes edited in last week - FOSM user.
>>    5854 - 80n
>>       2 - aharvey*
>>       7 - B10xyz
>>    4144 - behemoth14
>>       4 - DarkoS
>>    5130 - Franc*
>>    5619 - Johnwhelan
>>    1996 - railsnail
>>   10855 - Rosscoe*
>>    2226 - sherbourne
>>    1684 - TimSC
>> --------
>> * = Primarily an Australian mapper.
>> Source: FOSM diffs: http://fosm.org/planet/minute-replicate/ (be aware
>> that state.txt timestamps are wrong)
>
> Is the tool/script you used to generate those stats available?
>
> Otherwise could you extend it to the last month or two maybe?
>

Sure:
<code>
 find /path/to/fosm.org/planet/minute-replicate/mirror/ -iname
'*.osc.gz' -print0| xargs -0 zcat |grep -F '<node'|grep -F 'user='|awk
'{print $6}'|sort|uniq -c
</code>

Output for 2 months (Added to find: -mtime -62)... 21 users...
  24487 user='80n'
    336 user='aharvey'
   2722 user='B10xyz'
  11821 user='behemoth14'
    969 user='cetest'
     62 user='charlesM'
     25 user='DarkoS'
     79 user='de_muur'
    452 user='Derringer'
  12777 user='devonshire'
     13 user='FOSMR'
  31629 user='Franc'
   2148 user='JohnSmith'
  99891 user='Johnwhelan'
  17033 user='o'cholio'
      4 user='pccrack'
  14744 user='railsnail'
  60413 user='Rosscoe'
   2231 user='sherbourne'
  30249 user='TimSC'
    866 user='Victor

Regards
 Grant



More information about the Talk-au mailing list