Download outline map of Guano (geojson format) :
Guano.geojson (**)
Download polygon array of Guano map for "Google Maps" :
Guano.txt
Bounding Box for Guano Map : ( -1.648144 , -78.846116 , -1.42681 , -78.510247 )
Wikipedia ID for Guano : Q2448847
Wikipedia SPARQL Query for Guano (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2448847 wdt:P1082 ?population. }
OPTIONAL { wd:Q2448847 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2448847 wdt:P2046 ?area. }
OPTIONAL { wd:Q2448847 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2448847 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2448847 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 Guano map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-1.648144, -78.846116, -1.42681, -78.510247);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guano)
[out:json];
(
rel["name"="Guano"][type=boundary];
rel["name:en"="Guano"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guano
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Guanando | -1.540540 , -78.543870 |
Hacienda Balsayan | -1.600000 , -78.683330 |
Hacienda El Carmen | -1.633330 , -78.583330 |
Hacienda El Carmen | -1.633330 , -78.666670 |
Hacienda El Carrizal | -1.633330 , -78.583330 |
Hacienda El Rosario | -1.633330 , -78.666670 |
Hacienda Igualala | -1.566670 , -78.650000 |
Hacienda Ingos | -1.600000 , -78.683330 |
Hacienda La Delicia | -1.583330 , -78.683330 |
Hacienda La Esmeralda | -1.616670 , -78.600000 |
Hacienda Pallacocha | -1.566670 , -78.616670 |
Hacienda San Miguel | -1.633330 , -78.650000 |
Hacienda San Miguel | -1.566670 , -78.666670 |
Hacienda San Pablo | -1.566670 , -78.716670 |
Hacienda San Pedro | -1.633330 , -78.633330 |
Hacienda Sigsipamba | -1.600000 , -78.700000 |
Hacienda Tutupala | -1.600000 , -78.666670 |
Ilapo | -1.558790 , -78.583410 |
La Providencia | -1.551470 , -78.549670 |
Sabanag | -1.485000 , -78.575910 |
San Andres | -1.592160 , -78.702510 |
San Gerardo | -1.592350 , -78.596760 |
Urbina | -1.500000 , -78.733330 |
Notes:
- You can download geometry data for Guano 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.