Download outline map of Guicán (geojson format) :
Guicán.geojson (**)
Download polygon array of Guicán map for "Google Maps" :
Guicán.txt
Bounding Box for Guicán Map : ( 6.357172 , -72.444896 , 6.748512 , -72.089049 )
Wikipedia ID for Guicán : Q1577669
Wikipedia SPARQL Query for Guicán (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1577669 wdt:P1082 ?population. }
OPTIONAL { wd:Q1577669 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1577669 wdt:P2046 ?area. }
OPTIONAL { wd:Q1577669 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1577669 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1577669 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 Guicán map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.357172, -72.444896, 6.748512, -72.089049);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guicán)
[out:json];
(
rel["name"="Guicán"][type=boundary];
rel["name:en"="Guicán"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guicán
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Blanca | 6.417130 , -72.415570 |
Bachira | 6.700080 , -72.187030 |
Blanquiscal | 6.509190 , -72.211600 |
Canaveral | 6.422450 , -72.412770 |
Carracas | 6.566670 , -72.250000 |
El Calvario | 6.481290 , -72.408210 |
El Cortaderal | 6.416500 , -72.338550 |
El Jordan | 6.453910 , -72.428000 |
El Rudal | 6.416720 , -72.402260 |
El Salado | 6.465710 , -72.379120 |
El Tabor | 6.455840 , -72.417150 |
Güicán | 6.461840 , -72.411290 |
La Cueva | 6.416670 , -72.350000 |
La Esperanza | 6.421290 , -72.350420 |
La Quinta | 6.653390 , -72.190490 |
Lagunas | 6.421010 , -72.385140 |
Los Banos | 6.464650 , -72.437400 |
Los Laureles | 6.641460 , -72.274970 |
Los Laureles | 6.449650 , -72.408860 |
Los Pinos | 6.470550 , -72.384300 |
Media Mesa | 6.702760 , -72.206310 |
Morales | 6.428760 , -72.365740 |
Ortega | 6.600000 , -72.366670 |
Ratoncito | 6.489330 , -72.263650 |
Ritacuba | 6.457740 , -72.368140 |
Royota | 6.627590 , -72.239080 |
Rudivan | 6.583330 , -72.250000 |
San Antonio | 6.434240 , -72.395900 |
Sinsiga | 6.662470 , -72.191880 |
Notes:
- You can download geometry data for Guicán 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.