Download outline map of Pore (geojson format) :
Pore.geojson (**)
Download polygon array of Pore map for "Google Maps" :
Pore.txt
Bounding Box for Pore Map : ( 5.531263 , -72.111199 , 5.839751 , -71.661035 )
Wikipedia ID for Pore : Q1555513
Wikipedia SPARQL Query for Pore (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1555513 wdt:P1082 ?population. }
OPTIONAL { wd:Q1555513 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1555513 wdt:P2046 ?area. }
OPTIONAL { wd:Q1555513 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1555513 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1555513 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 Pore map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.531263, -72.111199, 5.839751, -71.661035);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pore)
[out:json];
(
rel["name"="Pore"][type=boundary];
rel["name:en"="Pore"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pore
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Algarrabo | 5.733330 , -71.933330 |
Boca de Pore | 5.665000 , -71.962290 |
Boquepore | 5.633330 , -71.933330 |
Caserio Miralindo | 5.549720 , -71.866110 |
Chicharronal | 5.618120 , -71.941560 |
Curama | 5.696680 , -72.024960 |
Curimina | 5.558870 , -71.852590 |
El Banco | 5.662120 , -72.033520 |
El Jordan | 5.750000 , -72.100000 |
Hato la Morena | 5.681410 , -71.840990 |
La Plata | 5.574440 , -71.914160 |
Las Manitas | 5.606630 , -71.938690 |
Miramar | 5.700000 , -72.066670 |
Pore | 5.727220 , -71.994720 |
Pueblo Viejo | 5.700000 , -72.100000 |
Santa Rita | 5.683330 , -71.950000 |
Tablon Alto | 5.716670 , -72.100000 |
Tablon de Tamara | 5.732380 , -72.100510 |
Vijagual | 5.709600 , -71.865620 |
Notes:
- You can download geometry data for Pore 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.