Download outline map of Harare (geojson format) :
Harare.geojson (**)
Download polygon array of Harare map for "Google Maps" :
Harare.txt
Bounding Box for Harare Map : ( -18.003372 , 30.878537 , -17.665572 , 31.220937 )
Wikipedia ID for Harare : Q3921
Wikipedia SPARQL Query for Harare (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3921 wdt:P1082 ?population. }
OPTIONAL { wd:Q3921 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3921 wdt:P2046 ?area. }
OPTIONAL { wd:Q3921 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3921 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3921 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 Harare map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-18.003372, 30.878537, -17.665572, 31.220937);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Harare)
[out:json];
(
rel["name"="Harare Urban"][type=boundary];
rel["name:en"="Harare Urban"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Harare
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bexley Circle | -17.867910 , 31.010730 |
Bingley | -17.830280 , 31.122780 |
Chulu | -17.932500 , 30.929720 |
Comet Rise | -17.768610 , 31.043610 |
Crawborough | -17.846390 , 30.945560 |
Derbyshire Township | -17.934440 , 31.010560 |
Dungarven | -17.756390 , 31.093060 |
Dunowen | -17.891390 , 31.116670 |
Dzivarasekwa | -17.822760 , 30.955370 |
Gleneagles | -17.865830 , 30.905280 |
Good Hope | -17.735560 , 30.955280 |
Groombridge | -17.768330 , 31.053610 |
Gwangwari | -17.683330 , 31.083330 |
Hartlands | -17.944170 , 30.977500 |
Inkubusi | -17.933610 , 30.974440 |
Kingsmead | -17.756940 , 31.102500 |
Lorelei | -17.848890 , 31.128890 |
Mon Abri | -17.745000 , 31.093330 |
Montagu Centre | -17.814320 , 31.037690 |
Mount Pleasant Park | -17.756670 , 31.041940 |
Mtendere | -17.750560 , 31.100000 |
Parkridge Estate | -17.838330 , 30.915830 |
Rumbabvu | -17.733330 , 31.200000 |
Salisbury Park | -17.858610 , 30.950000 |
Stortford | -17.797780 , 30.965560 |
Strathmore | -17.748330 , 31.026940 |
Stubbington Park | -17.752500 , 31.051670 |
Tudeley | -17.768060 , 31.047500 |
Wallace Block | -17.741110 , 31.136110 |
Westgate | -17.766380 , 31.097320 |
Winchendon | -17.718330 , 31.117220 |
Zizalisari | -17.758890 , 31.010560 |
Notes:
- You can download geometry data for Harare 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.