Download outline map of Latah (geojson format) :
Latah.geojson (**)
Download polygon array of Latah map for "Google Maps" :
Latah.txt
Bounding Box for Latah Map : ( 46.541785 , -117.03995 , 47.130783 , -116.329279 )
Wikipedia ID for Latah : Q284840
Wikipedia SPARQL Query for Latah (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q284840 wdt:P1082 ?population. }
OPTIONAL { wd:Q284840 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q284840 wdt:P2046 ?area. }
OPTIONAL { wd:Q284840 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q284840 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q284840 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 Latah map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.541785, -117.03995, 47.130783, -116.329279);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Latah)
[out:json];
(
rel["name"="Latah"][type=boundary];
rel["name:en"="Latah"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Latah
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aspendale | 46.676840 , -116.497370 |
Avon | 46.826010 , -116.613770 |
Blaine | 46.657110 , -116.948770 |
Bovill | 46.858905 , -116.393216 |
Cora | 47.003780 , -116.964890 |
Cornwall | 46.708780 , -116.865720 |
Crescent | 46.643230 , -116.425430 |
Deary | 46.800178 , -116.557185 |
Estes | 46.777670 , -117.019890 |
Freeze | 46.961840 , -116.942670 |
Genesee | 46.551485 , -116.928870 |
Hampton | 46.914340 , -116.849330 |
Harvard | 46.917400 , -116.729600 |
Helmer | 46.800730 , -116.470150 |
Howell | 46.735720 , -116.816830 |
Joel | 46.710450 , -116.877940 |
Juliaetta | 46.574139 , -116.709484 |
Kendrick | 46.614825 , -116.653516 |
Lenville | 46.638220 , -116.840440 |
Linden | 46.670730 , -116.498210 |
Moscow | 46.730606 , -116.998988 |
Nora | 46.763780 , -116.701820 |
Onaway | 46.928216 , -116.889461 |
Potlatch | 46.923281 , -116.897046 |
Potlatch Junction | 46.929340 , -116.933500 |
Princeton | 46.915206 , -116.831277 |
Sherwin | 46.947680 , -116.347930 |
Slabtown | 46.872680 , -116.393770 |
Stanford | 46.832670 , -116.644600 |
Troy | 46.737514 , -116.772232 |
Vassar | 46.829060 , -116.617100 |
Viola | 46.838500 , -117.024610 |
Notes:
- You can download geometry data for Latah 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.