Download outline map of Uribe (geojson format) :
Uribe.geojson (**)
Download polygon array of Uribe map for "Google Maps" :
Uribe.txt
Bounding Box for Uribe Map : ( 2.506569 , -74.933928 , 3.787519 , -73.93363 )
Wikipedia ID for Uribe : Q1525863
Wikipedia SPARQL Query for Uribe (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1525863 wdt:P1082 ?population. }
OPTIONAL { wd:Q1525863 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1525863 wdt:P2046 ?area. }
OPTIONAL { wd:Q1525863 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1525863 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1525863 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 Uribe map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](2.506569, -74.933928, 3.787519, -73.93363);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Uribe)
[out:json];
(
rel["name"="Uribe"][type=boundary];
rel["name:en"="Uribe"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Uribe
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguablanca | 3.624170 , -74.342500 |
Buenos Aires | 3.279000 , -74.300000 |
Cangrejo | 3.160000 , -74.264000 |
Cartagena | 3.219440 , -74.590000 |
Caserio El Diviso | 3.109350 , -74.255280 |
El Cedro | 3.530910 , -74.404920 |
El Chopal | 3.106000 , -74.508000 |
El Delirio | 3.591670 , -74.364440 |
El Diamante | 3.552220 , -74.315830 |
El Duda | 3.598250 , -74.355970 |
El Mandarino | 3.087000 , -74.497000 |
El Mirador | 3.112000 , -74.506000 |
El Paraiso | 3.286000 , -74.306000 |
El Porvenir | 3.265000 , -74.336000 |
El Porvenir | 3.253000 , -74.274000 |
El Triunfo | 3.617060 , -74.343690 |
Fuquene | 3.562090 , -74.388840 |
Galilea | 3.466670 , -74.616670 |
La Caucha | 3.547430 , -74.370370 |
La Esmeralda | 3.169000 , -74.269000 |
La Esperanza | 3.094000 , -74.501000 |
La Esperanza | 3.257000 , -74.364000 |
La Guajira | 3.575240 , -74.379150 |
La Hoya de Varela | 3.571110 , -74.357500 |
La Ilusion | 3.050000 , -74.283330 |
La Julia | 2.941030 , -74.228440 |
La Palma | 3.221670 , -74.547220 |
La Uribe | 3.240900 , -74.354970 |
Palestina | 3.545920 , -74.411830 |
Papamene | 3.219440 , -74.546670 |
Primavera | 3.515800 , -74.372310 |
Puerto Crevaux | 3.071800 , -74.519310 |
Santander | 3.133330 , -74.466670 |
Notes:
- You can download geometry data for Uribe 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.