Download outline map of Kazan (geojson format) :
Kazan.geojson (**)
Download polygon array of Kazan map for "Google Maps" :
Kazan.txt
Bounding Box for Kazan Map : ( 40.024739 , 32.512512 , 40.326544 , 32.840638 )
Wikipedia ID for Kazan : Q2318164
Wikipedia SPARQL Query for Kazan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2318164 wdt:P1082 ?population. }
OPTIONAL { wd:Q2318164 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2318164 wdt:P2046 ?area. }
OPTIONAL { wd:Q2318164 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2318164 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2318164 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 Kazan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.024739, 32.512512, 40.326544, 32.840638);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kazan)
[out:json];
(
rel["name"="Kazan"][type=boundary];
rel["name:en"="Kazan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kazan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ahikoy | 40.213370 , 32.769060 |
Akcaoren | 40.271410 , 32.727710 |
Alpagut | 40.211620 , 32.723760 |
Asagikaraoren | 40.282580 , 32.751920 |
Bitik | 40.120470 , 32.621800 |
Calta | 40.247230 , 32.545540 |
Cigir | 40.256640 , 32.705100 |
Cimsit | 40.155900 , 32.627780 |
Dagyaka | 40.077720 , 32.658860 |
Dutozu | 40.282920 , 32.677200 |
Emirgazi | 40.157400 , 32.637250 |
Fethiye | 40.128340 , 32.557200 |
Gunbasi | 40.214990 , 32.712360 |
Guvenc | 40.144460 , 32.724040 |
Icoren | 40.230010 , 32.738520 |
Incegiz | 40.264440 , 32.774830 |
Ine | 40.201190 , 32.572340 |
Iymir | 40.197100 , 32.637410 |
Kazan | 40.231670 , 32.683890 |
Kiliclar | 40.173030 , 32.769400 |
Kinik | 40.171530 , 32.561110 |
Kislakoy | 40.099080 , 32.602110 |
Kumpinar | 40.179500 , 32.675880 |
Orhaniye | 40.102200 , 32.674000 |
Pecenek | 40.223900 , 32.796810 |
Sancar | 40.216050 , 32.782520 |
Saraykoy | 40.055900 , 32.631520 |
Sariayak | 40.265690 , 32.630130 |
Sarilar | 40.230520 , 32.578790 |
Sogucak | 40.240660 , 32.626820 |
Tekke | 40.282080 , 32.571770 |
Ucari | 40.234340 , 32.771760 |
Yakupdervis | 40.264060 , 32.817060 |
Yaylalar | 40.259590 , 32.783430 |
Yazibeyli | 40.182860 , 32.661090 |
Notes:
- You can download geometry data for Kazan 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.