Download outline map of Valley (geojson format) :
Valley.geojson (**)
Download polygon array of Valley map for "Google Maps" :
Valley.txt
Bounding Box for Valley Map : ( 47.660461 , -107.414986 , 49.000024 , -105.804345 )
Wikipedia ID for Valley : Q496764
Wikipedia SPARQL Query for Valley (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496764 wdt:P1082 ?population. }
OPTIONAL { wd:Q496764 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496764 wdt:P2046 ?area. }
OPTIONAL { wd:Q496764 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496764 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496764 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 Valley map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.660461, -107.414986, 49.000024, -105.804345);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Valley)
[out:json];
(
rel["name"="Valley"][type=boundary];
rel["name:en"="Valley"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Valley
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baylor | 48.663360 , -106.479480 |
Beaverton | 48.423610 , -107.253970 |
Fort Peck | 48.007091 , -106.455280 |
Frazer | 48.053216 , -106.048155 |
Glasgow | 48.198808 , -106.632227 |
Hinsdale | 48.403560 , -107.058247 |
Larslan | 48.578360 , -106.193910 |
Lustre | 48.393360 , -105.882230 |
Miles Crossing | 48.481670 , -107.151740 |
Murray Place | 47.806680 , -107.065910 |
Nashua | 48.133783 , -106.357560 |
Opheim | 48.857123 , -106.408227 |
Paisley | 48.262908 , -106.738150 |
Park Grove | 48.030300 , -106.445320 |
Richland | 48.820860 , -106.051130 |
Roanwood | 48.941410 , -106.497810 |
St. Marie | 48.405291 , -106.498559 |
Tampico | 48.304740 , -106.827000 |
Thoeny | 48.876960 , -106.917550 |
Vandalia | 48.354740 , -106.909780 |
Whately | 48.162800 , -106.511430 |
Wheeler | 48.009460 , -106.506150 |
Notes:
- You can download geometry data for Valley 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.