Download outline map of Bui (geojson format) :
Bui.geojson (**)
Download polygon array of Bui map for "Google Maps" :
Bui.txt
Bounding Box for Bui Map : ( 5.975764 , 10.427633 , 6.478767 , 11.052499 )
Wikipedia ID for Bui : Q702284
Wikipedia SPARQL Query for Bui (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q702284 wdt:P1082 ?population. }
OPTIONAL { wd:Q702284 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q702284 wdt:P2046 ?area. }
OPTIONAL { wd:Q702284 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q702284 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q702284 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 Bui map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.975764, 10.427633, 6.478767, 11.052499);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bui)
[out:json];
(
rel["name"="Bui"][type=boundary];
rel["name:en"="Bui"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bui
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bat | 6.150000 , 10.450000 |
Elom | 6.300000 , 10.600000 |
Jakiri | 6.100000 , 10.650000 |
Kishong | 6.233330 , 10.733330 |
Koubokam | 6.050000 , 10.683330 |
Kumbo | 6.200000 , 10.666670 |
Lain | 6.466670 , 10.583330 |
Lassin | 6.433330 , 10.583330 |
Lip | 6.050000 , 10.900000 |
Mbiam | 6.166670 , 10.783330 |
Melim | 6.133330 , 10.600000 |
Ndun | 6.283330 , 10.750000 |
Njotin | 6.250000 , 10.533330 |
Tabessob | 6.116670 , 10.616670 |
Notes:
- You can download geometry data for Bui 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.