Karatu (Arusha) Map Cropping Samples
Karatu (Arusha) Map Cropping Samples-1
Karatu (Arusha) Map Cropping Samples-2
Karatu neighborhoods and villages map with 3D shadow effect
flag map of Karatu with 3D shadow effect
Karatu map with 3d shadow effect
Download outline map of Karatu (geojson format) :
Karatu.geojson (**)
Download polygon array of Karatu map for "Google Maps" :
Karatu.txt
Bounding Box for Karatu Map : ( -3.944438 , 34.749262 , -3.029767 , 35.975552 )
Wikipedia ID for Karatu : Q940198
Wikipedia SPARQL Query for Karatu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q940198 wdt:P1082 ?population. }
OPTIONAL { wd:Q940198 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q940198 wdt:P2046 ?area. }
OPTIONAL { wd:Q940198 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q940198 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q940198 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 Karatu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-3.944438, 34.749262, -3.029767, 35.975552);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Karatu)
[out:json];
(
rel["name"="Karatu"][type=boundary];
rel["name:en"="Karatu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Karatu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aicho | -3.690230 , 35.542780 |
Endabash | -3.600000 , 35.600000 |
Hadzabe encampment | -3.528100 , 35.435370 |
Kambi ya Nyoka | -3.314680 , 35.593100 |
Karatu | -3.333330 , 35.666670 |
Kibaoni | -3.371050 , 35.809090 |
Konsay | -3.650000 , 35.600000 |
Mangola | -3.416670 , 35.433330 |
Mbulumbulu | -3.250000 , 35.800000 |
Mto | -3.392812 , 35.823013 |
Oldeani | -3.349629 , 35.550016 |
Seremai | -3.500000 , 35.616670 |
Sumawe | -3.338220 , 35.668480 |
Notes:
- You can download geometry data for Karatu 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.