> In Oregon, 48% of the objects have been most recently modified by
> non-TIGER sources.  Calculated this way:
> 
> grep -o 'user="[a-zA-Z0-9]*"' oregon.osm | sort | uniq -c | sort -n | grep 
> -vi tiger | awk '{sum += $1} END { print sum;}'
> grep -o 'user="[a-zA-Z0-9]*"' oregon.osm | sort | uniq -c | sort -n | awk 
> '{sum += $1} END { print sum;}'
> 
> It's higher than I expected, personally.  Not too shabby.
> 

and how much of it are bots? the real user edits are probably much lower

> -- Dave
> 
> 
> _______________________________________________
> Talk-us mailing list
> Talk-us@openstreetmap.org
> http://lists.openstreetmap.org/listinfo/talk-us


_______________________________________________
Talk-us mailing list
Talk-us@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-us

Reply via email to