Download outline map of Kabo (geojson format) :
Kabo.geojson (**)
Download polygon array of Kabo map for "Google Maps" :
Kabo.txt
Bounding Box for Kabo Map : ( 11.781171 , 8.062366 , 11.977571 , 8.321166 )
Wikipedia ID for Kabo : Q7210472
Wikipedia SPARQL Query for Kabo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7210472 wdt:P1082 ?population. }
OPTIONAL { wd:Q7210472 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7210472 wdt:P2046 ?area. }
OPTIONAL { wd:Q7210472 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7210472 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7210472 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 Kabo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](11.781171, 8.062366, 11.977571, 8.321166);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kabo)
[out:json];
(
rel["name"="Kabo"][type=boundary];
rel["name:en"="Kabo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kabo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baskore | 11.842740 , 8.157620 |
Buwawa | 11.949510 , 8.073170 |
Dagabau | 11.799450 , 8.210570 |
Damurna | 11.832650 , 8.305060 |
Durum | 11.904550 , 8.230360 |
Gammo | 11.889860 , 8.130210 |
Garo | 11.949610 , 8.105210 |
Ginkoso | 11.806390 , 8.273900 |
Godiya | 11.918040 , 8.132350 |
Goza | 11.939130 , 8.129150 |
Gupan Tumo | 11.974770 , 8.100770 |
Indabo | 11.955400 , 8.178830 |
Juli | 11.893130 , 8.294800 |
Kabo | 11.856060 , 8.170200 |
Kanya | 11.958320 , 8.148170 |
Kazode | 11.856010 , 8.272860 |
Mallam Gayere | 11.859510 , 8.194570 |
Massanawa | 11.843150 , 8.241120 |
Unguwan Larawa | 11.828450 , 8.176430 |
Wali | 11.941990 , 8.143360 |
Wangara | 11.856340 , 8.280670 |
Notes:
- You can download geometry data for Kabo 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.