Download outline map of Kot (geojson format) :
Kot.geojson (**)
Download polygon array of Kot map for "Google Maps" :
Kot.txt
Bounding Box for Kot Map : ( 34.046546 , 70.505189 , 34.257628 , 70.729872 )
Wikipedia ID for Kot : Q989293
Wikipedia SPARQL Query for Kot (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q989293 wdt:P1082 ?population. }
OPTIONAL { wd:Q989293 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q989293 wdt:P2046 ?area. }
OPTIONAL { wd:Q989293 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q989293 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q989293 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Kot map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.046546, 70.505189, 34.257628, 70.729872);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kot)
[out:json];
(
rel["name"="Kot"][type=boundary];
rel["name:en"="Kot"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kot
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
'Ata Khan Kelay | 34.175610 , 70.624470 |
Anar Khel | 34.210370 , 70.655170 |
Banduk | 34.121740 , 70.563990 |
Dowani | 34.157630 , 70.610920 |
Du Shah | 34.179220 , 70.632150 |
Faqirabad | 34.166250 , 70.546640 |
Gawpur | 34.093960 , 70.571300 |
Ghar Kelay | 34.218040 , 70.669290 |
Gundiyani | 34.244830 , 70.714810 |
Haidar Khel | 34.152210 , 70.616560 |
Hindrani | 34.150090 , 70.601860 |
Jabah | 34.196920 , 70.648660 |
Kalajat | 34.148450 , 70.610080 |
Kats | 34.100890 , 70.521550 |
Manzuni | 34.200400 , 70.643040 |
Mitrani | 34.195420 , 70.638470 |
Pursha Khel | 34.124940 , 70.551050 |
Sa'adatmand | 34.143820 , 70.608860 |
Shamah Khel | 34.196750 , 70.656610 |
Shashah Khel | 34.164810 , 70.620050 |
Shigey | 34.184140 , 70.648280 |
Shubdiyani | 34.239090 , 70.723410 |
Sipia | 34.137920 , 70.573750 |
Surubi | 34.090140 , 70.553640 |
Tangay | 34.089190 , 70.523860 |
Tawus Khel | 34.213420 , 70.662070 |
Tsaperai | 34.085030 , 70.541690 |
Zarbachah | 34.218690 , 70.685510 |
Notes:
- You can download geometry data for Kot in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.