Download outline map of Juárez (geojson format) :
Juárez.geojson (**)
Download polygon array of Juárez map for "Google Maps" :
Juárez.txt
Bounding Box for Juárez Map : ( 19.2365628264 , -100.546713117 , 19.3503514922 , -100.377762334 )
Wikipedia ID for Juárez : Q673148
Wikipedia SPARQL Query for Juárez (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q673148 wdt:P1082 ?population. }
OPTIONAL { wd:Q673148 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q673148 wdt:P2046 ?area. }
OPTIONAL { wd:Q673148 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q673148 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q673148 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 Juárez map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.2365628264, -100.546713117, 19.3503514922, -100.377762334);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Juárez)
[out:json];
(
rel["name"="Juárez"][type=boundary];
rel["name:en"="Juárez"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Juárez
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua de la Piedra | 19.271670 , -100.395830 |
Benito Juárez | 19.314384 , -100.433930 |
Benito Juarez | 19.313510 , -100.433580 |
Buenavista de Zapata | 19.300980 , -100.449400 |
Cerro Colorado de Ocampo | 19.317120 , -100.465380 |
El Aguaje | 19.285280 , -100.433060 |
El Aventurero | 19.319720 , -100.379720 |
El Cabrito | 19.265560 , -100.443610 |
El CBTA | 19.298330 , -100.431940 |
El Limoncito | 19.298060 , -100.424720 |
El Llano | 19.303890 , -100.405280 |
El Plan | 19.325330 , -100.428530 |
El Puertecito | 19.321110 , -100.391390 |
El Rodeo | 19.305910 , -100.470100 |
Enandio | 19.333330 , -100.430000 |
Guanoro | 19.339530 , -100.401540 |
Irapeo de Madero | 19.297800 , -100.503470 |
La Camelina | 19.337890 , -100.400800 |
La Ciranda del Descanso | 19.254690 , -100.492890 |
La Empacadora | 19.320280 , -100.441940 |
La Escondida | 19.332780 , -100.403060 |
La Finca de los Tepehuajes | 19.317640 , -100.469280 |
La Lobera | 19.298360 , -100.432120 |
La Parota | 19.257220 , -100.443890 |
La Presa | 19.328330 , -100.404140 |
La Turba | 19.333350 , -100.431130 |
Laguna Verde | 19.291720 , -100.439240 |
Landero | 19.316390 , -100.381940 |
Las Camelinas | 19.333610 , -100.407500 |
Las Carretas | 19.301940 , -100.442220 |
Las Mesitas | 19.335560 , -100.388060 |
Loma Linda | 19.277220 , -100.415830 |
Los Landeros | 19.273160 , -100.395640 |
Ojo de Agua | 19.316110 , -100.450830 |
Orocutin de Serdan | 19.265280 , -100.471390 |
Paricuaro | 19.261330 , -100.458670 |
Potrero Verde | 19.298040 , -100.439070 |
Puente de Fierro | 19.328170 , -100.422080 |
Puerto de los Laureles | 19.321110 , -100.431670 |
Puerto de Timbuscatio (La Alcantarilla) | 19.267500 , -100.485000 |
Rancho Lopez Rios (Casa de Piedra Dos) | 19.293610 , -100.430830 |
Santa Ana de Guerrero (El Cascabel) | 19.276390 , -100.441390 |
Santa Cruz | 19.321110 , -100.452780 |
Santa Maria | 19.263890 , -100.484170 |
Timbuscatio | 19.271220 , -100.502500 |
Trincheras | 19.331940 , -100.410830 |
Zicata Chico de Morelos | 19.314100 , -100.394410 |
Zicata de Morelos (Zicata Grande de Morelos) | 19.330000 , -100.390000 |
Notes:
- You can download geometry data for Juárez 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.