Download outline map of Palavecino (geojson format) :
Palavecino.geojson (**)
Download polygon array of Palavecino map for "Google Maps" :
Palavecino.txt
Bounding Box for Palavecino Map : ( 9.899284 , -69.319156 , 10.075623 , -69.149698 )
Wikipedia ID for Palavecino : Q2307377
Wikipedia SPARQL Query for Palavecino (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2307377 wdt:P1082 ?population. }
OPTIONAL { wd:Q2307377 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2307377 wdt:P2046 ?area. }
OPTIONAL { wd:Q2307377 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2307377 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2307377 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 Palavecino map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.899284, -69.319156, 10.075623, -69.149698);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Palavecino)
[out:json];
(
rel["name"="Palavecino"][type=boundary];
rel["name:en"="Palavecino"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Palavecino
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Blanca | 9.933330 , -69.283330 |
Agua Viva | 10.016540 , -69.284870 |
Chorobobo | 10.065770 , -69.217750 |
Coco de Mono | 10.034250 , -69.184560 |
El Jaguey | 9.984930 , -69.213850 |
El Mayal | 10.039760 , -69.198450 |
El Papelon | 10.049310 , -69.237740 |
El Placer | 10.038910 , -69.227640 |
El Tamarindo | 10.046670 , -69.220430 |
El Taque | 10.062480 , -69.207030 |
La Aguada | 10.022180 , -69.200950 |
La Montana | 10.024250 , -69.215130 |
La Morita | 9.944410 , -69.213130 |
La Pastora | 10.066670 , -69.250000 |
La Piedad | 10.011940 , -69.225740 |
La Rinconada | 9.933330 , -69.183330 |
Las Tres Topias | 10.030920 , -69.192870 |
Lomas Redondas | 9.916670 , -69.266670 |
Los Canizos | 10.044380 , -69.189790 |
Los Mamones | 9.999830 , -69.196440 |
Los Rastrojos | 10.025880 , -69.241660 |
Marazul | 10.058860 , -69.218840 |
San Antonio | 10.033330 , -69.250000 |
Terepaima | 9.951140 , -69.280070 |
Zanjon Colorado | 10.023210 , -69.220210 |
Notes:
- You can download geometry data for Palavecino 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.