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 : ( 31.332177 , -111.36689 , 31.731818 , -110.45172 )
Wikipedia ID for Santa Cruz : Q58689
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:Q58689 wdt:P1082 ?population. }
OPTIONAL { wd:Q58689 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q58689 wdt:P2046 ?area. }
OPTIONAL { wd:Q58689 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q58689 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q58689 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"](31.332177, -111.36689, 31.731818, -110.45172);
);
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) |
Agua Linda | 31.678980 , -111.061760 |
Alto | 31.604540 , -110.878140 |
Amado | 31.696765 , -111.058260 |
Beyerville | 31.392024 , -110.874919 |
Calabasas | 31.467320 , -110.975370 |
Canelo | 31.542870 , -110.514530 |
Casa Piedra | 31.389260 , -111.250650 |
Duquesne | 31.370930 , -110.685360 |
Elgin | 31.668041 , -110.534830 |
Fairbank | 31.396739 , -110.952955 |
Hacienda Los Encino | 31.658980 , -110.647300 |
Harshaw | 31.467320 , -110.707030 |
Kino Springs | 31.364128 , -110.809745 |
La Bota | 31.333330 , -110.500000 |
Lochiel | 31.335660 , -110.623970 |
Madera Canyon | 31.725540 , -110.881400 |
Nogales | 31.362466 , -110.933653 |
Old Glory | 31.434260 , -111.253710 |
Oro Blanco | 31.495930 , -111.279820 |
Otero | 31.530650 , -111.014810 |
Patagonia | 31.543582 , -110.747693 |
Rio Rico | 31.495702 , -110.988605 |
Rio Rico Northeast | 31.537970 , -110.981950 |
Rio Rico Northwest | 31.501170 , -111.041090 |
Rio Rico Southeast | 31.453860 , -110.945480 |
Rio Rico Southwest | 31.439460 , -111.022330 |
Ruby | 31.461200 , -111.237590 |
Sonoita | 31.664557 , -110.642690 |
Trench Camp | 31.464540 , -110.729250 |
Tubac | 31.611104 , -111.058554 |
Tumacacori | 31.568700 , -111.052310 |
Tumacacori-Carmen | 31.577083 , -111.046873 |
Washington Camp | 31.382040 , -110.691190 |
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.