San Jose (San José) Map Cropping Samples
San Jose (San José) Map Cropping Samples-1
San Jose (San José) Map Cropping Samples-2
San Jose neighborhoods and villages map with 3D shadow effect
flag map of San Jose with 3D shadow effect
San Jose map with 3d shadow effect
Download outline map of San Jose (geojson format) :
San Jose.geojson (**)
Download polygon array of San Jose map for "Google Maps" :
San Jose.txt
Bounding Box for San Jose Map : ( 9.899939 , -84.180334 , 9.971992 , -84.046501 )
Wikipedia ID for San Jose : Q173718
Wikipedia SPARQL Query for San Jose (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q173718 wdt:P1082 ?population. }
OPTIONAL { wd:Q173718 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q173718 wdt:P2046 ?area. }
OPTIONAL { wd:Q173718 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q173718 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q173718 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 Jose map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.899939, -84.180334, 9.971992, -84.046501);
);
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 Jose)
[out:json];
(
rel["name"="San Jose"][type=boundary];
rel["name:en"="San Jose"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Jose
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cascajal | 9.912800 , -84.072230 |
Empalme | 9.933330 , -84.066670 |
Hatillo | 9.914730 , -84.097270 |
Las Animas | 9.952840 , -84.110790 |
Luna Park | 9.916670 , -84.083330 |
Mata de Palo | 9.950000 , -84.150000 |
Mongito | 9.919560 , -84.080940 |
Paso Ancho | 9.908970 , -84.076260 |
Pavas | 9.943330 , -84.134540 |
Quebrada Yeguas | 9.950000 , -84.150000 |
Rincon Grande | 9.949530 , -84.147870 |
Sagrada Familia | 9.916670 , -84.083330 |
San Francisco de Dos Rios | 9.907800 , -84.056300 |
San Sebastian | 9.911940 , -84.085540 |
Uruca | 9.948900 , -84.099740 |
Villanea | 9.916670 , -84.100000 |
Vuelta del Virilla | 9.957320 , -84.109630 |
Zapote | 9.918770 , -84.054460 |
Notes:
- You can download geometry data for San Jose 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.