Download outline map of Arcoverde (geojson format) :
Arcoverde.geojson (**)
Download polygon array of Arcoverde map for "Google Maps" :
Arcoverde.txt
Bounding Box for Arcoverde Map : ( -8.514488 , -37.149041 , -8.253093 , -36.900923 )
Wikipedia ID for Arcoverde : Q637902
Wikipedia SPARQL Query for Arcoverde (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q637902 wdt:P1082 ?population. }
OPTIONAL { wd:Q637902 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q637902 wdt:P2046 ?area. }
OPTIONAL { wd:Q637902 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q637902 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q637902 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 Arcoverde map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-8.514488, -37.149041, -8.253093, -36.900923);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Arcoverde)
[out:json];
(
rel["name"="Arcoverde"][type=boundary];
rel["name:en"="Arcoverde"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Arcoverde
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aldeia Velha | -8.400000 , -37.050000 |
Aldeia Velha | -8.383330 , -37.033330 |
Arcoverde | -8.416675 , -37.062598 |
Caldeirao | -8.366670 , -37.033330 |
Caraíbas | -8.424248 , -36.960062 |
Ipojuca | -8.315296 , -36.941504 |
Melancia | -8.400000 , -37.083330 |
Mutuca | -8.433330 , -36.983330 |
Pocos | -8.333330 , -37.016670 |
Riacho do Meio | -8.415718 , -36.937261 |
Santa Rita | -8.466670 , -37.050000 |
Sao Joao | -8.416670 , -37.050000 |
Vencedora | -8.416670 , -37.116670 |
Vitoria | -8.333330 , -36.933330 |
Notes:
- You can download geometry data for Arcoverde 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.