Download outline map of Sincé (geojson format) :
Sincé.geojson (**)
Download polygon array of Sincé map for "Google Maps" :
Sincé.txt
Bounding Box for Sincé Map : ( 9.093953 , -75.204636 , 9.408507 , -74.924381 )
Wikipedia ID for Sincé : Q587626
Wikipedia SPARQL Query for Sincé (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q587626 wdt:P1082 ?population. }
OPTIONAL { wd:Q587626 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q587626 wdt:P2046 ?area. }
OPTIONAL { wd:Q587626 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q587626 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q587626 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 Sincé map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.093953, -75.204636, 9.408507, -74.924381);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sincé)
[out:json];
(
rel["name"="Sincé"][type=boundary];
rel["name:en"="Sincé"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sincé
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arboledas | 9.233610 , -74.992500 |
Buenos Aires | 9.294510 , -75.070630 |
Chapinero | 9.211470 , -75.087890 |
Cocorote | 9.217310 , -75.010160 |
El Sitio | 9.100000 , -75.083330 |
Granada | 9.316090 , -75.048820 |
Ibague | 9.335100 , -75.117590 |
La Vivienda | 9.233680 , -74.998800 |
Las Mellizas | 9.211200 , -75.007760 |
Los Charquitos | 9.211940 , -75.184690 |
Matecana | 9.311330 , -75.080950 |
Miraflores | 9.243470 , -74.980660 |
Montevideo | 9.383330 , -75.116670 |
Moralito | 9.393010 , -75.137260 |
Palenque | 9.247530 , -75.017120 |
Palermo | 9.251210 , -75.162700 |
San Luis | 9.221120 , -75.130930 |
Sincé | 9.243910 , -75.146750 |
Valencia | 9.134510 , -75.113320 |
Velez | 9.108490 , -75.094810 |
Villa El Socorro | 9.285380 , -75.118480 |
Notes:
- You can download geometry data for Sincé 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.