Download outline map of Calimaya (geojson format) :
Calimaya.geojson (**)
Download polygon array of Calimaya map for "Google Maps" :
Calimaya.txt
Bounding Box for Calimaya Map : ( 19.116306 , -99.735096 , 19.221168 , -99.536634 )
Wikipedia ID for Calimaya : Q3300431
Wikipedia SPARQL Query for Calimaya (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3300431 wdt:P1082 ?population. }
OPTIONAL { wd:Q3300431 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3300431 wdt:P2046 ?area. }
OPTIONAL { wd:Q3300431 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3300431 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3300431 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 Calimaya map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.116306, -99.735096, 19.221168, -99.536634);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Calimaya)
[out:json];
(
rel["name"="Calimaya"][type=boundary];
rel["name:en"="Calimaya"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Calimaya
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barrio Cruz de la Mision | 19.169680 , -99.609680 |
Barrio los Angeles | 19.164720 , -99.623060 |
Calimaya de Díaz González | 19.161748 , -99.617891 |
Colonia Arboledas (San Andres) | 19.202500 , -99.580830 |
Colonia el Tarimoro | 19.211390 , -99.639170 |
Colonia Francisco Villa | 19.142500 , -99.650560 |
Colonia Santa Cruz Tecuantitlan | 19.179050 , -99.557290 |
El Baldio Amarillo | 19.146530 , -99.668910 |
El Calvario | 19.152960 , -99.623600 |
Fraccionamiento Iberica Calimaya | 19.137780 , -99.603330 |
Fraccionamiento Valle del Nevado | 19.184720 , -99.554170 |
La Concepcion | 19.178890 , -99.573890 |
La Concepción Coatipac | 19.181880 , -99.568330 |
La Loma | 19.152120 , -99.650620 |
Las Jarillas | 19.141390 , -99.660000 |
Rancho Chimalhuacan | 19.183850 , -99.625880 |
Rancho la Loma | 19.196210 , -99.606270 |
Rancho Villa Verde | 19.150220 , -99.613580 |
Rancho Vistahermosa (Rancho los Jardines) | 19.178940 , -99.595910 |
Residencial Rancho el Meson | 19.181110 , -99.585000 |
San Andrés Ocotlán | 19.192356 , -99.585921 |
San Andres Ocotlan | 19.192560 , -99.586360 |
San Bartolito Tlaltelolco | 19.191700 , -99.561360 |
San Diego la Huerta | 19.144720 , -99.633330 |
San Lorenzo Cuauhtenco | 19.196753 , -99.628625 |
San Marcos de la Cruz | 19.186820 , -99.654300 |
Santa María Nativitas | 19.211074 , -99.630420 |
Santa Maria Nativitas | 19.213080 , -99.630280 |
Villas del Campo | 19.180280 , -99.612220 |
Zaragoza de Guadalupe | 19.148181 , -99.645568 |
Notes:
- You can download geometry data for Calimaya 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.