Download outline map of Antártica Chilena (geojson format) :
Antártica Chilena.geojson (**)
Download polygon array of Antártica Chilena map for "Google Maps" :
Antártica Chilena.txt
Bounding Box for Antártica Chilena Map : ( -55.980002 , -72.124855 , -54.366494 , -66.418214 )
Wikipedia ID for Antártica Chilena : Q201086
Wikipedia SPARQL Query for Antártica Chilena (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q201086 wdt:P1082 ?population. }
OPTIONAL { wd:Q201086 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q201086 wdt:P2046 ?area. }
OPTIONAL { wd:Q201086 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q201086 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q201086 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 Antártica Chilena map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-55.980002, -72.124855, -54.366494, -66.418214);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Antártica Chilena)
[out:json];
(
rel["name"="Antártica Chilena"][type=boundary];
rel["name:en"="Antártica Chilena"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Antártica Chilena
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Caleta Banner | -55.021570 , -66.926410 |
Caleta Piedras | -55.040010 , -67.019370 |
Estancia Yendegai | -54.857280 , -68.822030 |
Isla Navarino | -54.997165 , -67.625506 |
Puerto Mejillones | -54.916670 , -67.983330 |
Puerto Navarino | -54.924400 , -68.319740 |
Puerto Williams | -54.930766 , -67.607666 |
Notes:
- You can download geometry data for Antártica Chilena 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.