Download outline map of Envira (geojson format) :
Envira.geojson (**)
Download polygon array of Envira map for "Google Maps" :
Envira.txt
Bounding Box for Envira Map : ( -8.061126 , -71.088495 , -7.173184 , -69.474445 )
Wikipedia ID for Envira : Q1750090
Wikipedia SPARQL Query for Envira (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1750090 wdt:P1082 ?population. }
OPTIONAL { wd:Q1750090 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1750090 wdt:P2046 ?area. }
OPTIONAL { wd:Q1750090 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1750090 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1750090 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 Envira map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-8.061126, -71.088495, -7.173184, -69.474445);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Envira)
[out:json];
(
rel["name"="Envira"][type=boundary];
rel["name:en"="Envira"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Envira
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aldeia Indígena Alegria | -7.654189 , -70.560284 |
Aldeia Indígena Aruianã | -7.356515 , -69.943916 |
Aldeia Indígena Cacau | -7.433993 , -69.974790 |
Aldeia Indígena Kulina do Macapá | -7.689045 , -70.620988 |
Aldeia Indígena Lontra Novo | -7.409784 , -69.976448 |
Aldeia Indígena Lontra Velho | -7.405677 , -69.975532 |
Aldeia Indígena Terra Firme | -7.387300 , -69.972810 |
Aldeia Indígena Terra Nova | -7.386534 , -69.973613 |
Aldeia Indígena Três Bocas | -7.314718 , -69.914281 |
Belo Horizonte | -7.300000 , -69.583330 |
Boa Hora | -7.466670 , -70.166670 |
Bom Sucesso | -7.416670 , -70.216670 |
Envira | -7.441098 , -70.019907 |
Joaci | -7.733330 , -70.433330 |
Limao | -7.333330 , -69.600000 |
Niteroi | -7.633330 , -70.083330 |
Tracoa | -7.800000 , -70.133330 |
Vila Gomes | -7.583330 , -70.116670 |
Notes:
- You can download geometry data for Envira 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.