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 : ( 20.265204 , -103.948534 , 20.541978 , -103.73748 )
Wikipedia ID for Cocula : Q924387
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:Q924387 wdt:P1082 ?population. }
OPTIONAL { wd:Q924387 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q924387 wdt:P2046 ?area. }
OPTIONAL { wd:Q924387 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q924387 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q924387 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"](20.265204, -103.948534, 20.541978, -103.73748);
);
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) |
Aguacaliente | 20.519220 , -103.822760 |
Arroyo Colorado | 20.306110 , -103.903330 |
Barrio Nuevo | 20.361940 , -103.834720 |
Bugambilia [Granja] | 20.370830 , -103.837500 |
Camajapa | 20.351230 , -103.899250 |
Camichinas | 20.499830 , -103.800560 |
Catalinas [Granja Mister Pollo] | 20.394720 , -103.826670 |
Cocula | 20.364109 , -103.822516 |
Colimilla | 20.361390 , -103.840830 |
Colonia el Vergel | 20.404720 , -103.788610 |
El Chivatillo | 20.297330 , -103.789340 |
El Conde | 20.382500 , -103.853890 |
El Nahuache | 20.367780 , -103.837220 |
El Saucillo | 20.313890 , -103.913330 |
El Tecolote | 20.516670 , -103.800000 |
La Cocina de Abajo | 20.447500 , -103.799170 |
La Cofradía de la Luz | 20.408602 , -103.768498 |
La Estanzuela | 20.478580 , -103.858510 |
La Guitarrilla | 20.357570 , -103.816480 |
La Puerta del Borrego | 20.444340 , -103.847990 |
La Sauceda | 20.452510 , -103.806810 |
La Taberna | 20.336610 , -103.804070 |
Los Parajes | 20.347930 , -103.891700 |
San Jose de Tateposco | 20.436340 , -103.863800 |
San Miguel [Granja la Parota] | 20.359170 , -103.814170 |
San Nicolas | 20.468110 , -103.819500 |
San Nicolas de Acuna | 20.466820 , -103.818740 |
San Pablo | 20.492620 , -103.814550 |
Santa Maria | 20.400950 , -103.851790 |
Santa Teresa | 20.324510 , -103.783460 |
Viveros el Paso Hondo | 20.330000 , -103.795560 |
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.