Download outline map of Aisén (geojson format) :
Aisén.geojson (**)
Download polygon array of Aisén map for "Google Maps" :
Aisén.txt
Bounding Box for Aisén Map : ( -47.054794 , -75.646118 , -43.641613 , -71.944519 )
Wikipedia ID for Aisén : Q201126
Wikipedia SPARQL Query for Aisén (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q201126 wdt:P1082 ?population. }
OPTIONAL { wd:Q201126 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q201126 wdt:P2046 ?area. }
OPTIONAL { wd:Q201126 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q201126 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q201126 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 Aisén map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-47.054794, -75.646118, -43.641613, -71.944519);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Aisén)
[out:json];
(
rel["name"="Aysén"][type=boundary];
rel["name:en"="Aysén"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Aisén
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bajo Palena | -43.766670 , -72.966670 |
El Malcal | -43.973800 , -72.189800 |
Farellones | -45.477470 , -72.270810 |
La Junta | -43.974950 , -72.402752 |
Marin Balmaceda | -43.774020 , -72.954710 |
Melinka | -43.896960 , -73.745590 |
Playa Negra | -43.721080 , -72.339360 |
Porto Raul Marin Balmaceda | -43.759193 , -72.965698 |
Puerto Aguirre | -45.162674 , -73.526001 |
Puerto Aisen | -45.399930 , -72.700018 |
Puerto Chacabuco | -45.463984 , -72.822876 |
Puerto Cisnes | -44.730332 , -72.693001 |
Puerto Dunn | -45.416670 , -72.533330 |
Puerto Puyuguapi | -44.324880 , -72.558590 |
Puyuhuapi | -44.320878 , -72.554912 |
Villa Mañihuales | -45.165445 , -72.148385 |
Notes:
- You can download geometry data for Aisén 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.