Download outline map of Cercado (geojson format) :
Cercado.geojson (**)
Download polygon array of Cercado map for "Google Maps" :
Cercado.txt
Bounding Box for Cercado Map : ( -21.869021 , -65.011637 , -21.237378 , -64.331717 )
Wikipedia ID for Cercado : Q328661
Wikipedia SPARQL Query for Cercado (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q328661 wdt:P1082 ?population. }
OPTIONAL { wd:Q328661 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q328661 wdt:P2046 ?area. }
OPTIONAL { wd:Q328661 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q328661 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q328661 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 Cercado map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-21.869021, -65.011637, -21.237378, -64.331717);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cercado)
[out:json];
(
rel["name"="Cercado"][type=boundary];
rel["name:en"="Cercado"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cercado
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Hedionda | -21.783330 , -64.483330 |
Alto de Espana | -21.372590 , -64.436820 |
Bella Vista | -21.647760 , -64.836830 |
Caldera | -21.454290 , -64.565070 |
Carlazo | -21.482420 , -64.478160 |
Cercado | -21.436710 , -64.698490 |
Cieneguillas | -21.598730 , -64.507880 |
Gomoneda | -21.495540 , -64.624890 |
Guadalupe | -21.766670 , -64.483330 |
Guerra Huayco | -21.592460 , -64.813560 |
Honduras | -21.602540 , -64.428560 |
Hoyaditas | -21.516170 , -64.456990 |
La Torre | -21.461680 , -64.431710 |
Pampa Redonda | -21.686620 , -64.821620 |
Papachajra | -21.486740 , -64.402830 |
Piedra Pintada | -21.604050 , -64.620350 |
Pinos | -21.600000 , -64.900000 |
San Andres | -21.625260 , -64.818130 |
San Jacinto | -21.596670 , -64.704580 |
San Lorencito | -21.366670 , -64.416670 |
San Luis | -21.569010 , -64.699000 |
Santa Ana | -21.540960 , -64.580000 |
Tablada | -21.550010 , -64.781980 |
Tarija | -21.535490 , -64.729560 |
Timboy | -21.833330 , -64.450000 |
Tolomosa | -21.628310 , -64.772220 |
Tolomosita | -21.515360 , -64.749300 |
Tolomosita | -21.597650 , -64.756960 |
Tunal | -21.583330 , -64.433330 |
Vigas | -21.606980 , -64.478820 |
Yesera | -21.412880 , -64.550540 |
Notes:
- You can download geometry data for Cercado 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.