Download outline map of Chinú (geojson format) :
Chinú.geojson (**)
Download polygon array of Chinú map for "Google Maps" :
Chinú.txt
Bounding Box for Chinú Map : ( 8.894102 , -75.584145 , 9.152084 , -75.17484 )
Wikipedia ID for Chinú : Q2387112
Wikipedia SPARQL Query for Chinú (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2387112 wdt:P1082 ?population. }
OPTIONAL { wd:Q2387112 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2387112 wdt:P2046 ?area. }
OPTIONAL { wd:Q2387112 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2387112 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2387112 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 Chinú map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.894102, -75.584145, 9.152084, -75.17484);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chinú)
[out:json];
(
rel["name"="Chinú"][type=boundary];
rel["name:en"="Chinú"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chinú
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aguas Vivas | 9.051290 , -75.494740 |
| Algarrobo | 9.094390 , -75.446160 |
| Arrimadero | 9.046290 , -75.422720 |
| Bartolo | 9.049330 , -75.264730 |
| Boca del Monte | 9.136130 , -75.414530 |
| Cacaotal | 9.123150 , -75.435470 |
| Canaguate | 9.069280 , -75.316120 |
| Ceja Grande | 9.072300 , -75.279140 |
| Chinú | 9.105690 , -75.398120 |
| Dona Maria | 9.011300 , -75.260530 |
| El Charro | 9.010540 , -75.247030 |
| El Chorrillo | 9.025780 , -75.289060 |
| El Deseo | 9.054190 , -75.232020 |
| El Destino | 8.975590 , -75.268160 |
| El Pital | 9.050090 , -75.462360 |
| El Retiro los Perez | 9.012910 , -75.512880 |
| El Tigre | 9.059860 , -75.486420 |
| Flecha Sevilla | 9.026990 , -75.525630 |
| Flechas | 8.987230 , -75.212260 |
| Florencia | 8.915260 , -75.245010 |
| Garbado | 8.922910 , -75.247020 |
| La Estancia | 9.027460 , -75.315550 |
| La Montanita | 9.041730 , -75.274000 |
| La Panama | 8.964040 , -75.292510 |
| La Pilona | 9.000600 , -75.266340 |
| La Tablita | 8.992460 , -75.517720 |
| Las Cruces | 9.132720 , -75.437220 |
| Las Jarabas | 9.070570 , -75.249230 |
| Los Angeles | 8.990430 , -75.366140 |
| Los Cocos | 9.003790 , -75.227640 |
| Los Frutos | 8.918970 , -75.205640 |
| Nieto | 8.950000 , -75.300000 |
| Nueva Esperanza | 9.046790 , -75.502590 |
| Nuevo Oriente | 9.100000 , -75.316670 |
| Pajonal | 9.108290 , -75.448900 |
| Pantano Arenas | 9.047070 , -75.221280 |
| Pensilvania | 8.941870 , -75.279490 |
| Peralonso | 8.959500 , -75.281170 |
| Pisabonito | 8.928620 , -75.222220 |
| Sabanalarga | 9.080960 , -75.382610 |
| San Mateo | 9.098650 , -75.455960 |
| San Rafael | 9.100000 , -75.359220 |
| San Vicente | 9.043980 , -75.337580 |
| Santa Fe | 9.032240 , -75.238700 |
| Santa Rosa | 9.005390 , -75.338790 |
| Tierra Grata | 9.058140 , -75.433810 |
| Verdun | 9.013050 , -75.275200 |
Notes:
- You can download geometry data for Chinú 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.