Download outline map of Peña (geojson format) :
Peña.geojson (**)
Download polygon array of Peña map for "Google Maps" :
Peña.txt
Bounding Box for Peña Map : ( 9.877453 , -69.208959 , 10.232073 , -69.008333 )
Wikipedia ID for Peña : Q1683068
Wikipedia SPARQL Query for Peña (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1683068 wdt:P1082 ?population. }
OPTIONAL { wd:Q1683068 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1683068 wdt:P2046 ?area. }
OPTIONAL { wd:Q1683068 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1683068 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1683068 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 Peña map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.877453, -69.208959, 10.232073, -69.008333);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Peña)
[out:json];
(
rel["name"="Peña"][type=boundary];
rel["name:en"="Peña"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Peña
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Negra | 10.056390 , -69.165000 |
Agua Viva | 9.978280 , -69.074920 |
Barrio Nuevo | 9.945440 , -69.132340 |
Cabudare | 10.028890 , -69.089440 |
Cambural | 10.105040 , -69.165910 |
El Ingenio | 10.128060 , -69.122620 |
El Jaguey | 10.121830 , -69.176650 |
El Palmar | 9.903700 , -69.121370 |
El Pegon | 10.054170 , -69.186500 |
El Playon | 10.138240 , -69.092520 |
El Pozon | 10.063650 , -69.173510 |
El Rincon | 9.945730 , -69.151500 |
El Salto | 10.099670 , -69.088590 |
Guaremal | 10.167090 , -69.092430 |
La Ensenada | 10.101090 , -69.192630 |
La Maporita | 10.116900 , -69.164420 |
La Perdomera | 9.922400 , -69.129840 |
La Piedra | 10.094170 , -69.068330 |
Las Velas | 9.974390 , -69.136350 |
Los Tubos | 9.881990 , -69.094420 |
Mamoncito | 10.062220 , -69.185580 |
Parapara | 10.080000 , -69.205000 |
Platanales | 10.083290 , -69.041160 |
Pueblo Nuevo | 10.089220 , -69.076710 |
Sanguijuela | 10.150840 , -69.076300 |
Tacariguita | 10.120910 , -69.193190 |
Torbellan | 10.120210 , -69.120360 |
Uribeque | 10.060240 , -69.055710 |
Yaritagua | 10.080000 , -69.126110 |
Notes:
- You can download geometry data for Peña 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.