Download outline map of Ozumba (geojson format) :
Ozumba.geojson (**)
Download polygon array of Ozumba map for "Google Maps" :
Ozumba.txt
Bounding Box for Ozumba Map : ( 18.950152 , -98.845046 , 19.082109 , -98.771374 )
Wikipedia ID for Ozumba : Q3300448
Wikipedia SPARQL Query for Ozumba (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3300448 wdt:P1082 ?population. }
OPTIONAL { wd:Q3300448 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3300448 wdt:P2046 ?area. }
OPTIONAL { wd:Q3300448 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3300448 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3300448 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 Ozumba map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](18.950152, -98.845046, 19.082109, -98.771374);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ozumba)
[out:json];
(
rel["name"="Ozumba"][type=boundary];
rel["name:en"="Ozumba"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ozumba
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barrio Actopan | 19.039040 , -98.809700 |
Colonia Guadalupe Hidalgo | 18.969170 , -98.815000 |
El Espinal | 18.963920 , -98.836600 |
El Paraiso | 19.016500 , -98.798410 |
Huejote (Rancho Huejote) | 18.966740 , -98.828600 |
La Cantarilla | 19.014900 , -98.795080 |
La Joya | 19.005170 , -98.803140 |
Loma Bonita | 19.015520 , -98.801650 |
Ozumba de Alzate | 19.038748 , -98.794136 |
Rancho Nuevo Atempa | 19.052920 , -98.820400 |
Salida del Sol | 19.000000 , -98.816670 |
San Gabriel | 19.012090 , -98.799920 |
San Jose Tlacotitlan | 18.985830 , -98.806110 |
San Lorenzo Tlaltecoyan (Tlaltecoyac) | 18.967220 , -98.821110 |
San Mateo Cuatepulco (Zona Cuatepulco) | 19.014030 , -98.799160 |
San Mateo Tecalco | 19.052648 , -98.796534 |
San Sebastian | 18.973380 , -98.832290 |
San Vicente Chimalhuacan | 19.023810 , -98.801760 |
Santa Cecilia | 19.009620 , -98.799700 |
Santiago Mamalhuazuca | 18.996590 , -98.796020 |
Notes:
- You can download geometry data for Ozumba 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.