Download outline map of Grey (geojson format) :
Grey.geojson (**)
Download polygon array of Grey map for "Google Maps" :
Grey.txt
Bounding Box for Grey Map : ( -42.76252 , 171.129116 , -42.056275 , 172.195773 )
Wikipedia ID for Grey : Q642203
Wikipedia SPARQL Query for Grey (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q642203 wdt:P1082 ?population. }
OPTIONAL { wd:Q642203 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q642203 wdt:P2046 ?area. }
OPTIONAL { wd:Q642203 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q642203 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q642203 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 Grey map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-42.76252, 171.129116, -42.056275, 172.195773);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grey)
[out:json];
(
rel["name"="Grey District"][type=boundary];
rel["name:en"="Grey District"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grey
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ahaura | -42.368592 , 171.568778 |
Arnold Valley | -42.487152 , 171.423356 |
Atarau | -42.240027 , 171.517876 |
Barrytown | -42.250614 , 171.338449 |
Bell Hill | -42.550000 , 171.600000 |
Dunganville | -42.572160 , 171.329907 |
Greenstone | -42.633330 , 171.266670 |
Haupiri | -42.617904 , 171.710662 |
Hochstetter | -42.481023 , 171.639981 |
Hohonu | -42.692838 , 171.303679 |
Kaimata | -42.516670 , 171.400000 |
Kamaka | -42.433330 , 171.383330 |
Kokiri | -42.500000 , 171.383330 |
Kotuku | -42.550000 , 171.466670 |
Mahers Creek | -42.183330 , 171.333330 |
Mitchells | -42.641030 , 171.414184 |
Moana | -42.573517 , 171.531094 |
Mount Ajax | -42.583051 , 171.967403 |
Nelson Creek | -42.416670 , 171.516670 |
Ngahere | -42.389965 , 171.482347 |
Poerua | -42.700000 , 171.500000 |
Raupo | -42.316670 , 171.583330 |
Refuge Island / Takataka | -42.617748 , 171.471692 |
Rotomanu | -42.650000 , 171.533330 |
Ruru | -42.583330 , 171.500000 |
Taramakau | -42.683330 , 171.250000 |
Te Kinga | -42.633330 , 171.500000 |
Totara Flat | -42.406064 , 171.803429 |
Notes:
- You can download geometry data for Grey 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.