Download outline map of Girón (geojson format) :
Girón.geojson (**)
Download polygon array of Girón map for "Google Maps" :
Girón.txt
Bounding Box for Girón Map : ( 6.884228 , -73.545352 , 7.215204 , -73.089353 )
Wikipedia ID for Girón : Q1093497
Wikipedia SPARQL Query for Girón (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1093497 wdt:P1082 ?population. }
OPTIONAL { wd:Q1093497 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1093497 wdt:P2046 ?area. }
OPTIONAL { wd:Q1093497 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1093497 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1093497 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 Girón map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.884228, -73.545352, 7.215204, -73.089353);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Girón)
[out:json];
(
rel["name"="Girón"][type=boundary];
rel["name:en"="Girón"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Girón
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Armenia | 7.139010 , -73.376390 |
Baborreal | 7.005290 , -73.166600 |
Barbosa | 7.028460 , -73.157190 |
Cerro de Morales | 7.022810 , -73.122020 |
Clavellina | 7.136150 , -73.361070 |
Corregidor | 7.033550 , -73.168720 |
Cruces | 7.083330 , -73.383330 |
El Cedro | 7.077800 , -73.281430 |
El Lindero | 7.092580 , -73.390140 |
El Molino | 7.002740 , -73.172110 |
El Pantano | 7.005450 , -73.224070 |
El Porfin | 7.164440 , -73.513890 |
El Prado | 7.129390 , -73.353580 |
El Rubi | 7.132360 , -73.438980 |
Florez | 7.026230 , -73.201870 |
Girón | 7.068200 , -73.169810 |
La Colorada | 7.027080 , -73.258420 |
La Esperanza | 7.163260 , -73.160020 |
La Parroquia | 7.083330 , -73.333330 |
La Paz | 7.133330 , -73.450000 |
Las Nieves | 7.033330 , -73.283330 |
Lincoln | 7.048370 , -73.317090 |
Llano Grande | 7.022240 , -73.166710 |
Los Amores | 7.129290 , -73.378960 |
Motoso | 7.050000 , -73.266670 |
Olarte | 7.166670 , -73.500000 |
Palenque | 7.083850 , -73.162950 |
Pantano Viejo | 6.995370 , -73.209350 |
Poleo | 7.025760 , -73.199090 |
Puerto Rico | 7.151600 , -73.480170 |
Rionegro | 7.153610 , -73.153610 |
Santa Maria | 7.100000 , -73.400000 |
Socara | 7.011650 , -73.186550 |
Vega Rica | 7.123380 , -73.307960 |
Notes:
- You can download geometry data for Giró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.