Download outline map of Coello (geojson format) :
Coello.geojson (**)
Download polygon array of Coello map for "Google Maps" :
Coello.txt
Bounding Box for Coello Map : ( 4.207398 , -75.034998 , 4.520841 , -74.802731 )
Wikipedia ID for Coello : Q1577445
Wikipedia SPARQL Query for Coello (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1577445 wdt:P1082 ?population. }
OPTIONAL { wd:Q1577445 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1577445 wdt:P2046 ?area. }
OPTIONAL { wd:Q1577445 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1577445 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1577445 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 Coello map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.207398, -75.034998, 4.520841, -74.802731);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Coello)
[out:json];
(
rel["name"="Coello"][type=boundary];
rel["name:en"="Coello"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Coello
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ceilan | 4.293060 , -74.904190 |
Chapeton | 4.365100 , -74.898430 |
Coello | 4.289080 , -74.898250 |
Cotomal | 4.486730 , -74.855530 |
Cunira | 4.233330 , -74.966670 |
El Diamante | 4.244240 , -74.927180 |
El Paradero | 4.299220 , -74.888480 |
El Pital | 4.473390 , -74.883330 |
El Refugio | 4.216450 , -74.945810 |
El Rodeo | 4.280060 , -74.903930 |
El Vergel | 4.266670 , -75.000000 |
Gallinazo | 4.308290 , -74.884380 |
Gualanday | 4.286350 , -75.032440 |
La Capilla | 4.252750 , -74.983070 |
La Esmeralda | 4.250000 , -74.933330 |
La Laguna | 4.383330 , -74.900000 |
La Maria | 4.300000 , -74.950000 |
La Tabla | 4.500000 , -74.866670 |
La Trinidad | 4.283330 , -75.000000 |
Las Quebradas | 4.412090 , -74.883460 |
Potrerillo | 4.250000 , -74.983330 |
Pulperia | 4.425070 , -74.835570 |
San Antonio | 4.392800 , -74.884900 |
San Pedro | 4.300000 , -74.983330 |
Tierra Blanca | 4.344760 , -74.893200 |
Vega de Los Padres | 4.429620 , -74.835260 |
Vindi | 4.446750 , -74.834960 |
Zumbamicos | 4.312220 , -74.887390 |
Notes:
- You can download geometry data for Coello 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.