Download outline map of Calpan (geojson format) :
Calpan.geojson (**)
Download polygon array of Calpan map for "Google Maps" :
Calpan.txt
Bounding Box for Calpan Map : ( 19.062485 , -98.576255 , 19.144399 , -98.391481 )
Wikipedia ID for Calpan : Q3893123
Wikipedia SPARQL Query for Calpan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3893123 wdt:P1082 ?population. }
OPTIONAL { wd:Q3893123 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3893123 wdt:P2046 ?area. }
OPTIONAL { wd:Q3893123 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3893123 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3893123 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 Calpan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.062485, -98.576255, 19.144399, -98.391481);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Calpan)
[out:json];
(
rel["name"="Calpan"][type=boundary];
rel["name:en"="Calpan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Calpan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cerro Teotzin | 19.077780 , -98.435220 |
Dolores | 19.085840 , -98.397680 |
El Palmar (La Ocotera Seca) | 19.105000 , -98.425560 |
La Concepcion | 19.099690 , -98.412610 |
Las Animas | 19.095890 , -98.466900 |
Pueblo Nuevo | 19.106110 , -98.439170 |
Sahuaclan | 19.127890 , -98.539770 |
San Andrés Calpan | 19.104211 , -98.461040 |
San Bartolo | 19.098760 , -98.439650 |
San Benito | 19.070060 , -98.427470 |
San Jose Totolac | 19.114930 , -98.450340 |
San Lorenzo | 19.098220 , -98.421410 |
San Lucas Atzala | 19.102327 , -98.483824 |
San Mateo Ozolco | 19.100159 , -98.514712 |
Tepectipa | 19.107520 , -98.457430 |
Tlapacoya | 19.096620 , -98.459290 |
Tochpintla | 19.111580 , -98.464180 |
Tziatzi | 19.130000 , -98.549000 |
Notes:
- You can download geometry data for Calpan 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.