Download outline map of Otavalo (geojson format) :
Otavalo.geojson (**)
Download polygon array of Otavalo map for "Google Maps" :
Otavalo.txt
Bounding Box for Otavalo Map : ( 0.123108 , -78.602712 , 0.3243 , -78.127642 )
Wikipedia ID for Otavalo : Q3656211
Wikipedia SPARQL Query for Otavalo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3656211 wdt:P1082 ?population. }
OPTIONAL { wd:Q3656211 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3656211 wdt:P2046 ?area. }
OPTIONAL { wd:Q3656211 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3656211 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3656211 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 Otavalo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](0.123108, -78.602712, 0.3243, -78.127642);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Otavalo)
[out:json];
(
rel["name"="Otavalo"][type=boundary];
rel["name:en"="Otavalo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Otavalo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Azama | 0.257510 , -78.293960 |
Cambugan | 0.272330 , -78.393890 |
El Aserradero | 0.282900 , -78.470830 |
Eugenio Espejo | 0.216670 , -78.250000 |
Gonzalez Suarez | 0.181490 , -78.206390 |
Hacienda Agualongo | 0.283330 , -78.216670 |
Hacienda Angla | 0.200000 , -78.133330 |
Hacienda Chichavo | 0.266670 , -78.233330 |
Hacienda Cotama | 0.251540 , -78.263270 |
Hacienda Gualovi | 0.200000 , -78.183330 |
Hacienda Gualzaqui | 0.254130 , -78.321920 |
Hacienda Imbabuela | 0.206210 , -78.269750 |
Hacienda Jabonera | 0.283330 , -78.216670 |
Hacienda La Compania | 0.183330 , -78.200000 |
Hacienda La Quinta | 0.250000 , -78.266670 |
Hacienda Pastavi | 0.239970 , -78.283610 |
Hacienda Perugachi | 0.233880 , -78.312420 |
Hacienda Pinsaqui | 0.283330 , -78.233330 |
Hacienda Pisabo | 0.232410 , -78.343590 |
Hacienda Quinchuqui | 0.266670 , -78.233330 |
Hacienda Rosaspamba | 0.208490 , -78.285390 |
Hacienda San Javier | 0.200000 , -78.250000 |
Hacienda San Vicente | 0.233330 , -78.250000 |
Hacienda Santa Rosa | 0.233330 , -78.300000 |
Hacienda Sigsicunga | 0.242310 , -78.358040 |
Hacienda Topo | 0.216670 , -78.150000 |
La Cruz | 0.160850 , -78.190310 |
Miguel Egas | 0.250350 , -78.245790 |
Otavalo | 0.231410 , -78.259780 |
Pataqui | 0.176910 , -78.364710 |
Punyaro | 0.215990 , -78.274650 |
Queseras | 0.280590 , -78.368710 |
Quillopamba | 0.259260 , -78.323850 |
San José de Quichinche | 0.236480 , -78.289450 |
San Juan de Iluman | 0.273820 , -78.229670 |
San Pablo | 0.194110 , -78.190490 |
San Rafael | 0.183330 , -78.233330 |
Selva Alegre | 0.250560 , -78.574630 |
Tangali | 0.249400 , -78.343560 |
Urcusiqui | 0.295760 , -78.385540 |
Notes:
- You can download geometry data for Otavalo 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.