Download outline map of Zaruma (geojson format) :
Zaruma.geojson (**)
Download polygon array of Zaruma map for "Google Maps" :
Zaruma.txt
Bounding Box for Zaruma Map : ( -3.708648 , -79.651297 , -3.305845 , -79.36281 )
Wikipedia ID for Zaruma : Q2448769
Wikipedia SPARQL Query for Zaruma (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2448769 wdt:P1082 ?population. }
OPTIONAL { wd:Q2448769 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2448769 wdt:P2046 ?area. }
OPTIONAL { wd:Q2448769 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2448769 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2448769 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 Zaruma map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-3.708648, -79.651297, -3.305845, -79.36281);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Zaruma)
[out:json];
(
rel["name"="Zaruma"][type=boundary];
rel["name:en"="Zaruma"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Zaruma
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Abanin | -3.333610 , -79.501410 |
| Arcos | -3.550000 , -79.483330 |
| Casitas | -3.333330 , -79.583330 |
| Chocacorta | -3.533330 , -79.500000 |
| Cuarteguro | -3.468280 , -79.517570 |
| Cushcapa | -3.446270 , -79.445080 |
| Daligshi | -3.365150 , -79.495530 |
| Domageo | -3.350000 , -79.533330 |
| El Bosque | -3.650040 , -79.604950 |
| Gallocantana | -3.366670 , -79.533330 |
| Ganacay | -3.366670 , -79.516670 |
| Guanazan | -3.455250 , -79.489520 |
| Guayabo | -3.333330 , -79.566670 |
| Guizhaguina | -3.691220 , -79.546650 |
| Huertas | -3.606800 , -79.630720 |
| La Florida | -3.316670 , -79.533330 |
| Malvas | -3.659520 , -79.627220 |
| Palestina | -3.660700 , -79.601170 |
| Pindo | -3.316670 , -79.550000 |
| Ranchito del Tambo | -3.333330 , -79.566670 |
| Recogimiento | -3.618350 , -79.646950 |
| Rumicorral | -3.523270 , -79.479670 |
| San Francisco | -3.350000 , -79.500000 |
| Shatapali | -3.500000 , -79.550000 |
| Sumo | -3.333330 , -79.566670 |
| Tendales | -3.309510 , -79.509150 |
| Tomagato | -3.566670 , -79.566670 |
| Tunuyunga | -3.353260 , -79.555870 |
| Yayurcu | -3.533330 , -79.516670 |
| Zarumilla | -3.691320 , -79.611740 |
Notes:
- You can download geometry data for Zaruma 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.