AK
Size: a a a
AK
l
AI
AI
l
AK
SB
AI
l
l
AK
PR
ПЖ
DP
DP
23:37:30 [gis] > select osm_user, count(*) from osm where ST_DWithin(geog,(select geog from osm where tags@>'{"name":"Минская область"}' and osm_type='relation'), 0) and ts > (now()-interval '6 month') and tags?'power' and (tags->>'power' in ('line', 'substation')) group by 1 order by 2 desc;
┌─────────────────────┬───────┐
│ osm_user │ count │
├─────────────────────┼───────┤
│ Prusaker │ 290 │
│ Latentor │ 29 │
│ bad_mapper │ 24 │
│ ihareg │ 14 │
│ mavl │ 8 │
│ budgawl │ 7 │
│ Антон-1983 │ 6 │
│ dez │ 6 │
│ Reinkarnator │ 3 │
│ Alexey_ND │ 2 │
│ Zverik │ 1 │
│ бббб │ 1 │
│ крама │ 1 │
│ 220380 │ 1 │
│ Расслабон │ 1 │
│ back_spin │ 1 │
│ HelCat332 │ 1 │
│ kartonage │ 1 │
│ Objektive │ 1 │
│ olehz │ 1 │
│ OSM Baranovichi │ 1 │
│ Pechenko Anastasiya │ 1 │
│ semigradsky │ 1 │
│ Yury Yatsynovich │ 1 │
└─────────────────────┴───────┘
(24 rows)
Time: 12647,385 ms (00:12,647)
DP
PR
23:37:30 [gis] > select osm_user, count(*) from osm where ST_DWithin(geog,(select geog from osm where tags@>'{"name":"Минская область"}' and osm_type='relation'), 0) and ts > (now()-interval '6 month') and tags?'power' and (tags->>'power' in ('line', 'substation')) group by 1 order by 2 desc;
┌─────────────────────┬───────┐
│ osm_user │ count │
├─────────────────────┼───────┤
│ Prusaker │ 290 │
│ Latentor │ 29 │
│ bad_mapper │ 24 │
│ ihareg │ 14 │
│ mavl │ 8 │
│ budgawl │ 7 │
│ Антон-1983 │ 6 │
│ dez │ 6 │
│ Reinkarnator │ 3 │
│ Alexey_ND │ 2 │
│ Zverik │ 1 │
│ бббб │ 1 │
│ крама │ 1 │
│ 220380 │ 1 │
│ Расслабон │ 1 │
│ back_spin │ 1 │
│ HelCat332 │ 1 │
│ kartonage │ 1 │
│ Objektive │ 1 │
│ olehz │ 1 │
│ OSM Baranovichi │ 1 │
│ Pechenko Anastasiya │ 1 │
│ semigradsky │ 1 │
│ Yury Yatsynovich │ 1 │
└─────────────────────┴───────┘
(24 rows)
Time: 12647,385 ms (00:12,647)
NM
NM
M