Download outline map of Pupiales (geojson format) :
Pupiales.geojson (**)
Download polygon array of Pupiales map for "Google Maps" :
Pupiales.txt
Bounding Box for Pupiales Map : ( 0.84318 , -77.690898 , 0.993666 , -77.567349 )
Wikipedia ID for Pupiales : Q368268
Wikipedia SPARQL Query for Pupiales (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q368268 wdt:P1082 ?population. }
OPTIONAL { wd:Q368268 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q368268 wdt:P2046 ?area. }
OPTIONAL { wd:Q368268 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q368268 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q368268 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 Pupiales map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](0.84318, -77.690898, 0.993666, -77.567349);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pupiales)
[out:json];
(
rel["name"="Pupiales"][type=boundary];
rel["name:en"="Pupiales"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pupiales
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Casafria | 0.961920 , -77.652040 |
Caserio Chires Bajo | 0.905130 , -77.645400 |
Caserio Chires Centro | 0.934840 , -77.654390 |
Chaquiluto | 0.939390 , -77.654610 |
Charandud | 0.950000 , -77.616670 |
Chires | 0.916670 , -77.650000 |
El Arrayan | 0.883880 , -77.609610 |
El Carmen | 0.956670 , -77.633060 |
El Ejido | 0.888760 , -77.644210 |
El Espino | 0.905390 , -77.682260 |
El Manzano | 0.937530 , -77.628400 |
El Mirador | 0.949250 , -77.651870 |
El Mirador | 0.968370 , -77.633610 |
El Rocio | 0.927320 , -77.641400 |
El Romero | 0.958480 , -77.631330 |
Fuelamuesquer | 0.903750 , -77.607520 |
Inbulachico | 0.952660 , -77.617350 |
Jose Maria Hernandez | 0.883330 , -77.616670 |
La Concordia | 0.856800 , -77.627800 |
La Mesa | 0.909810 , -77.633340 |
La Riqueza | 0.976690 , -77.650360 |
Las Delicias | 0.868890 , -77.678890 |
Las Guacas | 0.873510 , -77.648710 |
Miraflores | 0.883330 , -77.616670 |
Piacun | 0.920080 , -77.640740 |
Piacun | 0.943510 , -77.640520 |
Pupiales | 0.871360 , -77.640270 |
Pusialquero | 0.883970 , -77.677320 |
San Antonio | 0.934710 , -77.675440 |
Santa Clara | 0.945570 , -77.614050 |
Santa Lucia | 0.892330 , -77.589360 |
Tatambud | 0.916670 , -77.616670 |
Tres Esquinas | 0.869830 , -77.612970 |
Notes:
- You can download geometry data for Pupiales 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.