Download outline map of Presidente Dutra (geojson format) :
Presidente Dutra.geojson (**)
Download polygon array of Presidente Dutra map for "Google Maps" :
Presidente Dutra.txt
Bounding Box for Presidente Dutra Map : ( -5.497433 , -44.58538 , -5.080668 , -44.340947 )
Wikipedia ID for Presidente Dutra : Q637452
Wikipedia SPARQL Query for Presidente Dutra (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q637452 wdt:P1082 ?population. }
OPTIONAL { wd:Q637452 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q637452 wdt:P2046 ?area. }
OPTIONAL { wd:Q637452 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q637452 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q637452 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 Presidente Dutra map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-5.497433, -44.58538, -5.080668, -44.340947);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Presidente Dutra)
[out:json];
(
rel["name"="Presidente Dutra"][type=boundary];
rel["name:en"="Presidente Dutra"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Presidente Dutra
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Angical | -5.450266 , -44.461765 |
Boa Vista | -5.419026 , -44.466738 |
Canafístula dos Morais | -5.270921 , -44.392568 |
Columbia | -5.162650 , -44.457852 |
Creole do Joviniano | -5.221030 , -44.396450 |
Palma | -5.185666 , -44.467926 |
Pedra-De-Fogo | -5.443364 , -44.467219 |
Presidente Dutra | -5.292606 , -44.487888 |
São Francisco | -5.372885 , -44.375615 |
São João | -5.139368 , -44.379450 |
São Miguel | -5.176206 , -44.382977 |
Notes:
- You can download geometry data for Presidente Dutra 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.