Download outline map of Bariloche (geojson format) :
Bariloche.geojson (**)
Download polygon array of Bariloche map for "Google Maps" :
Bariloche.txt
Bounding Box for Bariloche Map : ( -42.008617 , -71.911358 , -41.017163 , -71.113362 )
Wikipedia ID for Bariloche : Q47772
Wikipedia SPARQL Query for Bariloche (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q47772 wdt:P1082 ?population. }
OPTIONAL { wd:Q47772 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q47772 wdt:P2046 ?area. }
OPTIONAL { wd:Q47772 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q47772 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q47772 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 Bariloche map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-42.008617, -71.911358, -41.017163, -71.113362);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bariloche)
[out:json];
(
rel["name"="Bariloche"][type=boundary];
rel["name:en"="Bariloche"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bariloche
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Balneario Municipal | -41.131800 , -71.290030 |
Colonia Suiza | -41.092289 , -71.513100 |
El Bolsón | -41.966670 , -71.516670 |
El Foyel | -41.702396 , -71.459369 |
Llao Llao | -41.053530 , -71.536620 |
Los Repollos | -41.878010 , -71.456150 |
Nirihuau | -41.116670 , -71.150000 |
Perito Moreno | -41.116180 , -71.409400 |
Puerto Blest | -41.024770 , -71.820660 |
Puerto Frias | -41.078450 , -71.808530 |
Puerto los Reyes | -41.362380 , -71.559448 |
Puerto Panuelo | -41.050290 , -71.531470 |
Rio Villegas | -41.578210 , -71.501260 |
San Carlos de Bariloche | -41.145570 , -71.308220 |
Valle el Manso | -41.521300 , -71.822950 |
Villa Catedral | -41.167350 , -71.438770 |
Villa Los Coihues | -41.135486 , -71.398421 |
Villa Mascardi | -41.350000 , -71.516670 |
Notes:
- You can download geometry data for Bariloche 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.