Download outline map of Pershing (geojson format) :
Pershing.geojson (**)
Download polygon array of Pershing map for "Google Maps" :
Pershing.txt
Bounding Box for Pershing Map : ( 39.998295 , -119.339296 , 40.961159 , -117.299913 )
Wikipedia ID for Pershing : Q484342
Wikipedia SPARQL Query for Pershing (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484342 wdt:P1082 ?population. }
OPTIONAL { wd:Q484342 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484342 wdt:P2046 ?area. }
OPTIONAL { wd:Q484342 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484342 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484342 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 Pershing map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.998295, -119.339296, 40.961159, -117.299913);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pershing)
[out:json];
(
rel["name"="Pershing"][type=boundary];
rel["name:en"="Pershing"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pershing
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arabia | 40.363520 , -118.392650 |
Black Rock City | 40.769230 , -119.220060 |
Colado | 40.245460 , -118.392920 |
Cosgrave | 40.796570 , -118.015690 |
Dun Glen | 40.789421 , -117.997026 |
Granite Point | 40.096300 , -118.580150 |
Grass Valley | 40.797098 , -117.760277 |
Humboldt City | 40.584350 , -118.211810 |
Humboldt House | 40.599910 , -118.255150 |
Humboldt River Ranch | 40.455595 , -118.267525 |
Imlay | 40.658037 , -118.144021 |
Kodak | 40.227410 , -118.420420 |
Kyle Hot Springs | 40.406300 , -117.883460 |
Lovelock | 40.178738 , -118.477442 |
Lower Rochester | 40.285740 , -118.200970 |
Mill City | 40.683520 , -118.070420 |
Nightingale | 40.010740 , -119.226010 |
Oreana | 40.334350 , -118.322370 |
Panama | 40.312960 , -118.159860 |
Placerites | 40.671570 , -118.673770 |
Poker Brown | 40.535740 , -118.420150 |
Rochester | 40.288800 , -118.167360 |
Rye Patch | 40.447410 , -118.289590 |
Scossa | 40.739900 , -118.596550 |
Thunder Mountain | 40.527370 , -118.170661 |
Toulon | 40.062690 , -118.644870 |
Trego | 40.764620 , -119.143790 |
Twain | 40.549350 , -118.238200 |
Unionville | 40.445460 , -118.120700 |
Woolsey | 40.281020 , -118.364590 |
Notes:
- You can download geometry data for Pershing 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.