Download outline map of Deseado (geojson format) :
Deseado.geojson (**)
Download polygon array of Deseado map for "Google Maps" :
Deseado.txt
Bounding Box for Deseado Map : ( -48.581344 , -69.735849 , -45.991155 , -65.721222 )
Wikipedia ID for Deseado : Q5263843
Wikipedia SPARQL Query for Deseado (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q5263843 wdt:P1082 ?population. }
OPTIONAL { wd:Q5263843 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q5263843 wdt:P2046 ?area. }
OPTIONAL { wd:Q5263843 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q5263843 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q5263843 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 Deseado map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-48.581344, -69.735849, -45.991155, -65.721222);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Deseado)
[out:json];
(
rel["name"="Deseado"][type=boundary];
rel["name:en"="Deseado"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Deseado
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguada Grande | -47.389000 , -67.590370 |
Antonio de Biedma | -47.487790 , -66.504710 |
Bahia Laura | -48.394580 , -66.478270 |
Bahia Oso Marino | -47.937910 , -65.801910 |
Cabo Blanco | -47.206720 , -65.750840 |
Caleta Olivia | -46.439290 , -67.528140 |
Canadon Seco | -46.550000 , -67.583330 |
Cerro Blanco | -47.416670 , -66.733330 |
Deseado | -47.752597 , -65.906124 |
Fitz Roy | -47.025600 , -67.248150 |
Flecha Negra | -47.833330 , -69.666670 |
Gobernador Moyano | -47.850000 , -66.633330 |
Jaramillo | -47.183110 , -67.142570 |
Koluel Kayke | -46.715580 , -68.222960 |
Las Heras | -46.541860 , -68.935930 |
Las Tres Hermanas | -47.315320 , -67.238930 |
Mazarredo | -47.083330 , -66.700000 |
Paso Gobernador Gregores | -47.827380 , -66.590800 |
Paso Gregores | -47.800000 , -66.583330 |
Pico Truncado | -46.794900 , -67.957310 |
Piedra Clavada | -46.600000 , -68.533330 |
Puerto Deseado | -47.750340 , -65.893820 |
Tehuelches | -46.933330 , -67.450000 |
Tellier | -47.650000 , -66.050000 |
Zona Las Sierras | -47.250000 , -68.600000 |
Notes:
- You can download geometry data for Deseado 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.