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.165666 , -108.622147 , 45.0016 , -107.145001 )
Wikipedia ID for Big Horn : Q108626
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:Q108626 wdt:P1082 ?population. }
OPTIONAL { wd:Q108626 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108626 wdt:P2046 ?area. }
OPTIONAL { wd:Q108626 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108626 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108626 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.165666, -108.622147, 45.0016, -107.145001);
);
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) |
Basin | 44.380618 , -108.046626 |
Burlington | 44.447066 , -108.432023 |
Byron | 44.796319 , -108.508230 |
Cowley | 44.883530 , -108.469434 |
Deaver | 44.889024 , -108.596018 |
Emblem | 44.505790 , -108.391780 |
Flitners Corner | 44.530510 , -107.862590 |
Greybull | 44.489094 , -108.059130 |
Hewitt Place | 44.244950 , -108.516780 |
Hyattville | 44.249777 , -107.614964 |
Kane | 44.843570 , -108.202890 |
Lovell | 44.835801 , -108.391888 |
Manderson | 44.269906 , -107.964022 |
Meadow Lark Lake | 44.194230 , -107.208490 |
Meadow Lark Lake | 44.175520 , -107.253400 |
Otto | 44.403290 , -108.274270 |
Reeves Corner | 44.521350 , -107.864820 |
Sales Place | 44.189950 , -108.536230 |
Shell | 44.534519 , -107.784481 |
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.