Download outline map of Ibiquera (geojson format) :
Ibiquera.geojson (**)
Download polygon array of Ibiquera map for "Google Maps" :
Ibiquera.txt
Bounding Box for Ibiquera Map : ( -12.76946 , -40.993688 , -12.446067 , -40.734165 )
Wikipedia ID for Ibiquera : Q1772606
Wikipedia SPARQL Query for Ibiquera (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1772606 wdt:P1082 ?population. }
OPTIONAL { wd:Q1772606 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1772606 wdt:P2046 ?area. }
OPTIONAL { wd:Q1772606 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1772606 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1772606 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 Ibiquera map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-12.76946, -40.993688, -12.446067, -40.734165);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ibiquera)
[out:json];
(
rel["name"="Ibiquera"][type=boundary];
rel["name:en"="Ibiquera"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ibiquera
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agrovila do pa Barra Verde | -12.749005 , -40.813801 |
Agrovila do pa Fazenda Mundurí | -12.643824 , -40.855217 |
Agrovila do pa Santa Clara | -12.577514 , -40.956546 |
Amazonas | -12.466670 , -40.883330 |
Bandeirinha | -12.516670 , -40.900000 |
Barra Velha | -12.733330 , -40.816670 |
Barragem | -12.666670 , -40.833330 |
Barragem | -12.750000 , -40.816670 |
Barro Verde | -12.766670 , -40.816670 |
Bom Jardim | -12.483330 , -40.900000 |
Formosa | -12.516670 , -40.933330 |
Gameleira | -12.683330 , -40.800000 |
Ibiquera | -12.649353 , -40.932921 |
Lagoa de Pedras | -12.666670 , -40.816670 |
Lagoa Nova | -12.750000 , -40.900000 |
Mulungu | -12.550000 , -40.916670 |
Munduri | -12.633330 , -40.850000 |
Penedo | -12.633330 , -40.933330 |
Poco | -12.666670 , -40.783330 |
Queimada | -12.650000 , -40.900000 |
Salvavida | -12.566670 , -40.916670 |
Sao Paulo | -12.462780 , -40.895120 |
Notes:
- You can download geometry data for Ibiquera 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.