Download outline map of Guinope (geojson format) :
Guinope.geojson (**)
Download polygon array of Guinope map for "Google Maps" :
Guinope.txt
Bounding Box for Guinope Map : ( 13.778684 , -87.010445 , 13.969032 , -86.859718 )
Wikipedia ID for Guinope : Q732437
Wikipedia SPARQL Query for Guinope (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q732437 wdt:P1082 ?population. }
OPTIONAL { wd:Q732437 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q732437 wdt:P2046 ?area. }
OPTIONAL { wd:Q732437 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q732437 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q732437 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 Guinope map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.778684, -87.010445, 13.969032, -86.859718);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guinope)
[out:json];
(
rel["name"="Guinope"][type=boundary];
rel["name:en"="Guinope"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guinope
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barranco Blanco | 13.816670 , -86.950000 |
Canada del Toro | 13.900000 , -86.966670 |
El Espino | 13.866670 , -86.966670 |
El Hondable | 13.916670 , -86.950000 |
El Lindero | 13.933330 , -86.966670 |
El Ocotal | 13.933330 , -86.900000 |
Galeras | 13.916670 , -86.983330 |
Güinope | 13.883330 , -86.933330 |
La Quesera | 13.800000 , -86.983330 |
Las Calabaceras | 13.916670 , -86.966670 |
Las Casitas | 13.800000 , -86.983330 |
Las Casitas | 13.900000 , -86.983330 |
Las Congojas | 13.850000 , -86.900000 |
Las Piedras | 13.816670 , -86.950000 |
Las Pilas | 13.900000 , -86.950000 |
Lavanderos | 13.900000 , -86.950000 |
Liquidambar | 13.816670 , -86.950000 |
Lizapa | 13.900000 , -86.983330 |
Los Chaguites | 13.866670 , -86.900000 |
Los Chaguitillos | 13.916670 , -86.966670 |
Los Mulules | 13.916670 , -86.950000 |
Manzaragua | 13.816670 , -86.966670 |
Pacayas | 13.816670 , -86.950000 |
Sabana Abajo | 13.816670 , -86.950000 |
Santa Rosa | 13.816670 , -86.950000 |
Notes:
- You can download geometry data for Guinope 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.