Download outline map of Wahkiakum (geojson format) :
Wahkiakum.geojson (**)
Download polygon array of Wahkiakum map for "Google Maps" :
Wahkiakum.txt
Bounding Box for Wahkiakum Map : ( 46.144532 , -123.728316 , 46.385626 , -123.213054 )
Wikipedia ID for Wahkiakum : Q484015
Wikipedia SPARQL Query for Wahkiakum (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484015 wdt:P1082 ?population. }
OPTIONAL { wd:Q484015 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484015 wdt:P2046 ?area. }
OPTIONAL { wd:Q484015 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484015 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484015 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 Wahkiakum map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.144532, -123.728316, 46.385626, -123.213054);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wahkiakum)
[out:json];
(
rel["name"="Wahkiakum"][type=boundary];
rel["name:en"="Wahkiakum"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wahkiakum
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altoona | 46.269929 , -123.614932 |
Brookfield | 46.264830 , -123.560690 |
Carlson Landing | 46.264830 , -123.633750 |
Cathlamet | 46.205705 , -123.383595 |
Dahlia | 46.261220 , -123.614300 |
Deep River | 46.352369 , -123.698338 |
Eagle Cliff | 46.170940 , -123.234290 |
East Cathlamet | 46.196790 , -123.358036 |
Eden | 46.298440 , -123.652360 |
Flandersville | 46.154000 , -123.295680 |
Grays River | 46.360712 , -123.589141 |
Lower Elochoman | 46.218499 , -123.369807 |
Oneida | 46.314270 , -123.678750 |
Puget Island | 46.174316 , -123.383099 |
Rosburg | 46.307662 , -123.634422 |
Skamokawa Valley | 46.300399 , -123.424246 |
Sleepy Hollow | 46.273440 , -123.452360 |
State Camp | 46.249830 , -123.321240 |
Svensens Landing | 46.319830 , -123.707920 |
Upper Elochoman | 46.240350 , -123.324560 |
Waterford | 46.153170 , -123.267900 |
Notes:
- You can download geometry data for Wahkiakum 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.