Download outline map of Hood River (geojson format) :
Hood River.geojson (**)
Download polygon array of Hood River map for "Google Maps" :
Hood River.txt
Bounding Box for Hood River Map : ( 45.257734 , -121.922303 , 45.726541 , -121.440577 )
Wikipedia ID for Hood River : Q484361
Wikipedia SPARQL Query for Hood River (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484361 wdt:P1082 ?population. }
OPTIONAL { wd:Q484361 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484361 wdt:P2046 ?area. }
OPTIONAL { wd:Q484361 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484361 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484361 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 Hood River map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.257734, -121.922303, 45.726541, -121.440577);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hood River)
[out:json];
(
rel["name"="Hood River"][type=boundary];
rel["name:en"="Hood River"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hood River
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bloucher | 45.638604 , -121.619030 |
Cascade Locks | 45.676484 , -121.871813 |
Clifton | 45.709166 , -121.554759 |
Dee | 45.588170 , -121.626740 |
Dukes Valley | 45.614315 , -121.542667 |
Farley | 45.687715 , -121.826963 |
Fir | 45.590833 , -121.476532 |
Holstein | 45.635909 , -121.640186 |
Home Valley | 45.698170 , -121.776470 |
Hood River | 45.709257 , -121.525869 |
Lenz | 45.629560 , -121.524240 |
Lindsey | 45.690907 , -121.704291 |
Lost Lake Resort | 45.497620 , -121.818690 |
Mount Hood | 45.533898 , -121.566215 |
Oak Grove | 45.662620 , -121.588690 |
Odell | 45.635462 , -121.552232 |
Parkdale | 45.513043 , -121.592076 |
Pine Grove | 45.654010 , -121.513680 |
Powderdale | 45.695703 , -121.513252 |
Rockford | 45.679010 , -121.554520 |
Shell Rock | 45.683038 , -121.783704 |
Sonny | 45.702912 , -121.619051 |
Trout Creek | 45.545522 , -121.628490 |
Tucker | 45.662586 , -121.585983 |
Van Horn | 45.656797 , -121.508531 |
Windmaster Corner | 45.678691 , -121.540100 |
Wyeth | 45.689006 , -121.767786 |
Notes:
- You can download geometry data for Hood River 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.