Download outline map of Napa (geojson format) :
Napa.geojson (**)
Download polygon array of Napa map for "Google Maps" :
Napa.txt
Bounding Box for Napa Map : ( 38.154894 , -122.646421 , 38.864245 , -122.061379 )
Wikipedia ID for Napa : Q108137
Wikipedia SPARQL Query for Napa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108137 wdt:P1082 ?population. }
OPTIONAL { wd:Q108137 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108137 wdt:P2046 ?area. }
OPTIONAL { wd:Q108137 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108137 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108137 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 Napa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.154894, -122.646421, 38.864245, -122.061379);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Napa)
[out:json];
(
rel["name"="Napa"][type=boundary];
rel["name:en"="Napa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Napa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aetna Springs | 38.653520 , -122.482760 |
American Canyon | 38.177166 , -122.258496 |
Angwin | 38.577611 , -122.451244 |
Atlas | 38.429080 , -122.248030 |
Bale | 38.556052 , -122.520818 |
Berryessa Highlands | 38.514630 , -122.187750 |
Brazos | 38.208250 , -122.306080 |
Buchli | 38.214920 , -122.332750 |
Calistoga | 38.581742 , -122.582479 |
Cuttings Wharf | 38.226580 , -122.308860 |
Deer Park | 38.536206 , -122.468028 |
Howell Mountain | 38.581300 , -122.451090 |
Krug | 38.517960 , -122.481650 |
Larkmead | 38.558498 , -122.542093 |
Lokoya | 38.373250 , -122.427760 |
Middleton | 38.206580 , -122.263030 |
Moskowite Corner | 38.446317 , -122.194512 |
Napa | 38.298219 , -122.301153 |
Napa Junction | 38.187420 , -122.250800 |
Napa Soda Springs | 38.390740 , -122.279420 |
Oak Knoll | 38.358250 , -122.334980 |
Oakville | 38.438373 , -122.406773 |
Pope Valley | 38.615180 , -122.427760 |
Ratto Landing | 38.231860 , -122.289420 |
Rutherford | 38.456785 , -122.423136 |
Sanitarium | 38.544910 , -122.475540 |
Silverado Resort | 38.353637 , -122.255540 |
Spanish Flat | 38.535190 , -122.224980 |
Spanish Flat Resort | 38.519910 , -122.209700 |
St. Helena | 38.504398 , -122.468103 |
Steel Canyon Resort | 38.507960 , -122.203310 |
Suscol | 38.243800 , -122.284970 |
Thoman | 38.491020 , -122.451920 |
Thompson | 38.239080 , -122.281640 |
Veteran Heights | 38.574070 , -122.436090 |
Vichy Springs | 38.337690 , -122.261080 |
Walter Springs | 38.703153 , -122.349329 |
Witter Springs | 38.653520 , -122.358030 |
Woodleaf | 38.588800 , -122.606930 |
Yountville | 38.395529 , -122.366915 |
Zinfandel | 38.482690 , -122.442200 |
Notes:
- You can download geometry data for Napa 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.