Download outline map of Baba (geojson format) :
Baba.geojson (**)
Download polygon array of Baba map for "Google Maps" :
Baba.txt
Bounding Box for Baba Map : ( -1.889229 , -79.749971 , -1.44378 , -79.573223 )
Wikipedia ID for Baba : Q1990086
Wikipedia SPARQL Query for Baba (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1990086 wdt:P1082 ?population. }
OPTIONAL { wd:Q1990086 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1990086 wdt:P2046 ?area. }
OPTIONAL { wd:Q1990086 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1990086 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1990086 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 Baba map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-1.889229, -79.749971, -1.44378, -79.573223);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Baba)
[out:json];
(
rel["name"="Baba"][type=boundary];
rel["name:en"="Baba"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Baba
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baba | -1.784140 , -79.678310 |
Banepo | -1.566670 , -79.666670 |
Concepcion | -1.698380 , -79.726960 |
Curiquingue | -1.765290 , -79.722970 |
El Arenal | -1.833330 , -79.700000 |
Gallinazo | -1.700000 , -79.600000 |
Guachapeli | -1.650000 , -79.700000 |
Guare | -1.672090 , -79.705680 |
Isla de Bejucal | -1.677210 , -79.644810 |
La Angelina | -1.870370 , -79.668820 |
La Balsa | -1.683330 , -79.683330 |
La Estrella | -1.850000 , -79.683330 |
Las Mercedes | -1.674150 , -79.711470 |
Las Mercedes | -1.704910 , -79.621750 |
Lolita | -1.704430 , -79.615750 |
Lolita | -1.647820 , -79.660900 |
Moquique | -1.450000 , -79.616670 |
Napan | -1.793070 , -79.632190 |
Palmira | -1.450000 , -79.616670 |
Progreso | -1.774540 , -79.715300 |
Recreo | -1.850000 , -79.666670 |
Resbalon | -1.754300 , -79.735610 |
San Francisco | -1.716670 , -79.616670 |
San Pablo | -1.733330 , -79.716670 |
San Pedro | -1.450000 , -79.616670 |
Santa Ana | -1.766670 , -79.716670 |
Tinoco | -1.856520 , -79.673350 |
Notes:
- You can download geometry data for Baba 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.