Download outline map of Santa Cruz (geojson format) :
Santa Cruz.geojson (**)
Download polygon array of Santa Cruz map for "Google Maps" :
Santa Cruz.txt
Bounding Box for Santa Cruz Map : ( 1.092035 , -77.863476 , 1.463793 , -77.61357 )
Wikipedia ID for Santa Cruz : Q1442399
Wikipedia SPARQL Query for Santa Cruz (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1442399 wdt:P1082 ?population. }
OPTIONAL { wd:Q1442399 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1442399 wdt:P2046 ?area. }
OPTIONAL { wd:Q1442399 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1442399 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1442399 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 Santa Cruz map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](1.092035, -77.863476, 1.463793, -77.61357);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Santa Cruz)
[out:json];
(
rel["name"="Santa Cruz"][type=boundary];
rel["name:en"="Santa Cruz"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Santa Cruz
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Balalaica | 1.216670 , -77.666670 |
Bellavista | 1.416670 , -77.800000 |
Cualcha | 1.150000 , -77.683330 |
El Bonete | 1.300000 , -77.633330 |
El Diamante | 1.216670 , -77.733330 |
El Eden | 1.300920 , -77.777700 |
El Sandi | 1.400000 , -77.783330 |
El Tabano | 1.366670 , -77.800000 |
Guachaves | 1.224290 , -77.680000 |
La Balvanera | 1.350000 , -77.833330 |
La Sonrisa | 1.250000 , -77.700000 |
Manchag | 1.258680 , -77.661420 |
Piarama | 1.151860 , -77.689010 |
Sande | 1.446750 , -77.827740 |
Santa Rosa | 1.292420 , -77.617950 |
Notes:
- You can download geometry data for Santa Cruz 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.