Download outline map of Mackenzie (geojson format) :
Mackenzie.geojson (**)
Download polygon array of Mackenzie map for "Google Maps" :
Mackenzie.txt
Bounding Box for Mackenzie Map : ( -44.466051 , 169.815521 , -43.409894 , 171.222741 )
Wikipedia ID for Mackenzie : Q1760822
Wikipedia SPARQL Query for Mackenzie (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1760822 wdt:P1082 ?population. }
OPTIONAL { wd:Q1760822 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1760822 wdt:P2046 ?area. }
OPTIONAL { wd:Q1760822 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1760822 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1760822 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 Mackenzie map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-44.466051, 169.815521, -43.409894, 171.222741);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mackenzie)
[out:json];
(
rel["name"="Mackenzie District"][type=boundary];
rel["name:en"="Mackenzie District"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mackenzie
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Albury | -44.293708 , 170.796153 |
Allandale | -44.049596 , 170.897827 |
Aoraki Mount Cook National Park | -43.599254 , 170.285265 |
Ashwick Flat | -44.007077 , 170.798913 |
Ben Ohau | -44.131327 , 170.032255 |
Birch Hill | -43.825239 , 170.110502 |
Burkes Pass | -44.147565 , 170.652378 |
Cattle Valley | -44.060452 , 170.960998 |
Coal Stream | -44.141701 , 170.781504 |
Dobson Valley | -43.944860 , 169.963813 |
Fairlie | -43.893603 , 170.936720 |
Gammack | -43.712916 , 170.420047 |
Glentanner | -43.874965 , 170.076150 |
Kimbell | -44.060900 , 170.748997 |
Lake Pukaki | -44.183330 , 170.150000 |
Lake Tekapo | -44.010426 , 170.472008 |
Lilybank | -43.714293 , 170.543861 |
Mawaro | -44.300000 , 170.883330 |
Middle Valley | -44.112483 , 170.934435 |
Morgans Island | -44.100756 , 170.199371 |
Motuariki Island | -43.939005 , 170.522145 |
Mount Cook Village | -43.737090 , 170.099260 |
Mount Dobson | -43.962568 , 170.689481 |
Owersby | -44.066670 , 170.950000 |
Pukaki | -44.225589 , 170.220529 |
Pusey | -44.050000 , 170.916670 |
Sherwood Downs | -43.966670 , 170.866670 |
Sibbald | -43.601608 , 170.588334 |
Simons Pass | -44.200000 , 170.283330 |
Tasman River | -43.843126 , 170.144318 |
Tekapo | -44.079910 , 170.417781 |
Tekapo Military Camp | -43.947001 , 170.356746 |
Twizel | -44.257591 , 170.073775 |
Waikarua | -44.033330 , 170.883330 |
Winscombe | -44.000000 , 170.833330 |
Notes:
- You can download geometry data for Mackenzie 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.