Download outline map of Porangatu (geojson format) :
Porangatu.geojson (**)
Download polygon array of Porangatu map for "Google Maps" :
Porangatu.txt
Bounding Box for Porangatu Map : ( -13.770366 , -49.720613 , -12.790362 , -48.819215 )
Wikipedia ID for Porangatu : Q1806864
Wikipedia SPARQL Query for Porangatu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1806864 wdt:P1082 ?population. }
OPTIONAL { wd:Q1806864 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1806864 wdt:P2046 ?area. }
OPTIONAL { wd:Q1806864 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1806864 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1806864 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 Porangatu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-13.770366, -49.720613, -12.790362, -48.819215);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Porangatu)
[out:json];
(
rel["name"="Porangatu"][type=boundary];
rel["name:en"="Porangatu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Porangatu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Araras | -13.389930 , -49.357420 |
Azinópolis (Entroncamento São Miguel do Araguaia) | -13.106861 , -49.201914 |
Barreiro | -13.319010 , -49.113810 |
Cajueiro | -13.104080 , -49.201000 |
Capelinha | -13.524550 , -49.413200 |
Estreito | -13.413730 , -49.056117 |
Grupelândia | -13.116769 , -49.033848 |
Linda Vista | -13.316059 , -49.116329 |
Porangatu | -13.437416 , -49.151566 |
Serrinha | -13.480090 , -49.389070 |
Tanque | -13.016670 , -49.100000 |
Notes:
- You can download geometry data for Porangatu 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.