Download outline map of Waipa (geojson format) :
Waipa.geojson (**)
Download polygon array of Waipa map for "Google Maps" :
Waipa.txt
Bounding Box for Waipa Map : ( -38.198685 , 175.055901 , -37.769015 , 175.660457 )
Wikipedia ID for Waipa : Q1760796
Wikipedia SPARQL Query for Waipa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1760796 wdt:P1082 ?population. }
OPTIONAL { wd:Q1760796 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1760796 wdt:P2046 ?area. }
OPTIONAL { wd:Q1760796 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1760796 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1760796 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 Waipa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-38.198685, 175.055901, -37.769015, 175.660457);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Waipa)
[out:json];
(
rel["name"="Waipa District"][type=boundary];
rel["name:en"="Waipa District"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Waipa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bruntwood | -37.850000 , 175.433330 |
Harapepe | -37.933330 , 175.133330 |
Hautapu | -37.860830 , 175.453550 |
Kaipaki | -37.933330 , 175.366670 |
Karamu | -37.870063 , 175.117058 |
Karapiro | -37.903156 , 175.616222 |
Maungatautari | -37.998482 , 175.588718 |
Mystery Creek | -37.870079 , 175.349950 |
Ngahinapouri | -37.879396 , 175.200687 |
Ohaupo | -37.916808 , 175.328189 |
Parawera | -38.093884 , 175.471182 |
Pirongia | -37.992184 , 175.189540 |
Pokuru | -38.049647 , 175.245173 |
Pukeatua | -38.073164 , 175.573429 |
Rotoorangi | -38.000231 , 175.461448 |
Rukuhia | -37.861555 , 175.301248 |
Te Mawhai | -38.050000 , 175.300000 |
Te Miro | -37.819751 , 175.563150 |
Te Pahu | -37.934188 , 175.132515 |
Tokanui | -38.067188 , 175.319634 |
Wharepapa South | -38.192803 , 175.603454 |
Whitehall | -37.883330 , 175.566670 |
Notes:
- You can download geometry data for Waipa 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.