Download outline map of Metepec (geojson format) :
Metepec.geojson (**)
Download polygon array of Metepec map for "Google Maps" :
Metepec.txt
Bounding Box for Metepec Map : ( 19.215654 , -99.647046 , 19.287167 , -99.512793 )
Wikipedia ID for Metepec : Q2178664
Wikipedia SPARQL Query for Metepec (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2178664 wdt:P1082 ?population. }
OPTIONAL { wd:Q2178664 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2178664 wdt:P2046 ?area. }
OPTIONAL { wd:Q2178664 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2178664 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2178664 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 Metepec map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.215654, -99.647046, 19.287167, -99.512793);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Metepec)
[out:json];
(
rel["name"="Metepec"][type=boundary];
rel["name:en"="Metepec"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Metepec
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barrio Santiaguito | 19.228990 , -99.623500 |
Cacalco San Sebastian | 19.233330 , -99.591670 |
Colonia Agricola Alvaro Obregon | 19.228060 , -99.555830 |
Colonia la Union | 19.246010 , -99.618130 |
Colonia Llano Grande (El Salitre) | 19.245280 , -99.563610 |
Las Minas | 19.231390 , -99.599440 |
Lazaro Cardenas | 19.256530 , -99.559160 |
Metepec | 19.255130 , -99.603554 |
Rancho el Carmen Progreso | 19.223510 , -99.624730 |
Residencial Foresta | 19.235000 , -99.560280 |
San Bartolomé Tlaltelulco | 19.225933 , -99.635284 |
San Bartolome Tlaltelulco | 19.227620 , -99.630180 |
San Francisco Coaxusco | 19.267837 , -99.617483 |
San Gaspar Tlahuelilpan | 19.243741 , -99.548811 |
San Gaspar Tlahuililpan | 19.243330 , -99.546940 |
San Jerónimo Chicahualco | 19.281739 , -99.586643 |
San Jorge Pueblo Nuevo | 19.253671 , -99.628488 |
San Lorenzo Coacalco | 19.240260 , -99.595990 |
San Lorenzo Coacalco (San Lorenzo) | 19.243428 , -99.588558 |
San Lucas Tunco | 19.232770 , -99.534230 |
San Lucas Tunco (San Lucas) | 19.230233 , -99.539362 |
San Miguel Totocuitlapilco | 19.230435 , -99.590727 |
San Salvador Tizatlalli | 19.263510 , -99.576146 |
San Sebastián | 19.234052 , -99.544460 |
Santa María Magdalena Ocotitlán | 19.238797 , -99.624938 |
Santa Maria Magdalena Ocotitlan | 19.236560 , -99.623130 |
Santa Maria Ocotitlan | 19.233610 , -99.625830 |
Notes:
- You can download geometry data for Metepec 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.