Download outline map of Clearwater (geojson format) :
Clearwater.geojson (**)
Download polygon array of Clearwater map for "Google Maps" :
Clearwater.txt
Bounding Box for Clearwater Map : ( 46.265718 , -116.455893 , 46.934605 , -114.594714 )
Wikipedia ID for Clearwater : Q175799
Wikipedia SPARQL Query for Clearwater (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q175799 wdt:P1082 ?population. }
OPTIONAL { wd:Q175799 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q175799 wdt:P2046 ?area. }
OPTIONAL { wd:Q175799 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q175799 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q175799 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 Clearwater map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.265718, -116.455893, 46.934605, -114.594714);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clearwater)
[out:json];
(
rel["name"="Clearwater"][type=boundary];
rel["name:en"="Clearwater"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clearwater
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ahsahka | 46.502120 , -116.324030 |
Best Corner | 46.561850 , -116.150700 |
Bingo Creek Landing | 46.757130 , -115.736810 |
Blake | 46.473240 , -116.177640 |
Boehls | 46.874630 , -115.905430 |
Brunning | 46.484070 , -116.143750 |
Cardiff | 46.574350 , -115.812360 |
Cardiff Mill | 46.470740 , -115.794580 |
Cayuse Junction | 46.599090 , -114.854010 |
Cow Creek | 46.495740 , -115.932920 |
Cully Moores | 46.530460 , -115.991530 |
Dent | 46.623790 , -116.203200 |
Elk River | 46.783070 , -116.181138 |
Five Corners | 46.639900 , -116.173200 |
Fraser | 46.391010 , -116.138470 |
Greer | 46.389900 , -116.175140 |
Haley | 46.495190 , -115.925420 |
Hansberg | 46.537960 , -116.140970 |
Headquarters | 46.629910 , -115.809310 |
Hollywood | 46.555190 , -115.836530 |
Isabella Landing | 46.849630 , -115.629040 |
Jaype | 46.530190 , -115.829860 |
Johnson | 46.426850 , -115.916530 |
Johnson | 46.572680 , -116.086250 |
Johnsons Mill | 46.427130 , -115.918190 |
Judge Town | 46.475460 , -115.797080 |
Kameron | 46.772400 , -116.254040 |
Konkolville | 46.495460 , -116.197920 |
Moose City | 46.786860 , -115.108460 |
Musselshell | 46.357130 , -115.743750 |
Neva | 46.798510 , -116.297650 |
Omill | 46.493800 , -115.926810 |
Orofino | 46.486695 , -116.258233 |
Pierce | 46.493083 , -115.799411 |
Rudo | 46.489070 , -116.012360 |
Slocum | 46.555460 , -116.016250 |
Teakean | 46.551010 , -116.380700 |
The Cedars | 46.872700 , -115.077080 |
Weippe | 46.378862 , -115.939254 |
Notes:
- You can download geometry data for Clearwater 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.