Power (Idaho) Map Cropping Samples
Power (Idaho) Map Cropping Samples-1
Power (Idaho) Map Cropping Samples-2
Power neighborhoods and villages map with 3D shadow effect
flag map of Power with 3D shadow effect
Power map with 3d shadow effect
Download outline map of Power (geojson format) :
Power.geojson (**)
Download polygon array of Power map for "Google Maps" :
Power.txt
Bounding Box for Power Map : ( 42.327384 , -113.243846 , 43.111109 , -112.379531 )
Wikipedia ID for Power : Q491311
Wikipedia SPARQL Query for Power (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491311 wdt:P1082 ?population. }
OPTIONAL { wd:Q491311 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491311 wdt:P2046 ?area. }
OPTIONAL { wd:Q491311 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491311 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491311 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 Power map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.327384, -113.243846, 43.111109, -112.379531);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Power)
[out:json];
(
rel["name"="Power"][type=boundary];
rel["name:en"="Power"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Power
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
American Falls | 42.782631 , -112.854228 |
Arbon | 42.455750 , -112.568310 |
Arbon Valley | 42.884672 , -112.594284 |
Bannock | 42.861300 , -112.722770 |
Crystal | 42.653800 , -112.496370 |
Don | 42.909360 , -112.529980 |
Fairview | 42.850190 , -112.869440 |
Lone Rock | 42.767410 , -112.821100 |
Michaud | 42.890190 , -112.614430 |
Neeley | 42.733520 , -112.914990 |
Pauline | 42.570750 , -112.560260 |
Quigley | 42.738240 , -113.070000 |
Rockland | 42.573355 , -112.874750 |
Roy | 42.363800 , -112.831100 |
Notes:
- You can download geometry data for Power 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.