Download outline map of Glacier (geojson format) :
Glacier.geojson (**)
Download polygon array of Glacier map for "Google Maps" :
Glacier.txt
Bounding Box for Glacier Map : ( 48.309372 , -114.068153 , 48.998968 , -112.18437 )
Wikipedia ID for Glacier : Q31091
Wikipedia SPARQL Query for Glacier (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q31091 wdt:P1082 ?population. }
OPTIONAL { wd:Q31091 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q31091 wdt:P2046 ?area. }
OPTIONAL { wd:Q31091 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q31091 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q31091 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 Glacier map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.309372, -114.068153, 48.998968, -112.18437);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Glacier)
[out:json];
(
rel["name"="Glacier"][type=boundary];
rel["name:en"="Glacier"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Glacier
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Babb | 48.877720 , -113.440849 |
Bison | 48.387190 , -113.266200 |
Blackfoot | 48.575250 , -112.876740 |
Browning | 48.556305 , -113.015125 |
Cassidy Curve | 48.827480 , -113.550660 |
Cut Bank | 48.634529 , -112.330883 |
Del Bonita | 48.998050 , -112.788140 |
Durham | 48.518860 , -113.117030 |
East Glacier Park Village | 48.445916 , -113.223501 |
False Summit | 48.371910 , -113.279540 |
Fort Piegan | 48.630540 , -112.647570 |
Glacier Colony | 48.832770 , -112.218940 |
Glendale Colony | 48.844430 , -112.545340 |
Gunsight | 48.637200 , -112.462000 |
Hidden Lake Colony | 48.590810 , -112.592560 |
Kiowa | 48.547750 , -113.270930 |
Little Browning | 48.625245 , -112.350060 |
Meriwether | 48.606370 , -112.760910 |
North Browning | 48.568348 , -113.017122 |
Piegan | 48.434700 , -112.694510 |
Rising Sun | 48.696360 , -113.517880 |
Saint Mary | 48.743870 , -113.429550 |
Santa Rita | 48.697694 , -112.317307 |
Seville Colony | 48.696090 , -112.581460 |
Siyeh Bend | 48.701640 , -113.667610 |
South Browning | 48.545832 , -113.012691 |
Spotted Robe | 48.456805 , -113.193852 |
St. Mary Lake | 48.805488 , -113.631763 |
Star | 48.544140 , -113.212040 |
Starr School | 48.597629 , -113.143293 |
Summit | 48.319410 , -113.353430 |
Sundance | 48.633870 , -112.533670 |
Swiftcurrent | 48.797480 , -113.669000 |
Wetzel | 48.753310 , -113.164820 |
Notes:
- You can download geometry data for Glacier 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.