Download outline map of Atengo (geojson format) :
Atengo.geojson (**)
Download polygon array of Atengo map for "Google Maps" :
Atengo.txt
Bounding Box for Atengo Map : ( 20.20426 , -104.410182 , 20.436419 , -104.156389 )
Wikipedia ID for Atengo : Q3316715
Wikipedia SPARQL Query for Atengo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3316715 wdt:P1082 ?population. }
OPTIONAL { wd:Q3316715 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3316715 wdt:P2046 ?area. }
OPTIONAL { wd:Q3316715 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3316715 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3316715 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 Atengo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.20426, -104.410182, 20.436419, -104.156389);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Atengo)
[out:json];
(
rel["name"="Atengo"][type=boundary];
rel["name:en"="Atengo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Atengo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atengo | 20.273372 , -104.236244 |
Cofradia de Lepe | 20.228520 , -104.269610 |
Cofradia de Pimienta | 20.249720 , -104.195830 |
Crucero (El Laurel) | 20.266940 , -104.210830 |
El Agostadero | 20.258740 , -104.303150 |
El Aguacate | 20.310630 , -104.237320 |
El Arpon | 20.213690 , -104.235480 |
El Limon | 20.245150 , -104.245530 |
El Macuchi (La Trinidad) | 20.378820 , -104.263890 |
El Ocote | 20.249960 , -104.312500 |
El Quemado | 20.298610 , -104.403060 |
El Salitre de Sedano | 20.245280 , -104.263890 |
El Sobaco | 20.246290 , -104.291420 |
Huaxtla | 20.304300 , -104.211610 |
La Canada | 20.236590 , -104.219630 |
Las Juntas | 20.242960 , -104.282050 |
Los Copales | 20.242230 , -104.267430 |
Los Gatos | 20.224550 , -104.269610 |
Los Paraisos | 20.238030 , -104.229230 |
Puerta de Ameca | 20.231970 , -104.231670 |
Rancho Santana | 20.244490 , -104.211970 |
San Nicolas | 20.229710 , -104.286730 |
San Pedro la Chale | 20.386620 , -104.222610 |
San Rafael | 20.229940 , -104.255860 |
Soyatlan del Oro | 20.301940 , -104.280560 |
Tacota | 20.370330 , -104.277330 |
Trigo de Altenas | 20.408730 , -104.238070 |
Yerbabuena | 20.332090 , -104.167870 |
Notes:
- You can download geometry data for Atengo 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.