Download outline map of Kesap (geojson format) :
Kesap.geojson (**)
Download polygon array of Kesap map for "Google Maps" :
Kesap.txt
Bounding Box for Kesap Map : ( 40.698155 , 38.449464 , 40.972084 , 38.646818 )
Wikipedia ID for Kesap : Q943807
Wikipedia SPARQL Query for Kesap (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q943807 wdt:P1082 ?population. }
OPTIONAL { wd:Q943807 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q943807 wdt:P2046 ?area. }
OPTIONAL { wd:Q943807 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q943807 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q943807 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 Kesap map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.698155, 38.449464, 40.972084, 38.646818);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kesap)
[out:json];
(
rel["name"="Keşap"][type=boundary];
rel["name:en"="Keşap"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kesap
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alatas | 40.865550 , 38.529670 |
Altinpinar | 40.893010 , 38.512620 |
Armutduzu | 40.787390 , 38.544400 |
Baliklisu | 40.906490 , 38.588510 |
Bayrambey | 40.856770 , 38.514810 |
Bayramsah | 40.920620 , 38.611350 |
Cakirli | 40.875400 , 38.565160 |
Cam | 40.966670 , 38.633330 |
Camlica | 40.781690 , 38.535030 |
Ceylanpinar | 40.798780 , 38.547380 |
Demirci | 40.862580 , 38.523700 |
Dokuztepe | 40.881970 , 38.525900 |
Gecitkoy | 40.772240 , 38.543110 |
Gonullu | 40.920800 , 38.589980 |
Guney | 40.892890 , 38.474940 |
Gurpinar | 40.889180 , 38.582400 |
Halkali | 40.823720 , 38.534820 |
Harmandali | 40.896370 , 38.609480 |
Hisarustu | 40.960090 , 38.616970 |
Karabulduk | 40.820430 , 38.549410 |
Karadere | 40.876860 , 38.547690 |
Karaishak | 40.908050 , 38.567950 |
Karakoc | 40.914130 , 38.552650 |
Kasalti | 40.912320 , 38.593570 |
Kayabasi | 40.875590 , 38.486510 |
Kilicli | 40.917970 , 38.564510 |
Kucukkoy | 40.902490 , 38.453110 |
Sancaklitepe | 40.892100 , 38.573390 |
Saraycik | 40.898190 , 38.594700 |
Sayca | 40.875740 , 38.509970 |
Surmenli | 40.911220 , 38.575970 |
Taflancik | 40.894750 , 38.557060 |
Tepekoy | 40.918890 , 38.558440 |
Tongel | 40.871910 , 38.569370 |
Unaca | 40.835730 , 38.535520 |
Yazlik | 40.897350 , 38.569770 |
Yivdincik | 40.853190 , 38.563490 |
Yolbasi | 40.928390 , 38.605200 |
Yunluce | 40.857120 , 38.588610 |
Notes:
- You can download geometry data for Kesap 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.