Download outline map of Tarime (geojson format) :
Tarime.geojson (**)
Download polygon array of Tarime map for "Google Maps" :
Tarime.txt
Bounding Box for Tarime Map : ( -1.605831 , 34.164187 , -1.186327 , 34.783026 )
Wikipedia ID for Tarime : Q7194958
Wikipedia SPARQL Query for Tarime (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7194958 wdt:P1082 ?population. }
OPTIONAL { wd:Q7194958 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7194958 wdt:P2046 ?area. }
OPTIONAL { wd:Q7194958 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7194958 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7194958 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 Tarime map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-1.605831, 34.164187, -1.186327, 34.783026);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tarime)
[out:json];
(
rel["name"="Tarime"][type=boundary];
rel["name:en"="Tarime"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tarime
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bwiregi | -1.400000 , 34.650000 |
Gamasara | -1.333330 , 34.333330 |
Isebania | -1.285640 , 34.428580 |
Ketaigwa | -1.283330 , 34.500000 |
Kibuma | -1.383330 , 34.416670 |
Kitandu | -1.433330 , 34.266670 |
Kiterere | -1.316670 , 34.283330 |
Magena | -1.416670 , 34.250000 |
Magoma | -1.350000 , 34.466670 |
Mutana | -1.383330 , 34.266670 |
Nyamougo | -1.483330 , 34.550000 |
Nyamtiro | -1.316670 , 34.583330 |
Nyamwaga | -1.400000 , 34.566670 |
Nyamwigura | -1.350000 , 34.450000 |
Rabwire | -1.450000 , 34.200000 |
Remangwe | -1.300000 , 34.433330 |
Rosana | -1.383330 , 34.466670 |
Sirari | -1.233330 , 34.433330 |
Tarime | -1.350000 , 34.366670 |
Notes:
- You can download geometry data for Tarime 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.