Download outline map of Washakie (geojson format) :
Washakie.geojson (**)
Download polygon array of Washakie map for "Google Maps" :
Washakie.txt
Bounding Box for Washakie Map : ( 43.500219 , -108.550815 , 44.168475 , -107.110734 )
Wikipedia ID for Washakie : Q112846
Wikipedia SPARQL Query for Washakie (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112846 wdt:P1082 ?population. }
OPTIONAL { wd:Q112846 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112846 wdt:P2046 ?area. }
OPTIONAL { wd:Q112846 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112846 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112846 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 Washakie map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.500219, -108.550815, 44.168475, -107.110734);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Washakie)
[out:json];
(
rel["name"="Washakie"][type=boundary];
rel["name:en"="Washakie"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Washakie
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Airport Road | 43.993290 , -107.949260 |
Colter | 43.956350 , -108.013980 |
Durkee | 44.130510 , -107.913430 |
Eccles | 44.138290 , -107.908430 |
French Vee | 43.718850 , -107.235900 |
South Flat | 43.929680 , -108.003710 |
South Flat | 43.930130 , -108.015040 |
Ten Sleep | 44.035009 , -107.448329 |
Washakie Ten | 44.095510 , -107.908700 |
West River | 44.098570 , -107.953430 |
West River | 44.097250 , -107.996060 |
Winchester | 43.904750 , -108.091530 |
Worland | 44.002538 , -107.954333 |
Notes:
- You can download geometry data for Washakie 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.