Download outline map of Guaraque (geojson format) :
Guaraque.geojson (**)
Download polygon array of Guaraque map for "Google Maps" :
Guaraque.txt
Bounding Box for Guaraque Map : ( 8.010628 , -71.823552 , 8.300277 , -71.561283 )
Wikipedia ID for Guaraque : Q2607198
Wikipedia SPARQL Query for Guaraque (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2607198 wdt:P1082 ?population. }
OPTIONAL { wd:Q2607198 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2607198 wdt:P2046 ?area. }
OPTIONAL { wd:Q2607198 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2607198 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2607198 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 Guaraque map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.010628, -71.823552, 8.300277, -71.561283);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guaraque)
[out:json];
(
rel["name"="Guaraque"][type=boundary];
rel["name:en"="Guaraque"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guaraque
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Caliente | 8.230590 , -71.675380 |
Campo Alegre | 8.097860 , -71.633050 |
Campo Solo | 8.267490 , -71.637460 |
Canutales | 8.171680 , -71.737510 |
Cordoba | 8.046070 , -71.689630 |
El Amparo | 8.183460 , -71.668210 |
El Buitre | 8.210950 , -71.738920 |
El Dividive | 8.213350 , -71.633710 |
El Guamal | 8.086980 , -71.682050 |
El Maporal | 8.087090 , -71.644900 |
El Morador | 8.098710 , -71.694050 |
El Moral | 8.105530 , -71.662790 |
El Rincon | 8.075270 , -71.623680 |
El Saisay | 8.183790 , -71.734900 |
El Sinare | 8.131190 , -71.703040 |
Guaraque | 8.153550 , -71.735784 |
Huesca | 8.144670 , -71.750240 |
La Aguada | 8.245670 , -71.693940 |
La Cuesta | 8.195720 , -71.731900 |
Las Adjuntas | 8.217060 , -71.649980 |
Las Llanadas | 8.141290 , -71.726580 |
Las Vegas | 8.152900 , -71.724830 |
Loma Larga | 8.057630 , -71.746580 |
Loma Redonda | 8.149390 , -71.773190 |
Mesa de Moreno | 8.112120 , -71.772860 |
Mesa de Poleo | 8.273190 , -71.617540 |
Mesa de Quintero | 8.095940 , -71.618500 |
Mesa Grande | 8.155170 , -71.777000 |
Montesdeoca | 8.100270 , -71.662910 |
Pie de Cuesta | 8.257800 , -71.623780 |
Piedra Grande | 8.109600 , -71.672940 |
Quebrada Seca | 8.148240 , -71.661540 |
Rio Blanco | 8.095560 , -71.746940 |
Rio Negro | 8.218290 , -71.669950 |
Notes:
- You can download geometry data for Guaraque 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.