Download outline map of Sierra (geojson format) :
Sierra.geojson (**)
Download polygon array of Sierra map for "Google Maps" :
Sierra.txt
Bounding Box for Sierra Map : ( 39.391558 , -121.058203 , 39.776877 , -120.00082 )
Wikipedia ID for Sierra : Q156370
Wikipedia SPARQL Query for Sierra (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156370 wdt:P1082 ?population. }
OPTIONAL { wd:Q156370 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156370 wdt:P2046 ?area. }
OPTIONAL { wd:Q156370 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156370 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156370 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 Sierra map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.391558, -121.058203, 39.776877, -120.00082);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sierra)
[out:json];
(
rel["name"="Sierra"][type=boundary];
rel["name:en"="Sierra"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sierra
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alleghany | 39.466660 , -120.841124 |
| Bassetts | 39.619620 , -120.587440 |
| Brandy City | 39.537670 , -121.025230 |
| Cal-Ida | 39.526000 , -121.015790 |
| Calpine | 39.663294 , -120.443543 |
| Campbell Hot Springs | 39.574900 , -120.347980 |
| Carvin Creek Homesites | 39.628510 , -120.577990 |
| Downieville | 39.570066 , -120.821259 |
| Forest City | 39.491280 , -120.853000 |
| Goodyears Bar | 39.545769 , -120.888101 |
| Grass Flat | 39.675730 , -120.935230 |
| Haskell Creek Homesites | 39.634620 , -120.552710 |
| Howland Flat | 39.714890 , -120.886620 |
| Loganville | 39.567950 , -120.667160 |
| Loyalton | 39.676855 , -120.244811 |
| Maredith Mill | 39.639620 , -120.882170 |
| Minnesota Flat | 39.449340 , -120.831060 |
| Morristown | 39.652390 , -120.904670 |
| Mount Pleasant | 39.612390 , -120.978560 |
| Nelson Mill | 39.431280 , -120.998840 |
| Oxford Mill | 39.571840 , -120.825500 |
| Peavine | 39.677690 , -120.006590 |
| Pike | 39.427966 , -120.999823 |
| Plum Valley | 39.448500 , -120.960780 |
| Plumbago | 39.452120 , -120.817720 |
| Poker Flat | 39.693230 , -120.845500 |
| Poverty Hill | 39.622390 , -121.006900 |
| Queen City | 39.664620 , -120.940230 |
| Randolph | 39.579630 , -120.370760 |
| Saint Louis | 39.698500 , -120.924950 |
| Sattley | 39.626504 , -120.435617 |
| Scales | 39.598230 , -120.992450 |
| Sierra Brooks | 39.642593 , -120.215389 |
| Sierra City | 39.574015 , -120.629656 |
| Sierraville | 39.575044 , -120.363786 |
| Union Hill | 39.597110 , -121.003290 |
| Verdi | 39.523693 , -120.016286 |
| Verdi Sierra Pines | 39.527510 , -120.006670 |
Notes:
- You can download geometry data for Sierra 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.