Download outline map of Paramoti (geojson format) :
Paramoti.geojson (**)
Download polygon array of Paramoti map for "Google Maps" :
Paramoti.txt
Bounding Box for Paramoti Map : ( -4.289766 , -39.570539 , -4.046952 , -39.173144 )
Wikipedia ID for Paramoti : Q2028069
Wikipedia SPARQL Query for Paramoti (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2028069 wdt:P1082 ?population. }
OPTIONAL { wd:Q2028069 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2028069 wdt:P2046 ?area. }
OPTIONAL { wd:Q2028069 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2028069 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2028069 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 Paramoti map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-4.289766, -39.570539, -4.046952, -39.173144);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Paramoti)
[out:json];
(
rel["name"="Paramoti"][type=boundary];
rel["name:en"="Paramoti"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Paramoti
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Água Boa | -4.145921 , -39.325000 |
Alegre | -4.100000 , -39.416670 |
Fazenda Jurema | -4.183330 , -39.450000 |
Fazenda Papel | -4.200000 , -39.550000 |
Fazenda Sao Joao | -4.133330 , -39.500000 |
Ipueira das Pedras | -4.136006 , -39.285017 |
Maracajá | -4.073165 , -39.227740 |
Miramar | -4.116670 , -39.400000 |
Mulungu | -4.195680 , -39.475280 |
Paramoti | -4.098709 , -39.239882 |
Passagem | -4.150000 , -39.450000 |
Retiro | -4.133330 , -39.266670 |
Vargem dos Bois | -4.116670 , -39.250000 |
Vazante Grande | -4.216670 , -39.383330 |
Notes:
- You can download geometry data for Paramoti 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.