Download outline map of Careiro (geojson format) :
Careiro.geojson (**)
Download polygon array of Careiro map for "Google Maps" :
Careiro.txt
Bounding Box for Careiro Map : ( -4.222369 , -60.803287 , -3.276362 , -59.656722 )
Wikipedia ID for Careiro : Q1751325
Wikipedia SPARQL Query for Careiro (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1751325 wdt:P1082 ?population. }
OPTIONAL { wd:Q1751325 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1751325 wdt:P2046 ?area. }
OPTIONAL { wd:Q1751325 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1751325 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1751325 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 Careiro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-4.222369, -60.803287, -3.276362, -59.656722);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Careiro)
[out:json];
(
rel["name"="Careiro"][type=boundary];
rel["name:en"="Careiro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Careiro
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aldeia Indígena Juma | -3.857198 , -59.850521 |
Aldeia Indígena Mamori | -3.587639 , -60.015451 |
Aldeia Indígena Marinheiro | -3.569876 , -59.982711 |
Aldeia Indígena Vista Alegre | -3.671808 , -60.423382 |
Araçá | -3.451445 , -60.007722 |
Cacoal | -4.148060 , -60.548890 |
Capoeirinha | -3.788060 , -60.424440 |
Careiro | -3.816782 , -60.358942 |
Catinga | -4.171940 , -60.616940 |
Chapelao | -4.003330 , -60.580000 |
Curaru | -4.187780 , -60.641110 |
Extrato | -4.172500 , -60.596390 |
Mandioca | -4.051390 , -60.639170 |
Purupuru | -3.383236 , -59.721805 |
Salgada | -3.366670 , -60.150000 |
Santa Isabel | -4.216940 , -60.694440 |
Sao Pedro | -3.614440 , -60.130280 |
Taboca | -4.162500 , -60.572220 |
Tupana | -4.066940 , -60.659720 |
Vila da Prata | -4.035560 , -60.617780 |
Vila do Careiro | -3.811240 , -60.368880 |
Vila do Tilheiro | -3.428313 , -60.270234 |
Vila Samaúma | -3.527972 , -60.232887 |
Notes:
- You can download geometry data for Careiro 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.