Download outline map of Ariquemes (geojson format) :
Ariquemes.geojson (**)
Download polygon array of Ariquemes map for "Google Maps" :
Ariquemes.txt
Bounding Box for Ariquemes Map : ( -10.288282 , -63.618222 , -9.66916 , -62.422617 )
Wikipedia ID for Ariquemes : Q1646975
Wikipedia SPARQL Query for Ariquemes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1646975 wdt:P1082 ?population. }
OPTIONAL { wd:Q1646975 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1646975 wdt:P2046 ?area. }
OPTIONAL { wd:Q1646975 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1646975 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1646975 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 Ariquemes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-10.288282, -63.618222, -9.66916, -62.422617);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ariquemes)
[out:json];
(
rel["name"="Ariquemes"][type=boundary];
rel["name:en"="Ariquemes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ariquemes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ariquemes | -9.925762 , -63.049414 |
Bom Jardim | -9.983330 , -63.350000 |
Fazenda Cajazeira | -10.091670 , -62.969440 |
Fortaleza | -9.900000 , -62.466670 |
Ipiranga | -10.016670 , -62.866670 |
Laje | -9.800000 , -62.433330 |
Nova Vida | -10.179420 , -62.823180 |
Oriente Velho | -9.750000 , -62.616670 |
Santa Rosa | -10.133330 , -62.700000 |
Santo Antonio | -9.983330 , -62.683330 |
Sao Jose | -10.150000 , -63.066670 |
Sitio Sao Geraldo | -10.031110 , -62.980560 |
Triunfo | -9.800000 , -62.633330 |
Notes:
- You can download geometry data for Ariquemes 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.