Download outline map of Eureka (geojson format) :
Eureka.geojson (**)
Download polygon array of Eureka map for "Google Maps" :
Eureka.txt
Bounding Box for Eureka Map : ( 39.161228 , -116.600994 , 41.000398 , -115.794864 )
Wikipedia ID for Eureka : Q484381
Wikipedia SPARQL Query for Eureka (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484381 wdt:P1082 ?population. }
OPTIONAL { wd:Q484381 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484381 wdt:P2046 ?area. }
OPTIONAL { wd:Q484381 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484381 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484381 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 Eureka map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.161228, -116.600994, 41.000398, -115.794864);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Eureka)
[out:json];
(
rel["name"="Eureka"][type=boundary];
rel["name:en"="Eureka"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Eureka
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alpha | 40.010200 , -116.193120 |
Barth | 40.581580 , -116.269250 |
Beowawe | 40.592690 , -116.477310 |
Blackburn | 40.228260 , -116.167850 |
Buckhorn | 40.176030 , -116.480640 |
Cluro | 40.580750 , -116.323410 |
Corwin | 40.021590 , -115.898950 |
Crescent Valley | 40.419777 , -116.575313 |
Dunphy | 40.708800 , -116.530090 |
Emigrant Pass | 40.657868 , -116.265453 |
Eunice Place | 39.564100 , -115.905330 |
Eureka | 39.511292 , -115.966749 |
Harney | 40.577420 , -116.324800 |
Mineral | 40.173530 , -116.186740 |
Palisade | 40.610200 , -116.198690 |
Primeaux | 40.648800 , -116.301750 |
Rixies | 40.697690 , -116.551480 |
Ruby Hill | 39.504650 , -115.986170 |
Shannon | 40.100200 , -116.201740 |
Shoshone | 40.697410 , -116.557030 |
Tonkin | 39.939090 , -116.411460 |
Notes:
- You can download geometry data for Eureka 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.