<div dir="ltr">I've written a script to estimate the number of names added by each user. Currently it just looks at who did the last edit on each object with a name. Once again it may allow us to spot errors like mass imports gone bad.<br>
<br>Below are the results for 20 August. I'd say that anything above 20000 is most likely not the surveying work of a single human since the project has started and involve some copyleft material.<br><br>7934187   ="DaveHansen" uid="7168"<br>
 828254   ="AND" uid="12946"<br> 249849   ="KELLY + TERRY JONES" uid="22408"<br> 219976   ="Milenko" uid="15169"<br> 165566   ="beej71" uid="11154"<br>
 135213   ="MassGIS Import" uid="15750"<br>  55578   ="wildMan" uid="21417"<br>  40084   ="kiya" uid="22052"<br>  33388   ="Skywave" uid="10927"<br>
  29445   ="devrise" uid="8513"<br>  25031   ="blars" uid="1819"<br>  24057   ="OpenGeoDB Bot" uid="24767"<br>  23364   ="GercoKees" uid="12527"<br>
  20190   ="uboot" uid="26299"<br>  19722   ="MichaelCollinson" uid="308"<br>  19541   ="andrewpmk" uid="1679"<br>  16491   ="ewedistrict" uid="8609"<br>
  15887   ="beldin" uid="26526"<br>  14854   ="Alban" uid="2488"<br>  14802   ="<D0><9A><D0><BE><D0><BD><D1><81><D1><82><D0><B0><D0><BD><D1><82><D0><br>
<B8><D0><BD> <D0><9A><D0><BE><D1><86><D0><B5><D0><B2>" uid="8421"<br>  14348   ="katpatuka" uid="17497"<br>  13662   ="ulfl" uid="6975"<br>
  12417   ="mackerski" uid="6367"<br>  11868   ="dkt" uid="5553"<br>  11729   ="Sven Anders" uid="1852"<br>  10906   ="davidearl" uid="3582"<br>
  10598   ="MichaH" uid="8464"<br>  10207   ="blackadder" uid="735"<br><br>The script :<br>gzip -d < planet-080820.osm.gz |<br>awk '/<.*id.*timestamp.*>/ { sub (/<.*id.*timestamp.*user/, ""); sub(/ *>.*| *lat.*lon.*>.*/, ""); uname = $0};/<tag k=.?name.* v=.*>/ {print uname}' |sort |uniq -c|sort -nr>nameCount<br>
<br></div>