Download outline map of Coeneo (geojson format) :
Coeneo.geojson (**)
Download polygon array of Coeneo map for "Google Maps" :
Coeneo.txt
Bounding Box for Coeneo Map : ( 19.674118 , -101.743776 , 19.900349 , -101.495196 )
Wikipedia ID for Coeneo : Q5659814
Wikipedia SPARQL Query for Coeneo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q5659814 wdt:P1082 ?population. }
OPTIONAL { wd:Q5659814 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q5659814 wdt:P2046 ?area. }
OPTIONAL { wd:Q5659814 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q5659814 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q5659814 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 Coeneo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.674118, -101.743776, 19.900349, -101.495196);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Coeneo)
[out:json];
(
rel["name"="Coeneo"][type=boundary];
rel["name:en"="Coeneo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Coeneo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Blanca | 19.786110 , -101.697780 |
Agua Caliente | 19.830730 , -101.662800 |
Bellas Fuentes | 19.821320 , -101.679500 |
Buenavista | 19.855280 , -101.539440 |
Chahueto | 19.828230 , -101.522300 |
Coeneo de la Libertad | 19.821270 , -101.585295 |
Colonia Benito Juarez (Los Charcos) | 19.751740 , -101.631530 |
Colonia Felix Ireta | 19.807780 , -101.700830 |
Colonia Primo Tapia (El Chirimoyo) | 19.840560 , -101.649720 |
Comanja | 19.746960 , -101.690800 |
Cortijo Nuevo | 19.780400 , -101.705910 |
Cortijo Viejo | 19.798750 , -101.693470 |
Cotiro | 19.763930 , -101.640600 |
El Cobrero | 19.805600 , -101.543020 |
El Durazno (San Jose del Durazno) | 19.884440 , -101.610000 |
El Puente del Mirador | 19.859720 , -101.520560 |
El Transval | 19.780000 , -101.638610 |
Jacal | 19.783330 , -101.700000 |
La Canada | 19.841540 , -101.532200 |
La Cieneguita | 19.850280 , -101.595280 |
La Cofradia | 19.852480 , -101.586970 |
La Constitucion | 19.735830 , -101.657500 |
La Higuera | 19.839720 , -101.576670 |
Laredo | 19.849440 , -101.632500 |
Las Mesas | 19.757230 , -101.687060 |
Las Pompas | 19.894350 , -101.617200 |
Los Garcilazos | 19.836000 , -101.546150 |
Los Jacales | 19.795560 , -101.704170 |
Matugeo | 19.733450 , -101.615860 |
Ninguno | 19.814170 , -101.583610 |
Ojo de Aguita | 19.865990 , -101.615620 |
Presa | 19.750000 , -101.650000 |
Pretoria | 19.787220 , -101.620830 |
Quencio | 19.845560 , -101.589720 |
San Isidro | 19.849600 , -101.568300 |
San Pedro Tacaro | 19.849040 , -101.622200 |
Santiago Azajo | 19.706670 , -101.686390 |
Tacupo | 19.830840 , -101.502000 |
Tunguitiro | 19.785840 , -101.610590 |
Zipiajo | 19.794450 , -101.552500 |
Notes:
- You can download geometry data for Coeneo 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.