Download outline map of Inhumas (geojson format) :
Inhumas.geojson (**)
Download polygon array of Inhumas map for "Google Maps" :
Inhumas.txt
Bounding Box for Inhumas Map : ( -16.435584 , -49.66576 , -16.183543 , -49.369033 )
Wikipedia ID for Inhumas : Q986245
Wikipedia SPARQL Query for Inhumas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q986245 wdt:P1082 ?population. }
OPTIONAL { wd:Q986245 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q986245 wdt:P2046 ?area. }
OPTIONAL { wd:Q986245 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q986245 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q986245 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 Inhumas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-16.435584, -49.66576, -16.183543, -49.369033);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Inhumas)
[out:json];
(
rel["name"="Inhumas"][type=boundary];
rel["name:en"="Inhumas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Inhumas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Inhumas | -16.361870 , -49.494138 |
Quilombo Ou Santa Amália | -16.268436 , -49.545436 |
Viuva Mamedio | -16.233330 , -49.466670 |
Notes:
- You can download geometry data for Inhumas 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.