Download outline map of Colta (geojson format) :
Colta.geojson (**)
Download polygon array of Colta map for "Google Maps" :
Colta.txt
Bounding Box for Colta Map : ( -1.946541 , -79.021609 , -1.645882 , -78.677739 )
Wikipedia ID for Colta : Q662249
Wikipedia SPARQL Query for Colta (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q662249 wdt:P1082 ?population. }
OPTIONAL { wd:Q662249 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q662249 wdt:P2046 ?area. }
OPTIONAL { wd:Q662249 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q662249 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q662249 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 Colta map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-1.946541, -79.021609, -1.645882, -78.677739);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Colta)
[out:json];
(
rel["name"="Colta"][type=boundary];
rel["name:en"="Colta"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Colta
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Balvaneda | -1.721310 , -78.762230 |
Cajabamba | -1.695920 , -78.758230 |
Cani | -1.771900 , -78.991160 |
Chacan | -1.750000 , -78.733330 |
Coltapamba | -1.733330 , -78.750000 |
Columbe | -1.887070 , -78.723610 |
Granadilla | -1.750000 , -78.766670 |
Hacienda Alabado | -1.740090 , -78.734590 |
Hacienda Colta | -1.746970 , -78.776290 |
Hacienda Gatazo | -1.666940 , -78.754230 |
Hacienda Hospital | -1.683330 , -78.750000 |
Hacienda La Marina | -1.716670 , -78.766670 |
Hacienda Mishquilli | -1.704850 , -78.760270 |
Hacienda Monjas Colta | -1.736180 , -78.763130 |
Hacienda Opote | -1.764660 , -78.763780 |
Hacienda Rosario | -1.710770 , -78.769380 |
Hacienda San Antonio | -1.733330 , -78.750000 |
Hacienda San Juan Chico | -1.666670 , -78.750000 |
Hacienda Shamanga | -1.715480 , -78.764060 |
Imbayo | -1.766670 , -78.716670 |
Juan de Velasco | -1.827330 , -78.873410 |
Leonpug | -1.727390 , -78.765790 |
Navac | -1.800000 , -78.833330 |
Pardo | -1.716670 , -78.750000 |
Rumicruz | -1.716670 , -78.750000 |
Santo Domingo | -1.712910 , -78.745100 |
Sicalpa | -1.702150 , -78.772630 |
Tinco | -1.716670 , -78.750000 |
Yanacocha | -1.750310 , -78.760850 |
Notes:
- You can download geometry data for Colta 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.