Download outline map of Lewis and Clark (geojson format) :
Lewis and Clark.geojson (**)
Download polygon array of Lewis and Clark map for "Google Maps" :
Lewis and Clark.txt
Bounding Box for Lewis and Clark Map : ( 46.414484 , -113.165906 , 47.953982 , -111.494522 )
Wikipedia ID for Lewis and Clark : Q496656
Wikipedia SPARQL Query for Lewis and Clark (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496656 wdt:P1082 ?population. }
OPTIONAL { wd:Q496656 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496656 wdt:P2046 ?area. }
OPTIONAL { wd:Q496656 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496656 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496656 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 Lewis and Clark map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.414484, -113.165906, 47.953982, -111.494522);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lewis and Clark)
[out:json];
(
rel["name"="Lewis and Clark"][type=boundary];
rel["name:en"="Lewis and Clark"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lewis and Clark
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Augusta | 47.489329 , -112.392157 |
| Austin | 46.639100 , -112.245290 |
| Bald Butte | 46.724100 , -112.346410 |
| Birdseye | 46.665490 , -112.150280 |
| Broadwater | 46.603550 , -112.086670 |
| Canyon Creek | 46.805490 , -112.264460 |
| Canyon Ferry | 46.655490 , -111.718310 |
| Cavetown | 46.654100 , -111.700810 |
| Craig | 47.074121 , -111.965115 |
| East Helena | 46.584974 , -111.915873 |
| Evergreen Court | 46.644380 , -112.020280 |
| Forest Heights | 46.578270 , -112.296400 |
| Fort Harrison | 46.576120 , -112.098709 |
| Four Range | 46.582990 , -111.927770 |
| Frontier Town | 46.569380 , -112.306400 |
| Gearing | 46.714380 , -112.133890 |
| Gilman | 47.509110 , -112.365300 |
| Gloster | 46.762720 , -112.339460 |
| Helena | 46.596295 , -112.019477 |
| Helena Valley Northeast | 46.699214 , -111.951754 |
| Helena Valley Northwest | 46.728937 , -112.062757 |
| Helena Valley Southeast | 46.617558 , -111.918467 |
| Helena Valley West Central | 46.663288 , -112.060363 |
| Helena West Side | 46.596736 , -112.113043 |
| Iron | 46.686600 , -112.060560 |
| La Chapelle Place | 47.340500 , -112.290850 |
| Lakeside | 46.677990 , -111.834710 |
| Lincoln | 46.953025 , -112.669327 |
| Lower Ellis Place | 47.283280 , -112.292520 |
| Marysville | 46.750242 , -112.302733 |
| McHugh Trailer Court | 46.615490 , -112.028610 |
| Milford Colony | 47.329670 , -112.209730 |
| Mobile City Home Park | 46.609660 , -112.063330 |
| Mountain View Trailer Court | 46.604930 , -111.931380 |
| Nelson | 46.816880 , -111.809150 |
| Old Weiss and French Place | 46.806880 , -111.924440 |
| Packers | 47.497170 , -112.886990 |
| Park City | 46.541320 , -112.109450 |
| Prairie Mobile Village | 46.631050 , -111.934160 |
| Reynolds Trailer Court | 46.611600 , -112.064720 |
| Riebeling | 47.504390 , -112.148900 |
| Rimini | 46.487990 , -112.246680 |
| Sieben | 46.898550 , -112.127230 |
| Silver City | 46.755490 , -112.169730 |
| Skyline | 46.651050 , -112.285290 |
| Split Rock Junction | 47.515220 , -112.458360 |
| Stoner Place | 47.514390 , -112.730040 |
| Strom | 46.891050 , -112.311680 |
| Tobin | 46.637990 , -112.104450 |
| Unionville | 46.541320 , -112.085000 |
| Upper Ellis Place | 47.315220 , -112.338070 |
| Vista | 46.787160 , -111.616090 |
| Weed | 46.648820 , -112.255010 |
| Wilborn | 46.883550 , -112.343070 |
| Wolf Creek | 47.006050 , -112.069170 |
| York | 46.721600 , -111.751930 |
Notes:
- You can download geometry data for Lewis and Clark 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.