Download outline map of Powell (geojson format) :
Powell.geojson (**)
Download polygon array of Powell map for "Google Maps" :
Powell.txt
Bounding Box for Powell Map : ( 46.265625 , -113.466719 , 47.600295 , -112.293036 )
Wikipedia ID for Powell : Q496602
Wikipedia SPARQL Query for Powell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496602 wdt:P1082 ?population. }
OPTIONAL { wd:Q496602 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496602 wdt:P2046 ?area. }
OPTIONAL { wd:Q496602 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496602 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496602 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 Powell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.265625, -113.466719, 47.600295, -112.293036);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Powell)
[out:json];
(
rel["name"="Powell"][type=boundary];
rel["name:en"="Powell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Powell
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Avon | 46.626382 , -112.582001 |
Blossburg | 46.632710 , -112.321960 |
Bradley | 46.566758 , -112.675900 |
Brock Creek | 46.603540 , -112.855600 |
Coughlin | 46.933550 , -112.953660 |
Danielsville | 46.292150 , -113.015320 |
Deer Lodge | 46.397723 , -112.732898 |
Dutton | 46.602990 , -112.947270 |
Elliston | 46.558702 , -112.463891 |
Finn | 46.766050 , -112.703650 |
Garrison | 46.525948 , -112.820465 |
Geary | 47.031330 , -113.021160 |
Gold Creek | 46.586600 , -112.928660 |
Helmville | 46.866600 , -112.961160 |
Jens | 46.604100 , -113.006170 |
Keiley | 46.762710 , -112.680590 |
Lingenpolter | 46.532710 , -112.967550 |
Mannix | 46.774660 , -112.768100 |
McDonald | 46.649930 , -112.585590 |
McGillvary | 46.660770 , -112.594480 |
Ovando | 47.020728 , -113.171735 |
Pioneer | 46.512430 , -112.966160 |
Prison Farm | 46.384650 , -112.731980 |
Quigley | 46.673550 , -112.594480 |
Racetrack | 46.278810 , -112.748650 |
Reynolds City | 46.821040 , -113.287020 |
Top O'Deep | 46.824380 , -113.259240 |
Wall City | 46.543820 , -112.938660 |
Woodworth | 47.106330 , -113.302570 |
Notes:
- You can download geometry data for Powell 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.