Download outline map of Deschutes (geojson format) :
Deschutes.geojson (**)
Download polygon array of Deschutes map for "Google Maps" :
Deschutes.txt
Bounding Box for Deschutes Map : ( 43.610227 , -122.002675 , 44.393437 , -119.896365 )
Wikipedia ID for Deschutes : Q484420
Wikipedia SPARQL Query for Deschutes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484420 wdt:P1082 ?population. }
OPTIONAL { wd:Q484420 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484420 wdt:P2046 ?area. }
OPTIONAL { wd:Q484420 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484420 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484420 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 Deschutes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.610227, -122.002675, 44.393437, -119.896365);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Deschutes)
[out:json];
(
rel["name"="Deschutes"][type=boundary];
rel["name:en"="Deschutes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Deschutes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alfalfa | 44.077340 , -121.016970 |
Bend | 44.056183 , -121.308690 |
Black Butte Ranch | 44.357783 , -121.658823 |
Brothers | 43.813740 , -120.603330 |
Browns Mountain Crossing | 43.731879 , -121.785678 |
Cloverdale | 44.291230 , -121.452820 |
Crane Prairie Resort | 43.810251 , -121.784744 |
Deschutes Junction | 44.202281 , -121.263481 |
Deschutes River Woods | 43.988666 , -121.360835 |
Eagle Crest | 44.261420 , -121.299551 |
East Lake | 43.712277 , -121.254730 |
Elk Lake | 43.981500 , -121.805870 |
Gales Landing | 43.798048 , -121.762729 |
Hampton | 43.672640 , -120.233870 |
La Pine | 43.686517 , -121.485594 |
Lava | 43.916196 , -121.361160 |
Lava Lake Resort | 43.915207 , -121.766281 |
Lower Bridge | 44.374369 , -121.296465 |
Mercer | 44.057985 , -121.236995 |
Millican | 43.879010 , -120.920010 |
O'neil | 44.325871 , -121.148836 |
Plainview | 44.215293 , -121.436862 |
Prineville Junction | 44.313397 , -121.191151 |
Pronghorn | 44.188146 , -121.181655 |
Redmond | 44.263151 , -121.179757 |
Robideau Landing | 43.783651 , -121.830139 |
Seventh Mountain | 44.005144 , -121.382254 |
Shevlin | 43.729855 , -121.416242 |
Sisters | 44.292052 , -121.553352 |
Stearns | 43.753214 , -121.480088 |
Sunriver | 43.881529 , -121.436869 |
Terrebonne | 44.353347 , -121.180829 |
Tetherow | 44.038916 , -121.366705 |
Three Rivers | 43.836548 , -121.464650 |
Tollgate | 44.312000 , -121.587333 |
Tumalo | 44.156066 , -121.327984 |
Notes:
- You can download geometry data for Deschutes 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.