Download outline map of Harney (geojson format) :
Harney.geojson (**)
Download polygon array of Harney map for "Google Maps" :
Harney.txt
Bounding Box for Harney Map : ( 41.991794 , -119.943888 , 44.047775 , -118.195361 )
Wikipedia ID for Harney : Q484367
Wikipedia SPARQL Query for Harney (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484367 wdt:P1082 ?population. }
OPTIONAL { wd:Q484367 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484367 wdt:P2046 ?area. }
OPTIONAL { wd:Q484367 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484367 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484367 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 Harney map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.991794, -119.943888, 44.047775, -118.195361);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Harney)
[out:json];
(
rel["name"="Harney"][type=boundary];
rel["name:en"="Harney"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Harney
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Andrews | 42.464060 , -118.613240 |
| Buchanan | 43.642380 , -118.628540 |
| Burns | 43.588262 , -119.061294 |
| Coon Town | 43.132599 , -118.642601 |
| Crane | 43.417916 , -118.587480 |
| Diamond | 43.012100 , -118.666030 |
| Drewsey | 43.806550 , -118.377420 |
| Dunnean | 43.432100 , -118.261860 |
| Frenchglen | 42.826830 , -118.915480 |
| Frost Mill | 44.030710 , -118.637710 |
| Harney | 43.643210 , -118.822710 |
| Hines | 43.556901 , -119.080387 |
| Indian Village | 43.584870 , -119.078550 |
| Modesto | 42.047650 , -118.801350 |
| Narrows | 43.279040 , -118.962150 |
| New Princeton | 43.282930 , -118.582700 |
| Riley | 43.541540 , -119.503840 |
| Suntex | 43.590700 , -119.630240 |
| Trout Creek | 43.927100 , -118.939940 |
| Van | 43.989880 , -118.688270 |
| Venator | 43.347940 , -118.305200 |
| Voltage | 43.261260 , -118.807150 |
| Wagontire | 43.249590 , -119.875790 |
Notes:
- You can download geometry data for Harney 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.