Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Find uncategorized images with location in Western Pomerania (1)
by
Erell
This query is marked as a draft
This query has been published
by
Mahir256
.
The bounding box ought to be revised to omit locations in the neighboring Indian states.
Toggle Highlighting
SQL
use commonswiki_p; set @cat1:="All_media_needing_categories_as_of_20%"; set @cat2:="Media_needing_category_review_as_of_%"; set @cat3:="Photos_from_Panoramio_needing_categories_as_of_%"; set @cat4:="Media with geo-coordinates needing categories"; #describe geo_tags; select distinct #gt_lat, gt_lon, gt_page_id, (select concat("https://commons.wikimedia.org/wiki/File:",page_title) from page where page_id = gt_page_id) as title #,count(*) from geo_tags inner join categorylinks on gt_page_id = cl_from where (cl_to like @cat1 or cl_to like @cat2 or cl_to like @cat3 or cl_to like @cat4) and cl_type="file" and ( ((gt_lon>=88.0234 and gt_lat>=20.7904 and gt_lon<92.6316 and gt_lat<26.5715)) ) order by 1 limit 4500;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...