Download outline map of Assis (geojson format) :
Assis.geojson (**)
Download polygon array of Assis map for "Google Maps" :
Assis.txt
Bounding Box for Assis Map : ( -22.711801 , -50.573257 , -22.444815 , -50.301261 )
Wikipedia ID for Assis : Q742227
Wikipedia SPARQL Query for Assis (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q742227 wdt:P1082 ?population. }
OPTIONAL { wd:Q742227 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q742227 wdt:P2046 ?area. }
OPTIONAL { wd:Q742227 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q742227 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q742227 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 Assis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-22.711801, -50.573257, -22.444815, -50.301261);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Assis)
[out:json];
(
rel["name"="Assis"][type=boundary];
rel["name:en"="Assis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Assis
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Assis | -22.653878 , -50.413345 |
Cervinho | -22.600000 , -50.450000 |
Condomínio Arthur Rezende | -22.616677 , -50.453111 |
Condomínio Chácara Alvorada | -22.618656 , -50.395560 |
Condomínio Quinta dos Flamboyants | -22.614717 , -50.434830 |
Residencial Esmeralda Park | -22.644274 , -50.466541 |
Notes:
- You can download geometry data for Assis 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.