Download outline map of Atima (geojson format) :
Atima.geojson (**)
Download polygon array of Atima map for "Google Maps" :
Atima.txt
Bounding Box for Atima Map : ( 14.811554 , -88.610352 , 15.006889 , -88.405739 )
Wikipedia ID for Atima : Q601725
Wikipedia SPARQL Query for Atima (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q601725 wdt:P1082 ?population. }
OPTIONAL { wd:Q601725 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q601725 wdt:P2046 ?area. }
OPTIONAL { wd:Q601725 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q601725 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q601725 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 Atima map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.811554, -88.610352, 15.006889, -88.405739);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Atima)
[out:json];
(
rel["name"="Atima"][type=boundary];
rel["name:en"="Atima"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Atima
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atima | 14.933330 , -88.483330 |
Berlín | 14.833330 , -88.500000 |
Canalitos | 14.866670 , -88.500000 |
Ceibita | 14.933330 , -88.450000 |
Cruz de Pacaya | 14.866670 , -88.466670 |
Delicias | 14.900000 , -88.500000 |
El Aguila | 14.833330 , -88.500000 |
El Canton | 14.866670 , -88.516670 |
El Cerro | 14.850000 , -88.516670 |
El Cerron | 14.866670 , -88.500000 |
El Chupadero | 14.850000 , -88.516670 |
El Cimarron | 14.916670 , -88.450000 |
El Colocho | 14.850000 , -88.516670 |
El Lempa | 14.883330 , -88.466670 |
El Maule | 14.900000 , -88.500000 |
El Nance | 14.866670 , -88.500000 |
El Portillo | 14.900000 , -88.500000 |
El Roblar | 14.950000 , -88.583330 |
El Tablon | 14.900000 , -88.483330 |
El Terrero | 14.983330 , -88.500000 |
El Tule | 14.916670 , -88.450000 |
Lagunitas | 14.900000 , -88.450000 |
Llanitos | 14.883330 , -88.500000 |
Los Cerritos | 14.833330 , -88.500000 |
Quebrada del Naranjo | 14.900000 , -88.466670 |
Quebrada Grande | 14.916670 , -88.450000 |
Rio Frio | 14.866670 , -88.500000 |
San Pedrito | 14.900000 , -88.500000 |
San Rafael | 14.900000 , -88.500000 |
Talanga | 14.916670 , -88.466670 |
Tensua | 15.000000 , -88.500000 |
Notes:
- You can download geometry data for Atima 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.