Serengeti (Mara) Map Cropping Samples
Serengeti (Mara) Map Cropping Samples-1
Serengeti (Mara) Map Cropping Samples-2
Serengeti neighborhoods and villages map with 3D shadow effect
flag map of Serengeti with 3D shadow effect
Serengeti map with 3d shadow effect
Download outline map of Serengeti (geojson format) :
Serengeti.geojson (**)
Download polygon array of Serengeti map for "Google Maps" :
Serengeti.txt
Bounding Box for Serengeti Map : ( -2.498291 , 34.215418 , -1.416299 , 35.265917 )
Wikipedia ID for Serengeti : Q7193912
Wikipedia SPARQL Query for Serengeti (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7193912 wdt:P1082 ?population. }
OPTIONAL { wd:Q7193912 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7193912 wdt:P2046 ?area. }
OPTIONAL { wd:Q7193912 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7193912 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7193912 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 Serengeti map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-2.498291, 34.215418, -1.416299, 35.265917);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Serengeti)
[out:json];
(
rel["name"="Serengeti"][type=boundary];
rel["name:en"="Serengeti"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Serengeti
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Banagi | -2.266670 , 34.850000 |
Borenga | -1.528630 , 34.522990 |
Ikoma | -2.066670 , 34.616670 |
Ikorongo | -1.583330 , 34.416670 |
Iramba | -1.700000 , 34.283330 |
Issenye | -2.000000 , 34.333330 |
Kilima Fedha | -2.266670 , 34.916670 |
Kisaka | -1.550000 , 34.466670 |
Maji Moto | -1.633330 , 34.333330 |
Mugumu | -1.850000 , 34.700000 |
Nata | -2.000000 , 34.400000 |
Ngoreme | -1.633330 , 34.350000 |
Nyabogati | -2.316670 , 34.966670 |
Nyabwitagi | -2.250000 , 35.033330 |
Nyamatoke | -1.833330 , 34.416670 |
Nyansurura | -1.629820 , 34.611380 |
Nyiboko | -1.533330 , 34.483330 |
Nyigati | -1.950000 , 34.650000 |
Robanda | -2.116670 , 34.650000 |
Ruhogo | -2.250000 , 34.883330 |
Seronera | -2.435960 , 34.819840 |
Notes:
- You can download geometry data for Serengeti 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.