Download outline map of Yondó (geojson format) :
Yondó.geojson (**)
Download polygon array of Yondó map for "Google Maps" :
Yondó.txt
Bounding Box for Yondó Map : ( 6.628786 , -74.492799 , 7.2978 , -73.879592 )
Wikipedia ID for Yondó : Q1526021
Wikipedia SPARQL Query for Yondó (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1526021 wdt:P1082 ?population. }
OPTIONAL { wd:Q1526021 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1526021 wdt:P2046 ?area. }
OPTIONAL { wd:Q1526021 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1526021 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1526021 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 Yondó map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.628786, -74.492799, 7.2978, -73.879592);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yondó)
[out:json];
(
rel["name"="Yondó"][type=boundary];
rel["name:en"="Yondó"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yondó
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Argentina | 7.100000 , -73.950000 |
Barranca | 6.816670 , -74.083330 |
Barranquita | 7.083330 , -73.900000 |
Bollo Baboso | 7.038170 , -74.199170 |
Brisas del Rio | 6.981110 , -73.915560 |
Buenavista | 7.203440 , -73.984290 |
Campo Arrecho | 7.127140 , -74.032500 |
Casabe | 7.028060 , -73.890120 |
Chinchorrera | 6.800000 , -74.100000 |
Don Toribio | 7.122780 , -73.949720 |
El Bagre | 7.133590 , -74.061780 |
El Campo | 7.149480 , -74.025610 |
El Paraiso | 7.178280 , -74.023260 |
El Pital | 6.816670 , -74.100000 |
El Salado | 7.098300 , -74.106370 |
El Tabiazo | 7.016670 , -74.083330 |
El Venado | 6.733330 , -74.183330 |
La Argentina | 6.964720 , -73.933330 |
La Ceiba | 7.157220 , -73.985000 |
La Esperanza | 7.192490 , -73.982730 |
La Justa | 7.116670 , -73.966670 |
La Paz | 7.226210 , -73.944380 |
La Primavera | 6.955000 , -73.953060 |
Las Flores | 6.958330 , -73.948610 |
Masagu | 6.633330 , -74.366670 |
Pozo Rompida | 7.171000 , -73.953950 |
Puerto Sabala | 7.131670 , -73.982500 |
Sabalo | 7.200090 , -73.942680 |
Santa Rosa | 7.175160 , -73.979940 |
Timotea | 6.666670 , -74.383330 |
Virginia | 7.235560 , -73.946210 |
Yondó | 7.006210 , -73.909720 |
Zaino | 6.650000 , -74.333330 |
Notes:
- You can download geometry data for Yondó 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.