Download outline map of Atoyac (geojson format) :
Atoyac.geojson (**)
Download polygon array of Atoyac map for "Google Maps" :
Atoyac.txt
Bounding Box for Atoyac Map : ( 19.880734 , -103.612236 , 20.133409 , -103.296836 )
Wikipedia ID for Atoyac : Q20290431
Wikipedia SPARQL Query for Atoyac (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q20290431 wdt:P1082 ?population. }
OPTIONAL { wd:Q20290431 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q20290431 wdt:P2046 ?area. }
OPTIONAL { wd:Q20290431 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q20290431 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q20290431 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 Atoyac map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.880734, -103.612236, 20.133409, -103.296836);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Atoyac)
[out:json];
(
rel["name"="Atoyac"][type=boundary];
rel["name:en"="Atoyac"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Atoyac
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguacatitlan | 19.944140 , -103.447470 |
Atoyac | 20.010299 , -103.519340 |
Canada de Bembericua | 19.999720 , -103.336940 |
Casita del Agua | 20.008890 , -103.498060 |
Cuyacapan | 19.967540 , -103.523840 |
El Aguacate | 19.987630 , -103.411500 |
El Barreno | 20.003060 , -103.402780 |
El Caporal | 19.992260 , -103.520520 |
El Carrizal (Los Laureles del Noveno) | 19.997500 , -103.387500 |
El Destacamento | 19.900520 , -103.475810 |
El Jaral | 19.993030 , -103.523060 |
El Molino | 20.000560 , -103.515000 |
El Monte de Jimenez | 19.982220 , -103.366390 |
El Monte de Jimenez | 19.981540 , -103.369370 |
El Platanarillo | 20.002500 , -103.413890 |
El Tepopote | 19.929100 , -103.439870 |
La Estancia | 19.952780 , -103.377220 |
La Estancia de Magana | 19.953130 , -103.379010 |
La Manga | 19.990850 , -103.433000 |
Las Paredes | 19.906540 , -103.441990 |
Los Amoles | 20.010830 , -103.387500 |
Los Fresnos | 19.912500 , -103.474720 |
Los Laureles | 19.991420 , -103.371400 |
Los Puentes | 19.949440 , -103.523610 |
Poncitlan | 20.083330 , -103.500000 |
Poncitlan | 20.052560 , -103.486410 |
San Juan | 20.001120 , -103.435520 |
San Rafael | 19.982780 , -103.455830 |
San Sebastian | 20.049720 , -103.423330 |
Techaguee | 19.961120 , -103.448690 |
Tultitlan | 19.984080 , -103.522800 |
Union de Guadalupe | 19.909940 , -103.451020 |
Notes:
- You can download geometry data for Atoyac 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.