Download outline map of Curillo (geojson format) :
Curillo.geojson (**)
Download polygon array of Curillo map for "Google Maps" :
Curillo.txt
Bounding Box for Curillo Map : ( 0.876649 , -76.140778 , 1.24816 , -75.80266 )
Wikipedia ID for Curillo : Q660268
Wikipedia SPARQL Query for Curillo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q660268 wdt:P1082 ?population. }
OPTIONAL { wd:Q660268 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q660268 wdt:P2046 ?area. }
OPTIONAL { wd:Q660268 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q660268 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q660268 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 Curillo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](0.876649, -76.140778, 1.24816, -75.80266);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Curillo)
[out:json];
(
rel["name"="Curillo"][type=boundary];
rel["name:en"="Curillo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Curillo
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Buenavista | 1.067020 , -75.978010 |
| Buenavista | 1.088410 , -75.955950 |
| Curillo | 1.033270 , -75.919060 |
| El Brazuelo | 1.006090 , -75.924450 |
| El Carmen | 1.031610 , -75.934340 |
| El Delirio | 1.105980 , -75.948920 |
| El Diamante | 1.130800 , -75.942550 |
| El Jardin | 1.105910 , -75.923930 |
| El Mirador | 1.038180 , -75.953330 |
| El Porvenir | 1.071740 , -75.983280 |
| El Vergel | 1.057470 , -75.914230 |
| Galicia | 1.092980 , -75.895710 |
| La Cocha | 0.993740 , -75.917460 |
| La Esperanza | 1.102640 , -75.914580 |
| La Florida | 0.988760 , -75.927310 |
| La Ilusion | 1.113870 , -75.950200 |
| La Libertad | 1.063610 , -75.900280 |
| La Maravilla | 1.035460 , -75.949380 |
| La Paz | 1.049110 , -75.940760 |
| La Primavera | 0.983790 , -75.934960 |
| La Primavera | 1.046290 , -75.937370 |
| Las Brisas | 1.060450 , -75.973030 |
| Las Brisas | 1.073940 , -75.990380 |
| Las Delicias | 1.076960 , -75.987000 |
| Las Minas | 1.088310 , -75.963340 |
| Los Cambulos | 1.077230 , -75.930030 |
| Macaguaje | 0.933330 , -75.866670 |
| Novia Puerto Valdivia | 1.072570 , -76.097900 |
| Salamina | 1.118610 , -76.016390 |
| Santa Marta | 1.092840 , -75.889740 |
| Yuruyaco | 1.066670 , -75.966670 |
Notes:
- You can download geometry data for Curillo 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.