Download outline map of Juchitán (geojson format) :
Juchitán.geojson (**)
Download polygon array of Juchitán map for "Google Maps" :
Juchitán.txt
Bounding Box for Juchitán Map : ( 16.5088982331 , -98.7882700771 , 16.66284667 , -98.5577634726 )
Wikipedia ID for Juchitán : Q1181322
Wikipedia SPARQL Query for Juchitán (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1181322 wdt:P1082 ?population. }
OPTIONAL { wd:Q1181322 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1181322 wdt:P2046 ?area. }
OPTIONAL { wd:Q1181322 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1181322 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1181322 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 Juchitán map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](16.5088982331, -98.7882700771, 16.66284667, -98.5577634726);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Juchitán)
[out:json];
(
rel["name"="Juchitán"][type=boundary];
rel["name:en"="Juchitán"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Juchitán
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Zarca | 16.623650 , -98.702450 |
Barrio Nuevo | 16.604720 , -98.749720 |
Carrizalito | 16.607340 , -98.764400 |
Chacalapa | 16.650000 , -98.666670 |
Charco Largo | 16.534610 , -98.615410 |
El Aguacate | 16.639440 , -98.704440 |
El Callejon | 16.574230 , -98.745390 |
El Cerrito | 16.534230 , -98.684770 |
El Coco | 16.651390 , -98.673060 |
El Ranchito | 16.590080 , -98.773350 |
El Rincon | 16.592010 , -98.702400 |
El Terrero | 16.563990 , -98.602450 |
El Zapote | 16.558930 , -98.686170 |
El Zapotito | 16.538140 , -98.685380 |
Juchitán | 16.626445 , -98.636339 |
La Cuchilla | 16.594810 , -98.668230 |
La Estancia | 16.572030 , -98.665720 |
La India (La India Calosa) | 16.586980 , -98.633580 |
Los Callejones | 16.585830 , -98.775000 |
Los Pelillos | 16.641670 , -98.649720 |
Plan de Buena Vista | 16.616150 , -98.675180 |
Rancho Cisneros | 16.558440 , -98.754280 |
Rayito de Luna | 16.556490 , -98.747490 |
San Jose el Capulin | 16.643920 , -98.748980 |
Vista Hermosa | 16.536390 , -98.665830 |
Notes:
- You can download geometry data for Juchitán 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.