Download outline map of Pirambu (geojson format) :
Pirambu.geojson (**)
Download polygon array of Pirambu map for "Google Maps" :
Pirambu.txt
Bounding Box for Pirambu Map : ( -10.74407 , -36.923549 , -10.575861 , -36.673652 )
Wikipedia ID for Pirambu : Q1809608
Wikipedia SPARQL Query for Pirambu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1809608 wdt:P1082 ?population. }
OPTIONAL { wd:Q1809608 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1809608 wdt:P2046 ?area. }
OPTIONAL { wd:Q1809608 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1809608 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1809608 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 Pirambu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-10.74407, -36.923549, -10.575861, -36.673652);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pirambu)
[out:json];
(
rel["name"="Pirambu"][type=boundary];
rel["name:en"="Pirambu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pirambu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguilhadas | -10.704379 , -36.861040 |
Alagamar | -10.603473 , -36.754550 |
Aningas | -10.670279 , -36.785752 |
Areinhas | -10.699011 , -36.860805 |
Brito | -10.600000 , -36.783330 |
Catinguinhas | -10.698322 , -36.863589 |
Lagoa Redonda | -10.666568 , -36.777113 |
Marimbondo | -10.668073 , -36.909388 |
Pirambu | -10.737921 , -36.853521 |
Santa Isabel | -10.625670 , -36.743290 |
Notes:
- You can download geometry data for Pirambu 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.