Download outline map of Puyango (geojson format) :
Puyango.geojson (**)
Download polygon array of Puyango map for "Google Maps" :
Puyango.txt
Bounding Box for Puyango Map : ( -4.074364 , -80.293512 , -3.854836 , -79.881639 )
Wikipedia ID for Puyango : Q1989981
Wikipedia SPARQL Query for Puyango (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1989981 wdt:P1082 ?population. }
OPTIONAL { wd:Q1989981 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1989981 wdt:P2046 ?area. }
OPTIONAL { wd:Q1989981 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1989981 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1989981 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 Puyango map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-4.074364, -80.293512, -3.854836, -79.881639);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Puyango)
[out:json];
(
rel["name"="Puyango"][type=boundary];
rel["name:en"="Puyango"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Puyango
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alamor | -4.018470 , -80.021410 |
Buenos Aires | -3.983330 , -80.066670 |
Ciano | -3.900000 , -79.966670 |
El Cienego | -4.016670 , -80.033330 |
El Congo | -4.016670 , -79.933330 |
El Hondon | -4.000000 , -80.050000 |
El Limo | -3.986740 , -80.127490 |
Guararas | -4.026750 , -80.109140 |
Hacienda El Laurel | -4.033330 , -80.033330 |
Huatunuma | -4.004660 , -79.910650 |
La Esperanza | -3.995260 , -80.198520 |
Matalanga | -4.033330 , -80.000000 |
Mercadillo | -4.024000 , -79.977550 |
Montehuaico | -3.988070 , -80.039780 |
Piedra Tabla | -4.016670 , -80.033330 |
Pitayo | -4.010030 , -80.185370 |
Puente Chico | -3.946100 , -80.079650 |
Puesto Murcielago | -3.933330 , -80.166670 |
Puesto Puyango | -3.883330 , -80.083330 |
Turinuma | -4.060500 , -80.233640 |
Turinuma La Pampa | -4.019450 , -80.143610 |
Vicentino | -3.961780 , -79.934240 |
Notes:
- You can download geometry data for Puyango 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.