Download outline map of Lake (geojson format) :
Lake.geojson (**)
Download polygon array of Lake map for "Google Maps" :
Lake.txt
Bounding Box for Lake Map : ( 38.667506 , -123.094216 , 39.5814 , -122.340172 )
Wikipedia ID for Lake : Q156361
Wikipedia SPARQL Query for Lake (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156361 wdt:P1082 ?population. }
OPTIONAL { wd:Q156361 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156361 wdt:P2046 ?area. }
OPTIONAL { wd:Q156361 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156361 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156361 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 Lake map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.667506, -123.094216, 39.5814, -122.340172);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lake)
[out:json];
(
rel["name"="Lake"][type=boundary];
rel["name:en"="Lake"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lake
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adams | 38.856290 , -122.719710 |
Bartlett Springs | 39.183780 , -122.704430 |
Bonanza Springs | 38.864350 , -122.686930 |
Buckingham Park | 39.015450 , -122.758050 |
Caldwell Pines | 38.845460 , -122.808050 |
Castle Rock Springs | 38.770180 , -122.716660 |
Clear Lake Keys | 39.020730 , -122.662490 |
Clearlake | 38.958941 , -122.633079 |
Clearlake Oaks | 39.021903 , -122.659191 |
Clearlake Park | 38.966560 , -122.651100 |
Clearlake Riviera | 38.951195 , -122.720676 |
Cobb | 38.835595 , -122.722949 |
Cooper | 39.219610 , -123.004170 |
Ettawa Springs | 38.851010 , -122.696100 |
Finley | 39.004340 , -122.875550 |
Glenbrook | 38.851570 , -122.758600 |
Glenhaven | 39.026280 , -122.733040 |
Glenview | 38.899900 , -122.759160 |
Harbin Springs | 38.787680 , -122.655540 |
Harbin Springs Annex | 38.792130 , -122.661380 |
Hidden Valley Lake | 38.800355 , -122.550519 |
Highland Springs | 38.937120 , -122.906940 |
Hobergs | 38.843510 , -122.724430 |
Hough Springs | 39.162390 , -122.612210 |
Howard Springs | 38.858230 , -122.674710 |
Kelseyville | 38.970469 , -122.832761 |
Lakeport | 39.039193 , -122.921795 |
Lower Lake | 38.911828 , -122.608517 |
Lucerne | 39.069749 , -122.776049 |
Middletown | 38.751878 , -122.622103 |
Mount Hannah Lodge | 38.887680 , -122.730540 |
Newman Springs | 39.196280 , -122.715820 |
Nice | 39.126644 , -122.852465 |
North Lakeport | 39.088290 , -122.905411 |
Parramore Springs | 39.313500 , -122.880000 |
Pepperwood Grove | 39.057950 , -122.781380 |
Pine Grove | 38.828240 , -122.731100 |
Pole Garden | 39.219610 , -122.637490 |
Rice Fork Summer Homes | 39.399610 , -122.950560 |
Riviera Estates | 38.980730 , -122.744160 |
Riviera West | 38.989060 , -122.748320 |
Rose Place | 39.165720 , -122.817770 |
Salminas Resort | 38.875730 , -122.728600 |
Saratoga Springs | 39.175170 , -122.980830 |
Seigler Springs | 38.874350 , -122.688600 |
Soda Bay | 39.002431 , -122.779476 |
Spring Valley | 39.077677 , -122.596764 |
Sunrise Vista | 38.879900 , -122.734160 |
Three Crossing | 39.316550 , -122.921390 |
Upper Lake | 39.165275 , -122.905255 |
Wild Bill Place | 39.230720 , -122.781660 |
Notes:
- You can download geometry data for Lake 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.