X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0eee4fecbee6ec650cd325934ff5f23796dc67af..abb66fa808f09469306e6b03b21539eb57b74d38:/script/statistics diff --git a/script/statistics b/script/statistics index 3f0c433f2..e76028114 100755 --- a/script/statistics +++ b/script/statistics @@ -18,17 +18,15 @@ begin user_count = User.count(:conditions => "active = true") tracepoint_count = Tracepoint.count() node_count = Node.count(:conditions => "visible = true") - segment_count = Segment.count(:conditions => "visible = true") way_count = Way.count(:conditions => "visible = true") - tagged_way_count = Way.count(:conditions => "visible = true AND EXISTS (SELECT * FROM current_way_tags WHERE id = current_ways.id AND k <> 'created_by')") + relation_count = Relation.count(:conditions => "visible = true") puts "" puts "" puts "" puts "" - puts "" puts "" - puts "" + puts "" puts "
Number of users#{user_count}
Number of uploaded GPS points#{tracepoint_count}
Number of nodes#{node_count}
Number of segments#{segment_count}
Number of ways#{way_count}
Number of ways with tags#{tagged_way_count}
Number of relations#{relation_count}
" puts "

Top 50 users for uploads of GPS data

"