Download outline map of Guarizama (geojson format) :
Guarizama.geojson (**)
Download polygon array of Guarizama map for "Google Maps" :
Guarizama.txt
Bounding Box for Guarizama Map : ( 14.818617 , -86.364235 , 14.995399 , -86.223228 )
Wikipedia ID for Guarizama : Q568891
Wikipedia SPARQL Query for Guarizama (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q568891 wdt:P1082 ?population. }
OPTIONAL { wd:Q568891 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q568891 wdt:P2046 ?area. }
OPTIONAL { wd:Q568891 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q568891 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q568891 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 Guarizama map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.818617, -86.364235, 14.995399, -86.223228);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guarizama)
[out:json];
(
rel["name"="Guarizama"][type=boundary];
rel["name:en"="Guarizama"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guarizama
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Caliente | 14.933330 , -86.266670 |
Aguacatillo | 14.883330 , -86.266670 |
Cabeceras | 14.916670 , -86.300000 |
Campanario | 14.933330 , -86.283330 |
Canada de Limon | 14.866670 , -86.300000 |
Carta | 14.916670 , -86.300000 |
Chorrera | 14.883330 , -86.266670 |
El Naranjal | 14.933330 , -86.250000 |
El Ocotal | 14.883330 , -86.250000 |
El Oregano | 14.883330 , -86.350000 |
El Potrero | 14.833330 , -86.266670 |
El Rincon | 14.883330 , -86.316670 |
El Tamarindo | 14.933330 , -86.283330 |
El Tizate | 14.883330 , -86.333330 |
Guachipilin | 14.900000 , -86.250000 |
Guarizama | 14.916670 , -86.333330 |
Guayabillas | 14.900000 , -86.316670 |
Guistaco | 14.883330 , -86.300000 |
Horcones | 14.883330 , -86.300000 |
La Bolsa | 14.883330 , -86.316670 |
La Higuera | 14.850000 , -86.316670 |
La Laguna | 14.883330 , -86.316670 |
La Suncuya | 14.866670 , -86.316670 |
La Trinidad | 14.833330 , -86.266670 |
Naranjal | 14.933330 , -86.283330 |
Nombre de Dios | 14.900000 , -86.333330 |
Pie de la Cuesta | 14.950000 , -86.250000 |
Regadillo | 14.916670 , -86.250000 |
Sabana Larga | 14.900000 , -86.316670 |
San Agustin | 14.900000 , -86.250000 |
San Agustin | 14.900000 , -86.266670 |
San Benito | 14.850000 , -86.316670 |
San Cristobal | 14.883330 , -86.266670 |
Santa Ana | 14.883330 , -86.283330 |
Tilapa | 14.833330 , -86.266670 |
Notes:
- You can download geometry data for Guarizama 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.