Download outline map of Los Andes (geojson format) :
Los Andes.geojson (**)
Download polygon array of Los Andes map for "Google Maps" :
Los Andes.txt
Bounding Box for Los Andes Map : ( -33.187568 , -70.767857 , -32.430219 , -69.977481 )
Wikipedia ID for Los Andes : Q721424
Wikipedia SPARQL Query for Los Andes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q721424 wdt:P1082 ?population. }
OPTIONAL { wd:Q721424 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q721424 wdt:P2046 ?area. }
OPTIONAL { wd:Q721424 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q721424 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q721424 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 Los Andes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-33.187568, -70.767857, -32.430219, -69.977481);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Los Andes)
[out:json];
(
rel["name"="Los Andes"][type=boundary];
rel["name:en"="Los Andes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Los Andes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alto de la Posada | -32.885510 , -70.214760 |
Banos El Barro | -32.700000 , -70.516670 |
Calle Larga | -32.872025 , -70.642112 |
Cancha Pelada | -32.833330 , -70.083330 |
Casuto | -32.860040 , -70.694080 |
Complejo Los Libertadores | -32.845830 , -70.118030 |
Comunidad Campo de Ahumada | -32.673770 , -70.532670 |
Comunidad Covarrubias | -32.755280 , -70.477280 |
Comunidad de Auco | -32.886070 , -70.702480 |
Comunidad de las Bandurrias | -32.850000 , -70.733330 |
Comunidad Quebrada Seca | -32.900000 , -70.700000 |
El Carino Botado | -32.797140 , -70.557600 |
El Guapi | -32.830740 , -70.516240 |
El Higueral | -32.862730 , -70.717070 |
El Juncal | -32.867480 , -70.150470 |
El Pino | -32.854350 , -70.651550 |
El Portillo | -32.833330 , -70.133330 |
Guardia Vieja | -32.902790 , -70.269760 |
La Florida | -32.814020 , -70.565630 |
Lo Calvo | -32.750870 , -70.591880 |
Los Andes | -32.840364 , -70.627276 |
Los Andes | -32.928999 , -70.278946 |
Los Azules | -32.899220 , -70.364940 |
Los Chalets | -32.853750 , -70.463940 |
Los Espinos | -32.883330 , -70.383330 |
Los Olmos | -32.810560 , -70.590800 |
Los Ranchillos | -32.936680 , -70.707860 |
Los Riecillos | -32.925270 , -70.352790 |
Paidahuen | -32.816670 , -70.583330 |
Parada Caracoles | -32.833330 , -70.100000 |
Parada Portillo | -32.833330 , -70.150000 |
Peralillo | -32.883330 , -70.233330 |
Piscicultura | -32.930700 , -70.282520 |
Pocuro | -32.868570 , -70.621180 |
Portillo | -32.835850 , -70.128260 |
Rinconada de los Andes | -32.844902 , -70.688889 |
Río Blanco | -32.916943 , -70.319976 |
Río Colorado | -32.856518 , -70.444336 |
Saladillo | -32.944220 , -70.274430 |
San Esteban | -32.784587 , -70.568264 |
San Miguel | -32.836120 , -70.542960 |
San Regis | -32.779950 , -70.577380 |
Valle Alegre | -32.816670 , -70.633330 |
Villa Alegre | -32.857730 , -70.661800 |
Notes:
- You can download geometry data for Los Andes 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.