Download outline map of Pereira (geojson format) :
Pereira.geojson (**)
Download polygon array of Pereira map for "Google Maps" :
Pereira.txt
Bounding Box for Pereira Map : ( 4.664642 , -75.935622 , 4.905904 , -75.377109 )
Wikipedia ID for Pereira : Q51111
Wikipedia SPARQL Query for Pereira (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q51111 wdt:P1082 ?population. }
OPTIONAL { wd:Q51111 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q51111 wdt:P2046 ?area. }
OPTIONAL { wd:Q51111 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q51111 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q51111 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 Pereira map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.664642, -75.935622, 4.905904, -75.377109);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pereira)
[out:json];
(
rel["name"="Pereira"][type=boundary];
rel["name:en"="Pereira"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pereira
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Altagracia | 4.738330 , -75.713610 |
| Arabia | 4.717780 , -75.715560 |
| Belmonte | 4.820280 , -75.758890 |
| Betulia | 4.721670 , -75.764170 |
| Canaveral | 4.778610 , -75.717780 |
| Cauquillo | 4.836390 , -75.808060 |
| Cerritos | 4.808330 , -75.839720 |
| Choco | 4.787220 , -75.658330 |
| Combia | 4.823890 , -75.754440 |
| Cuba | 4.802500 , -75.738890 |
| Cuchilla Corozal | 4.721670 , -75.590000 |
| Damasco | 4.765830 , -75.828890 |
| El Contento | 4.751940 , -75.777220 |
| El Crucero | 4.831390 , -75.755280 |
| El Manzano | 4.707220 , -75.614170 |
| El Pital | 4.856110 , -75.736110 |
| El Retiro | 4.761390 , -75.743890 |
| El Rocio | 4.745000 , -75.652220 |
| Erazo | 4.843330 , -75.728610 |
| Estrella | 4.769170 , -75.645280 |
| Frascate | 4.764170 , -75.772220 |
| Huertas | 4.779440 , -75.693890 |
| La Bananera | 4.771390 , -75.633610 |
| La Bella | 4.762220 , -75.636390 |
| La Esperanza | 4.807220 , -75.812780 |
| La Florida | 4.760560 , -75.618330 |
| La Graminea | 4.741940 , -75.674170 |
| La Honda | 4.870000 , -75.790280 |
| La Marina | 4.766670 , -75.916670 |
| La Palmilla | 4.738890 , -75.786110 |
| La Selva | 4.747500 , -75.760280 |
| La Suiza | 4.732780 , -75.589170 |
| Llano Grande | 4.823060 , -75.730000 |
| Montelargo | 4.755280 , -75.716390 |
| Morelia | 4.780000 , -75.733330 |
| Morelia | 4.766670 , -75.766670 |
| Mundo Nuevo | 4.783610 , -75.666670 |
| Palmerita | 4.745830 , -75.840000 |
| Pereira | 4.812095 , -75.685157 |
| Perez | 4.724440 , -75.687780 |
| Puerto Alegre | 4.861670 , -75.906670 |
| Puerto Caldas | 4.816940 , -75.909170 |
| Puerto Caldas | 4.763890 , -75.898890 |
| San Bernardo | 4.716670 , -75.583330 |
| San Felipe | 4.782780 , -75.822780 |
| San Joaquin | 4.790280 , -75.737500 |
| San Jose | 4.791940 , -75.649170 |
| San Vicente | 4.871390 , -75.741390 |
| Santander | 4.862500 , -75.766390 |
| Tres Esquinas | 4.714720 , -75.753330 |
| Tres Puertas | 4.787220 , -75.758060 |
| Tribunas | 4.766940 , -75.683330 |
| Yarumal | 4.722220 , -75.674720 |
Notes:
- You can download geometry data for Pereira 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.