Download outline map of Pampán (geojson format) :
Pampán.geojson (**)
Download polygon array of Pampán map for "Google Maps" :
Pampán.txt
Bounding Box for Pampán Map : ( 9.423383 , -70.616364 , 9.622534 , -70.288861 )
Wikipedia ID for Pampán : Q9035906
Wikipedia SPARQL Query for Pampán (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q9035906 wdt:P1082 ?population. }
OPTIONAL { wd:Q9035906 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q9035906 wdt:P2046 ?area. }
OPTIONAL { wd:Q9035906 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q9035906 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q9035906 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 Pampán map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.423383, -70.616364, 9.622534, -70.288861);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pampán)
[out:json];
(
rel["name"="Pampan"][type=boundary];
rel["name:en"="Pampan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pampán
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arenosa | 9.566670 , -70.466670 |
Catalina | 9.564530 , -70.506050 |
Cubiscus | 9.438520 , -70.449950 |
Curvelo | 9.517420 , -70.476620 |
El Cerrito | 9.473330 , -70.480000 |
El Corozal | 9.478780 , -70.450850 |
El Corozo | 9.493330 , -70.397780 |
El Hato | 9.490560 , -70.360000 |
El Llanito | 9.427780 , -70.338330 |
El Macollal | 9.597810 , -70.457600 |
El Paramo | 9.443690 , -70.330590 |
El Pauji | 9.501390 , -70.517970 |
El Pie | 9.508510 , -70.347990 |
El Tablon | 9.530510 , -70.447990 |
Flor de Patria | 9.459810 , -70.474810 |
La Catalina | 9.465560 , -70.441670 |
La Raya | 9.454640 , -70.493690 |
La Sabanita | 9.494440 , -70.311110 |
Las Quebraditas | 9.481110 , -70.367220 |
Minas de Monay | 9.605440 , -70.448310 |
Monay | 9.541090 , -70.461480 |
Pampan | 9.444750 , -70.477590 |
Santa Ana | 9.466110 , -70.335660 |
Santa Elena | 9.481070 , -70.444150 |
Siquisay | 9.442180 , -70.363310 |
Tabor | 9.468380 , -70.469020 |
Valle Abajo | 9.483500 , -70.321510 |
Vitu | 9.469440 , -70.408330 |
Notes:
- You can download geometry data for Pampán 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.