Download outline map of Temascalapa (geojson format) :
Temascalapa.geojson (**)
Download polygon array of Temascalapa map for "Google Maps" :
Temascalapa.txt
Bounding Box for Temascalapa Map : ( 19.727196 , -98.951286 , 19.90428 , -98.809942 )
Wikipedia ID for Temascalapa : Q3308479
Wikipedia SPARQL Query for Temascalapa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3308479 wdt:P1082 ?population. }
OPTIONAL { wd:Q3308479 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3308479 wdt:P2046 ?area. }
OPTIONAL { wd:Q3308479 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3308479 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3308479 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 Temascalapa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.727196, -98.951286, 19.90428, -98.809942);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Temascalapa)
[out:json];
(
rel["name"="Temascalapa"][type=boundary];
rel["name:en"="Temascalapa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Temascalapa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barrio de Belen | 19.846110 , -98.852500 |
Barrio de la Cruz | 19.818910 , -98.907610 |
Centro de Almacen de Desechos Radioactivos | 19.792580 , -98.835820 |
Chapa | 19.854300 , -98.900510 |
Colonia Alvaro Obregon | 19.817580 , -98.927490 |
Ejido el Tejocote | 19.754530 , -98.905260 |
El Abrojal o Barranquillas | 19.840520 , -98.927900 |
Ixtlahuaca de Cuauhtémoc | 19.884255 , -98.863119 |
Ixtlahuaca de Cuauhtemoc | 19.881390 , -98.860280 |
La Carranza | 19.816670 , -98.933330 |
La Estrella | 19.790930 , -98.906080 |
Las Pintas | 19.896670 , -98.886940 |
Paula | 19.801730 , -98.927250 |
Presa del Rey | 19.861610 , -98.904480 |
Rancho Mihuacan | 19.778420 , -98.875260 |
Rancho Ocotitlan | 19.855630 , -98.852070 |
Rancho Tepehuixco | 19.837050 , -98.875920 |
San Bartolomé Actopan | 19.839120 , -98.853219 |
San Juan Teacalco | 19.803524 , -98.852611 |
San Luis Tecuahutitlán | 19.765814 , -98.885038 |
San Miguel Atlamajac | 19.748840 , -98.933350 |
Santa Ana Tlachihualpa | 19.770106 , -98.909063 |
Teacalco | 19.805610 , -98.852090 |
Temascalapa | 19.828565 , -98.901812 |
Notes:
- You can download geometry data for Temascalapa 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.