Download outline map of Cocula (geojson format) :
Cocula.geojson (**)
Download polygon array of Cocula map for "Google Maps" :
Cocula.txt
Bounding Box for Cocula Map : ( 17.950507 , -99.851072 , 18.326387 , -99.579732 )
Wikipedia ID for Cocula : Q5139915
Wikipedia SPARQL Query for Cocula (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q5139915 wdt:P1082 ?population. }
OPTIONAL { wd:Q5139915 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q5139915 wdt:P2046 ?area. }
OPTIONAL { wd:Q5139915 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q5139915 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q5139915 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 Cocula map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](17.950507, -99.851072, 18.326387, -99.579732);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cocula)
[out:json];
(
rel["name"="Cocula"][type=boundary];
rel["name:en"="Cocula"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cocula
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apango | 18.235180 , -99.678550 |
Apipilulco | 18.192469 , -99.670649 |
Atlixtac | 18.201420 , -99.674380 |
Atzcala | 17.977730 , -99.662990 |
Barrio de Guadalupe | 18.250240 , -99.662230 |
Campo Arroz Viejo | 18.031820 , -99.733230 |
Canoas | 18.016670 , -99.750000 |
Cocotitlan Nuevo | 18.100000 , -99.716670 |
Cocula | 18.237445 , -99.658847 |
Colonia Tomas Gomez (El Triunfo) | 18.296670 , -99.634440 |
El Granadillo | 18.033330 , -99.733330 |
El Guajillo | 18.015290 , -99.784750 |
El Machito de las Flores | 18.222050 , -99.722220 |
El Municipio | 18.285320 , -99.634040 |
El Ochenta | 18.050530 , -99.715850 |
El Puente Rio San Juan | 18.218530 , -99.657200 |
El Real del Limon | 18.004010 , -99.713450 |
La Concepcion (Puerto de Tecomatlan) | 18.285240 , -99.645750 |
La Fundicion | 18.006670 , -99.727500 |
La Hacienda de Tepozonalco | 18.077110 , -99.790350 |
La Mohonera | 18.173590 , -99.686960 |
La Primavera | 18.236300 , -99.709510 |
Las Granjas | 18.284820 , -99.641790 |
Las Juntas | 18.301810 , -99.665620 |
Las Mesas (La Mesa) | 18.083590 , -99.784170 |
Mohonera | 18.173890 , -99.686110 |
Monte Verde | 18.178140 , -99.726680 |
Nuevo Balsas | 18.032530 , -99.759130 |
Piedras Negras | 18.087800 , -99.755080 |
Rancho el Capire | 18.043390 , -99.768830 |
San Nicolas | 18.054120 , -99.775600 |
Tlanipatlan | 18.159170 , -99.747780 |
Vicente Guerrero | 18.232630 , -99.650140 |
Yescuatla | 18.036150 , -99.781530 |
Notes:
- You can download geometry data for Cocula 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.