Download outline map of Poopo (geojson format) :
Poopo.geojson (**)
Download polygon array of Poopo map for "Google Maps" :
Poopo.txt
Bounding Box for Poopo Map : ( -18.790971 , -67.105543 , -18.212433 , -66.694046 )
Wikipedia ID for Poopo : Q1420274
Wikipedia SPARQL Query for Poopo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1420274 wdt:P1082 ?population. }
OPTIONAL { wd:Q1420274 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1420274 wdt:P2046 ?area. }
OPTIONAL { wd:Q1420274 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1420274 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1420274 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 Poopo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-18.790971, -67.105543, -18.212433, -66.694046);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Poopo)
[out:json];
(
rel["name"="Poopo"][type=boundary];
rel["name:en"="Poopo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Poopo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antequera | -18.477590 , -66.842700 |
Avicaya | -18.533330 , -66.866670 |
Bella Vista de Canaviri | -18.650000 , -66.916670 |
Calacata | -18.350000 , -66.966670 |
Choquenasa | -18.322240 , -66.874460 |
Chujlla | -18.466670 , -66.866670 |
Collpamayo | -18.233330 , -66.933330 |
Condor | -18.469580 , -66.797930 |
Huaylloco | -18.402630 , -66.875620 |
Keilari | -18.500000 , -67.033330 |
Larancagua | -18.400000 , -66.816670 |
Pazna | -18.598260 , -66.919830 |
Penas | -18.666670 , -66.750000 |
Poopó | -18.380260 , -66.966950 |
Serkaka | -18.401670 , -66.921080 |
Tahualluna | -18.500000 , -66.983330 |
Tolapampa | -18.288480 , -66.996520 |
Totora | -18.495870 , -66.873800 |
Tutuni | -18.578030 , -66.743100 |
Urmiri | -18.577180 , -66.877620 |
Uro-Vinto | -18.766670 , -66.750000 |
Ventaimedia | -18.294840 , -66.859900 |
Notes:
- You can download geometry data for Poopo 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.