Download outline map of Cochinoca (geojson format) :
Cochinoca.geojson (**)
Download polygon array of Cochinoca map for "Google Maps" :
Cochinoca.txt
Bounding Box for Cochinoca Map : ( -23.6796907939 , -66.5919128312 , -22.434212211 , -65.3444825704 )
Wikipedia ID for Cochinoca : Q1105115
Wikipedia SPARQL Query for Cochinoca (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1105115 wdt:P1082 ?population. }
OPTIONAL { wd:Q1105115 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1105115 wdt:P2046 ?area. }
OPTIONAL { wd:Q1105115 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1105115 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1105115 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 Cochinoca map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-23.6796907939, -66.5919128312, -22.434212211, -65.3444825704);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cochinoca)
[out:json];
(
rel["name"="Cochinoca"][type=boundary];
rel["name:en"="Cochinoca"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cochinoca
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abdon Castro Tolay | -23.346250 , -66.106800 |
Abra Laite | -23.200000 , -65.783330 |
Abra Pampa | -22.716664 , -65.699980 |
Agua Caliente | -23.070180 , -65.850490 |
Agua Chica | -22.935790 , -65.740060 |
Casa Colorada | -22.700000 , -66.050000 |
Casabindo | -22.980940 , -66.024380 |
Cerro Blanco | -22.733330 , -65.483330 |
Chipaite | -22.600000 , -65.816670 |
Gallego Muerto | -22.550000 , -65.500000 |
Guayatayoc | -23.200000 , -65.866670 |
La Capilla | -22.892060 , -65.597800 |
Llameria | -22.533330 , -65.800000 |
Miraflores | -22.866670 , -65.800000 |
Potrero | -22.646380 , -65.553750 |
Pueblo Viejo | -22.700000 , -65.966670 |
Puesto del Marques | -22.535580 , -65.696120 |
Quichagua | -22.780740 , -66.024680 |
Rinconadillas | -23.397110 , -65.950110 |
Santa Ana | -23.138950 , -66.042370 |
Sayate | -22.950000 , -65.833330 |
Tabladitas | -22.746090 , -65.596870 |
Tambillos | -22.900000 , -65.933330 |
Tres Pozos | -23.532360 , -65.963180 |
Tusaquilla | -23.180340 , -66.038010 |
Notes:
- You can download geometry data for Cochinoca 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.