Download outline map of Piute (geojson format) :
Piute.geojson (**)
Download polygon array of Piute map for "Google Maps" :
Piute.txt
Bounding Box for Piute Map : ( 38.145564 , -112.518504 , 38.512178 , -111.766741 )
Wikipedia ID for Piute : Q27245
Wikipedia SPARQL Query for Piute (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27245 wdt:P1082 ?population. }
OPTIONAL { wd:Q27245 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27245 wdt:P2046 ?area. }
OPTIONAL { wd:Q27245 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27245 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27245 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 Piute map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.145564, -112.518504, 38.512178, -111.766741);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Piute)
[out:json];
(
rel["name"="Piute"][type=boundary];
rel["name:en"="Piute"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Piute
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alunite | 38.379140 , -112.246590 |
Angle | 38.249150 , -111.976580 |
Bullion Falls | 38.409700 , -112.338540 |
Circleville | 38.166130 , -112.265841 |
Greenwich | 38.431090 , -111.922970 |
Hoovers | 38.504140 , -112.257700 |
Junction | 38.237553 , -112.223881 |
Kingston | 38.206565 , -112.179564 |
Lower Kimberly | 38.490250 , -112.390760 |
Marysvale | 38.438155 , -112.255669 |
Pittsburg | 38.505250 , -112.259370 |
Thompsonville | 38.416920 , -112.216590 |
Upper Kimberly | 38.485530 , -112.397150 |
Notes:
- You can download geometry data for Piute 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.