Download outline map of Skamania (geojson format) :
Skamania.geojson (**)
Download polygon array of Skamania map for "Google Maps" :
Skamania.txt
Bounding Box for Skamania Map : ( 45.547745 , -122.250081 , 46.388879 , -121.514765 )
Wikipedia ID for Skamania : Q304791
Wikipedia SPARQL Query for Skamania (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q304791 wdt:P1082 ?population. }
OPTIONAL { wd:Q304791 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q304791 wdt:P2046 ?area. }
OPTIONAL { wd:Q304791 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q304791 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q304791 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 Skamania map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.547745, -122.250081, 46.388879, -121.514765);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Skamania)
[out:json];
(
rel["name"="Skamania"][type=boundary];
rel["name:en"="Skamania"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Skamania
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Carson | 45.735381 , -121.821909 |
Carson River Valley | 45.739345 , -121.821148 |
Cook | 45.710400 , -121.660070 |
Cruzatt | 45.591230 , -122.152870 |
Ericson View Tracts | 45.726510 , -121.600070 |
Gifford Pinchot | 46.275338 , -122.215926 |
Harmony Falls Landing | 46.251084 , -122.136211 |
Hood | 45.724840 , -121.558130 |
Hood View Tracts | 45.725400 , -121.596190 |
Mill A | 45.756780 , -121.650350 |
Molfait Tracts | 45.606230 , -122.231760 |
North Bonneville | 45.642633 , -121.969527 |
Northwoods | 46.062094 , -122.020511 |
Prindle | 45.585400 , -122.156200 |
Ruthton | 45.732839 , -121.597344 |
Saint Cloud | 45.602900 , -122.110920 |
Skamania | 45.617340 , -122.041750 |
St. Martins Hot Springs | 45.727620 , -121.796740 |
Stabler | 45.808170 , -121.907580 |
Stevenson | 45.694349 , -121.893264 |
Tire Junction | 46.097890 , -121.721750 |
Underwood | 45.729560 , -121.526180 |
Underwood Heights | 45.735670 , -121.527300 |
Viento | 45.709000 , -121.681823 |
Willard | 45.780950 , -121.630910 |
Notes:
- You can download geometry data for Skamania 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.