Download outline map of Wasco (geojson format) :
Wasco.geojson (**)
Download polygon array of Wasco map for "Google Maps" :
Wasco.txt
Bounding Box for Wasco Map : ( 44.821568 , -121.805369 , 45.704949 , -120.371411 )
Wikipedia ID for Wasco : Q495388
Wikipedia SPARQL Query for Wasco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495388 wdt:P1082 ?population. }
OPTIONAL { wd:Q495388 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495388 wdt:P2046 ?area. }
OPTIONAL { wd:Q495388 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495388 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495388 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 Wasco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.821568, -121.805369, 45.704949, -120.371411);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wasco)
[out:json];
(
rel["name"="Wasco"][type=boundary];
rel["name:en"="Wasco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wasco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Annalore | 45.427039 , -121.176452 |
Antelope | 44.911279 , -120.723859 |
Bakeoven | 45.086510 , -120.839770 |
Boyd | 45.489290 , -121.082290 |
Celilo | 45.634116 , -120.917243 |
Celilo Village | 45.645680 , -120.965900 |
Chenoweth | 45.620490 , -121.235663 |
Cherry Heights | 45.602900 , -121.240910 |
Clarno | 44.913460 , -120.473360 |
Crates | 45.632195 , -121.209300 |
Dant | 45.038180 , -121.113390 |
Dufur | 45.453067 , -121.128849 |
Emerson | 45.545680 , -120.980340 |
Endersby | 45.492340 , -121.152010 |
Fairbanks | 45.624010 , -121.002010 |
Friend | 45.346780 , -121.267290 |
Kahneeta | 44.859435 , -121.180261 |
Kaskela | 45.150039 , -121.114139 |
Keen | 45.315241 , -121.107616 |
Kingsley | 45.341230 , -121.200620 |
Maupin | 45.173103 , -121.088272 |
Mosier | 45.685018 , -121.395096 |
Nansene | 45.404290 , -121.056730 |
North Junction | 45.009922 , -121.056389 |
Oak Springs | 45.210569 , -121.123752 |
Ortley | 45.655950 , -121.288130 |
Petersburg | 45.610950 , -121.078120 |
Pine Grove | 45.113509 , -121.355328 |
Pine Hollow | 45.242017 , -121.290984 |
Rice | 45.520901 , -121.104955 |
Rowena | 45.670108 , -121.274948 |
Seufert | 45.610303 , -121.130275 |
Shaniko | 45.003617 , -120.752217 |
Sherar | 45.258478 , -121.038801 |
Simnasho | 44.972890 , -121.350060 |
Sinamox | 45.412716 , -120.983161 |
The Dalles | 45.604502 , -121.180798 |
Tuskan | 45.242478 , -121.095437 |
Tygh Valley | 45.241802 , -121.169277 |
Wamic | 45.225617 , -121.292667 |
Wapinitia | 45.114280 , -121.256450 |
Warm Springs Indian Reservation | 44.850390 , -121.400640 |
Whiskey Dick | 44.931964 , -121.082704 |
Wrentham | 45.541325 , -121.024642 |
Notes:
- You can download geometry data for Wasco 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.