Download outline map of Salgado (geojson format) :
Salgado.geojson (**)
Download polygon array of Salgado map for "Google Maps" :
Salgado.txt
Bounding Box for Salgado Map : ( -11.166798 , -37.555054 , -10.960342 , -37.388756 )
Wikipedia ID for Salgado : Q2013090
Wikipedia SPARQL Query for Salgado (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2013090 wdt:P1082 ?population. }
OPTIONAL { wd:Q2013090 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2013090 wdt:P2046 ?area. }
OPTIONAL { wd:Q2013090 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2013090 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2013090 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 Salgado map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-11.166798, -37.555054, -10.960342, -37.388756);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Salgado)
[out:json];
(
rel["name"="Salgado"][type=boundary];
rel["name:en"="Salgado"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Salgado
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Água Fria | -10.998788 , -37.517896 |
Matata | -11.011451 , -37.510910 |
Quebrada Iv | -11.013912 , -37.458549 |
Saco Encantado | -10.972683 , -37.507460 |
Salgado | -11.026714 , -37.477281 |
São Bento de Baixo | -11.006422 , -37.500780 |
São Bento de Cima (São Raimundo) | -10.991710 , -37.508278 |
Tombo | -11.036488 , -37.456191 |
Notes:
- You can download geometry data for Salgado 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.