Download outline map of Big Horn (geojson format) :
Big Horn.geojson (**)
Download polygon array of Big Horn map for "Google Maps" :
Big Horn.txt
Bounding Box for Big Horn Map : ( 44.993788 , -108.69982 , 46.043627 , -106.263573 )
Wikipedia ID for Big Horn : Q417405
Wikipedia SPARQL Query for Big Horn (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q417405 wdt:P1082 ?population. }
OPTIONAL { wd:Q417405 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q417405 wdt:P2046 ?area. }
OPTIONAL { wd:Q417405 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q417405 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q417405 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 Big Horn map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.993788, -108.69982, 46.043627, -106.263573);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Big Horn)
[out:json];
(
rel["name"="Big Horn"][type=boundary];
rel["name:en"="Big Horn"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Big Horn
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aberdeen | 45.054410 , -107.357030 |
| Benteen | 45.456360 , -107.396480 |
| Busby | 45.528047 , -106.975291 |
| Corinth | 45.855800 , -107.964830 |
| Crow Agency | 45.602638 , -107.459145 |
| Decker | 45.011920 , -106.863400 |
| Dunmore | 45.678590 , -107.504530 |
| Fort Smith | 45.313608 , -107.928880 |
| Forty Mile Colony | 45.269970 , -107.350650 |
| Foster | 45.924980 , -107.590910 |
| Garryowen | 45.526640 , -107.419530 |
| Hardin | 45.742238 , -107.608013 |
| Kingley | 45.898590 , -107.601750 |
| Kirby | 45.332480 , -106.981730 |
| Lodge Grass | 45.314163 , -107.367310 |
| Muddy | 45.579770 , -106.775329 |
| Old Ford Place | 45.903870 , -107.457290 |
| Pryor | 45.412575 , -108.529048 |
| Quietus | 45.096380 , -106.283090 |
| Saint Xavier | 45.461070 , -107.721770 |
| Spear | 45.199690 , -107.379260 |
| St. Xavier | 45.457171 , -107.725340 |
| Toluca | 45.747190 , -107.872050 |
| Wyola | 45.115345 , -107.373808 |
| Yellowtail | 45.310927 , -107.935239 |
Notes:
- You can download geometry data for Big Horn 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.