Download outline map of Nez Perce (geojson format) :
Nez Perce.geojson (**)
Download polygon array of Nez Perce map for "Google Maps" :
Nez Perce.txt
Bounding Box for Nez Perce Map : ( 45.855206 , -117.062811 , 46.630813 , -116.360194 )
Wikipedia ID for Nez Perce : Q494569
Wikipedia SPARQL Query for Nez Perce (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494569 wdt:P1082 ?population. }
OPTIONAL { wd:Q494569 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494569 wdt:P2046 ?area. }
OPTIONAL { wd:Q494569 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494569 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494569 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 Nez Perce map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.855206, -117.062811, 46.630813, -116.360194);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nez Perce)
[out:json];
(
rel["name"="Nez Perce"][type=boundary];
rel["name:en"="Nez Perce"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nez Perce
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agatha | 46.510730 , -116.576820 |
Arrow | 46.477940 , -116.767930 |
Beeman | 46.405450 , -116.525150 |
Big George | 46.502680 , -116.492920 |
Bundy | 46.361270 , -116.757370 |
Cameron | 46.605730 , -116.572100 |
Cherrylane | 46.516000 , -116.681540 |
Chesley | 46.349060 , -116.552920 |
Culdesac | 46.375264 , -116.669901 |
Eugene | 46.444340 , -116.552090 |
Forebay | 46.423500 , -116.960160 |
German Settlement | 46.418500 , -116.501810 |
Gifford | 46.443230 , -116.556540 |
Gurney | 46.426270 , -116.951820 |
Jacques | 46.371550 , -116.727370 |
Joseph | 46.447670 , -116.826820 |
Lapwai | 46.404024 , -116.804486 |
Leland | 46.577950 , -116.606820 |
Lenore | 46.508510 , -116.550980 |
Leon | 46.531830 , -117.039330 |
Lewiston | 46.393591 , -116.993415 |
Melrose | 46.408230 , -116.454590 |
North Lapwai | 46.443780 , -116.835990 |
Peck | 46.474428 , -116.425820 |
Southwick | 46.603510 , -116.472090 |
Spalding | 46.446830 , -116.817370 |
Sweetwater | 46.367637 , -116.797480 |
Taplin | 46.152100 , -116.931260 |
Valley View Heights | 46.423220 , -116.970710 |
Waha | 46.213210 , -116.852090 |
Webb | 46.343770 , -116.833210 |
Willola | 46.504890 , -116.570150 |
Zaza | 46.062100 , -116.846260 |
Notes:
- You can download geometry data for Nez Perce 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.