Download outline map of San Francisco (geojson format) :
San Francisco.geojson (**)
Download polygon array of San Francisco map for "Google Maps" :
San Francisco.txt
Bounding Box for San Francisco Map : ( 4.870499 , -74.324872 , 5.036407 , -74.206166 )
Wikipedia ID for San Francisco : Q1576269
Wikipedia SPARQL Query for San Francisco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1576269 wdt:P1082 ?population. }
OPTIONAL { wd:Q1576269 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1576269 wdt:P2046 ?area. }
OPTIONAL { wd:Q1576269 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1576269 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1576269 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 San Francisco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.870499, -74.324872, 5.036407, -74.206166);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Francisco)
[out:json];
(
rel["name"="San Francisco"][type=boundary];
rel["name:en"="San Francisco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Francisco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
La Carlina | 4.958680 , -74.272100 |
La Laja | 4.950290 , -74.234530 |
San Francisco | 4.973720 , -74.290060 |
Toriba | 4.983100 , -74.267710 |
Vereda Pueblo Viejo | 4.958920 , -74.262060 |
Notes:
- You can download geometry data for San Francisco 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.