Download outline map of Penedo (geojson format) :
Penedo.geojson (**)
Download polygon array of Penedo map for "Google Maps" :
Penedo.txt
Bounding Box for Penedo Map : ( -10.433097 , -36.660335 , -10.03227 , -36.335692 )
Wikipedia ID for Penedo : Q1772658
Wikipedia SPARQL Query for Penedo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1772658 wdt:P1082 ?population. }
OPTIONAL { wd:Q1772658 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1772658 wdt:P2046 ?area. }
OPTIONAL { wd:Q1772658 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1772658 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1772658 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 Penedo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-10.433097, -36.660335, -10.03227, -36.335692);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Penedo)
[out:json];
(
rel["name"="Penedo"][type=boundary];
rel["name:en"="Penedo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Penedo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Carapina | -10.175837 , -36.521618 |
Cohab da Palmeira Alta | -10.121844 , -36.383107 |
Cooperativa Núcleo II | -10.265257 , -36.506553 |
Embira II | -10.098981 , -36.429420 |
Gameleira | -10.083330 , -36.483330 |
Itaporanga | -10.225636 , -36.568861 |
Manibu | -10.219247 , -36.503344 |
Manimbu | -10.166670 , -36.366670 |
Marituba do Peixe | -10.288683 , -36.391286 |
Palmeira Alta | -10.100000 , -36.416670 |
Penedo | -10.282416 , -36.562455 |
Pescoço | -10.148819 , -36.366641 |
Ponta Mofina | -10.380994 , -36.552547 |
Tabuleiro dos Negros | -10.196238 , -36.591583 |
Notes:
- You can download geometry data for Penedo 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.