Download outline map of Guaranda (geojson format) :
Guaranda.geojson (**)
Download polygon array of Guaranda map for "Google Maps" :
Guaranda.txt
Bounding Box for Guaranda Map : ( 8.276045 , -74.839331 , 8.510109 , -74.532889 )
Wikipedia ID for Guaranda : Q1526247
Wikipedia SPARQL Query for Guaranda (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1526247 wdt:P1082 ?population. }
OPTIONAL { wd:Q1526247 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1526247 wdt:P2046 ?area. }
OPTIONAL { wd:Q1526247 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1526247 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1526247 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 Guaranda map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.276045, -74.839331, 8.510109, -74.532889);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guaranda)
[out:json];
(
rel["name"="Guaranda"][type=boundary];
rel["name:en"="Guaranda"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guaranda
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Garcero | 8.383330 , -74.633330 |
El Porton | 8.416990 , -74.804640 |
El Reposo | 8.505400 , -74.576960 |
La Ceja | 8.442450 , -74.642200 |
La Victoria | 8.330700 , -74.736930 |
Las Pavas | 8.469270 , -74.572360 |
Leticia | 8.303300 , -74.759020 |
Palmaritico | 8.477520 , -74.591260 |
Tierra Santa | 8.461810 , -74.611380 |
Notes:
- You can download geometry data for Guaranda 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.