Download outline map of San Ramon (geojson format) :
San Ramon.geojson (**)
Download polygon array of San Ramon map for "Google Maps" :
San Ramon.txt
Bounding Box for San Ramon Map : ( 9.979621 , -84.794072 , 10.457231 , -84.414455 )
Wikipedia ID for San Ramon : Q347769
Wikipedia SPARQL Query for San Ramon (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q347769 wdt:P1082 ?population. }
OPTIONAL { wd:Q347769 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q347769 wdt:P2046 ?area. }
OPTIONAL { wd:Q347769 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q347769 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q347769 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 Ramon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.979621, -84.794072, 10.457231, -84.414455);
);
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 Ramon)
[out:json];
(
rel["name"="San Ramon"][type=boundary];
rel["name:en"="San Ramon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Ramon
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alfaro | 10.076970 , -84.510440 |
Alto Villegas | 10.156970 , -84.445910 |
Angeles | 10.133670 , -84.474630 |
Bajo Castillo | 10.137260 , -84.640890 |
Bajos Jamaical | 10.229250 , -84.639060 |
Balsa | 10.171760 , -84.503680 |
Barranquilla | 10.159840 , -84.634090 |
Berlin | 10.015050 , -84.472330 |
Bureal | 10.128850 , -84.560510 |
Carrera Buena | 10.101960 , -84.639140 |
Catarata | 10.089350 , -84.505410 |
Cedral | 10.133330 , -84.600000 |
Chachagua | 10.407000 , -84.597940 |
Chaparral | 10.108960 , -84.443240 |
Colonia Palmarena | 10.247310 , -84.564550 |
Concepcion | 10.119750 , -84.441830 |
Constancia | 10.047190 , -84.502810 |
Esperanza | 10.127510 , -84.480050 |
Guarra | 10.100320 , -84.540560 |
Linda Vista | 10.033330 , -84.566670 |
Llano Brenes | 9.993970 , -84.470620 |
Penas Blancas | 10.066670 , -84.616670 |
Piedades Norte | 10.134260 , -84.508710 |
Piedades Sur | 10.116000 , -84.534060 |
Potrerillos | 10.112580 , -84.574760 |
Recreo | 10.033330 , -84.483330 |
Salvador | 10.084600 , -84.611380 |
San Antonio | 10.151590 , -84.613680 |
San Francisco | 10.074890 , -84.545240 |
San Isidro | 10.083390 , -84.444670 |
San Isidro | 10.376990 , -84.578940 |
San Jose | 10.027810 , -84.516710 |
San Jose | 10.028560 , -84.576210 |
San Juan | 10.106760 , -84.465400 |
San Lorenzo | 10.333330 , -84.550000 |
San Luis | 10.166670 , -84.433330 |
San Miguel | 10.114390 , -84.516250 |
San Ramón | 10.088020 , -84.470220 |
Santa Rita | 10.133330 , -84.450000 |
Santiago | 10.064990 , -84.486820 |
Silencio | 10.164860 , -84.471950 |
Socorro | 10.135120 , -84.592230 |
Tablones | 10.095030 , -84.563850 |
Zapotal | 10.116670 , -84.583330 |
Notes:
- You can download geometry data for San Ramon 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.