Download outline map of Canutama (geojson format) :
Canutama.geojson (**)
Download polygon array of Canutama map for "Google Maps" :
Canutama.txt
Bounding Box for Canutama Map : ( -8.996471 , -65.039175 , -5.916216 , -63.135584 )
Wikipedia ID for Canutama : Q1807050
Wikipedia SPARQL Query for Canutama (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1807050 wdt:P1082 ?population. }
OPTIONAL { wd:Q1807050 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1807050 wdt:P2046 ?area. }
OPTIONAL { wd:Q1807050 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1807050 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1807050 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 Canutama map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-8.996471, -65.039175, -5.916216, -63.135584);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Canutama)
[out:json];
(
rel["name"="Canutama"][type=boundary];
rel["name:en"="Canutama"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Canutama
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acaituba | -7.019910 , -64.588790 |
Aldeia Indígena Banawa | -6.712629 , -64.933532 |
Alianca | -6.583330 , -64.350000 |
Bela Vista | -6.595840 , -64.463300 |
Canutama | -6.532638 , -64.390037 |
Conceicao | -6.066670 , -64.283330 |
Curuzu | -6.106300 , -64.281780 |
Espirito Santo | -6.316670 , -64.216670 |
Ipecu | -6.516670 , -64.266670 |
Jadibaru | -6.450000 , -64.250000 |
Mari | -7.083330 , -64.566670 |
Nazare | -5.930000 , -64.388330 |
Nazare do Badaro | -6.700000 , -64.483330 |
Novo Areal | -6.688110 , -64.591000 |
Novo Intento | -6.666670 , -64.500000 |
Palestina | -6.350000 , -64.266670 |
Paraiso | -6.816670 , -64.583330 |
Redencao | -6.566670 , -64.400000 |
Remedio | -5.956670 , -64.377220 |
Salvacao | -6.283330 , -64.250000 |
Sao Bras | -6.961920 , -64.582450 |
Seringal Axioma | -6.743710 , -64.524970 |
Seringal Santa Maria | -6.875720 , -64.671810 |
Tamandua | -6.383330 , -64.283330 |
Urucuri | -6.766670 , -64.583330 |
Vila Renascer | -8.194419 , -63.861888 |
Vista Alegre | -6.850000 , -64.566670 |
Notes:
- You can download geometry data for Canutama 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.