Download outline map of Alameda (geojson format) :
Alameda.geojson (**)
Download polygon array of Alameda map for "Google Maps" :
Alameda.txt
Bounding Box for Alameda Map : ( 37.454389 , -122.373782 , 37.905824 , -121.469214 )
Wikipedia ID for Alameda : Q107146
Wikipedia SPARQL Query for Alameda (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q107146 wdt:P1082 ?population. }
OPTIONAL { wd:Q107146 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q107146 wdt:P2046 ?area. }
OPTIONAL { wd:Q107146 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q107146 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q107146 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 Alameda map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.454389, -122.373782, 37.905824, -121.469214);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Alameda)
[out:json];
(
rel["name"="Alameda"][type=boundary];
rel["name:en"="Alameda"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Alameda
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alameda | 37.756006 , -122.274338 |
Albany | 37.884670 , -122.329079 |
Ashland | 37.694161 , -122.115920 |
Berkeley | 37.866468 , -122.298857 |
Brightside | 37.599100 , -121.924400 |
Brookshire | 37.792965 , -122.055230 |
Castro Valley | 37.709314 , -122.063084 |
Cayley | 37.737333 , -121.608449 |
Cherryland | 37.679159 , -122.103766 |
Cooley Landing | 37.507819 , -122.110700 |
Dublin | 37.715237 , -121.898388 |
East Pleasanton | 37.673540 , -121.829960 |
Emeryville | 37.839158 , -122.298017 |
Fairview | 37.675968 , -122.047942 |
Farwell | 37.598270 , -121.945240 |
Fremont | 37.524666 , -121.996193 |
Hayward | 37.627286 , -122.105115 |
Kilkare Woods | 37.628270 , -121.912180 |
Komandorski Village | 37.716040 , -121.908850 |
La Loma Park | 37.882220 , -122.258610 |
Livermore | 37.686509 , -121.764357 |
Mendenhall Springs | 37.588270 , -121.647730 |
Midway | 37.714650 , -121.558000 |
Mount Eden Station | 37.628433 , -122.128915 |
Mulford Gardens | 37.704650 , -122.179690 |
Newark | 37.520408 , -122.031167 |
Oakland | 37.790890 , -122.214759 |
Piedmont | 37.822558 , -122.230095 |
Pleasanton | 37.665942 , -121.880484 |
San Leandro | 37.704337 , -122.163216 |
San Lorenzo | 37.673729 , -122.134758 |
San Ramon Village | 37.721320 , -121.929960 |
Scotts Corner | 37.588820 , -121.871070 |
Sunol | 37.589019 , -121.886252 |
Union City | 37.602951 , -122.018714 |
Notes:
- You can download geometry data for Alameda 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.