Download outline map of Cuitzeo (geojson format) :
Cuitzeo.geojson (**)
Download polygon array of Cuitzeo map for "Google Maps" :
Cuitzeo.txt
Bounding Box for Cuitzeo Map : ( 19.876353 , -101.210796 , 20.097828 , -101.018671 )
Wikipedia ID for Cuitzeo : Q3381253
Wikipedia SPARQL Query for Cuitzeo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3381253 wdt:P1082 ?population. }
OPTIONAL { wd:Q3381253 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3381253 wdt:P2046 ?area. }
OPTIONAL { wd:Q3381253 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3381253 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3381253 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 Cuitzeo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.876353, -101.210796, 20.097828, -101.018671);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cuitzeo)
[out:json];
(
rel["name"="Cuitzeo"][type=boundary];
rel["name:en"="Cuitzeo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cuitzeo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chupicuaro | 20.003920 , -101.170470 |
Colonia Chupicuaro | 20.050830 , -101.145000 |
Colonia de Rancho Seco (El Cerrito) | 20.081670 , -101.166670 |
Cuamio | 20.032500 , -101.148890 |
Cuamio | 20.033900 , -101.151670 |
Cuitzeo del Porvenir | 19.969217 , -101.141723 |
Doctor Miguel Silva (San Guillermo) | 19.965830 , -101.174170 |
El Cerrito | 19.967780 , -101.073890 |
Epifanio C. Perez (San Miguel) | 19.990280 , -101.151940 |
Guanguillo (Ejido Cuitzeo) | 19.967220 , -101.182500 |
Isla de Tarambecho | 19.969440 , -101.050000 |
Jeruco | 19.971510 , -101.169310 |
La Palma | 19.923890 , -101.140280 |
Los Placeres | 20.006670 , -101.154440 |
Mariano Escobedo | 19.964810 , -101.062060 |
Mariano Escobedo (San Lorenzo) | 19.964591 , -101.061675 |
Puerta del Salto (La Puerta) | 20.052500 , -101.180000 |
Rancho Seco | 20.020910 , -101.174570 |
San Agustín del Pulque | 19.963904 , -101.073413 |
Tararameo | 19.900000 , -101.133330 |
Notes:
- You can download geometry data for Cuitzeo 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.