Download outline map of Canyon (geojson format) :
Canyon.geojson (**)
Download polygon array of Canyon map for "Google Maps" :
Canyon.txt
Bounding Box for Canyon Map : ( 43.290253 , -117.032578 , 43.880237 , -116.473393 )
Wikipedia ID for Canyon : Q486078
Wikipedia SPARQL Query for Canyon (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486078 wdt:P1082 ?population. }
OPTIONAL { wd:Q486078 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486078 wdt:P2046 ?area. }
OPTIONAL { wd:Q486078 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486078 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486078 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 Canyon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.290253, -117.032578, 43.880237, -116.473393);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Canyon)
[out:json];
(
rel["name"="Canyon"][type=boundary];
rel["name:en"="Canyon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Canyon
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allendale | 43.676270 , -116.874870 |
Amsco | 43.764610 , -116.649300 |
Apple Valley | 43.839880 , -116.996550 |
Bowmont | 43.456000 , -116.540960 |
Caldwell | 43.645885 , -116.659609 |
Deal | 43.506550 , -116.541520 |
Doles | 43.669600 , -116.783750 |
Enrose | 43.701550 , -116.746810 |
Fischer | 43.619330 , -116.583740 |
Greenleaf | 43.674636 , -116.821169 |
Huston | 43.610160 , -116.783200 |
Josephson | 43.748770 , -116.638470 |
Kings Corner | 43.517940 , -116.534570 |
Knowlton Heights | 43.545160 , -116.772920 |
Maddens | 43.661830 , -116.597910 |
Melba | 43.372378 , -116.532201 |
Middleton | 43.712405 , -116.614229 |
Nampa | 43.583166 , -116.564054 |
Notus | 43.726671 , -116.800260 |
Parma | 43.786315 , -116.942910 |
Riverside | 43.501820 , -116.766800 |
Rookstool Corner | 43.778220 , -116.853480 |
Roswell | 43.749050 , -116.961820 |
Simplot | 43.669600 , -116.733470 |
Sunnyslope | 43.588490 , -116.793200 |
Swartz Corner | 43.501270 , -116.555130 |
Tiegs Corner | 43.513770 , -116.514020 |
Underkoflers Corner | 43.619050 , -116.672640 |
Walters Ferry | 43.340440 , -116.599570 |
Warrens | 43.328500 , -116.540120 |
Weitz | 43.669330 , -116.759590 |
Westma | 43.415720 , -116.542070 |
Wilder | 43.678000 , -116.907009 |
Notes:
- You can download geometry data for Canyon 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.