Download outline map of Matachic (geojson format) :
Matachic.geojson (**)
Download polygon array of Matachic map for "Google Maps" :
Matachic.txt
Bounding Box for Matachic Map : ( 28.645552 , -107.87527 , 28.985815 , -107.5442 )
Wikipedia ID for Matachic : Q2990964
Wikipedia SPARQL Query for Matachic (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2990964 wdt:P1082 ?population. }
OPTIONAL { wd:Q2990964 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2990964 wdt:P2046 ?area. }
OPTIONAL { wd:Q2990964 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2990964 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2990964 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 Matachic map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.645552, -107.87527, 28.985815, -107.5442);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Matachic)
[out:json];
(
rel["name"="Matachí"][type=boundary];
rel["name:en"="Matachí"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Matachic
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Zarca | 28.733330 , -107.650000 |
Bajisochil | 28.812850 , -107.852460 |
Barrio Chihuahuita | 28.743880 , -107.705950 |
Bellavista | 28.883330 , -107.566670 |
Buenavista | 28.884540 , -107.578650 |
El Alamo | 28.791910 , -107.703660 |
El Bajio | 28.850000 , -107.850000 |
El Penasco | 28.815290 , -107.680070 |
El Refugio | 28.776540 , -107.651230 |
El Sacrificio | 28.799890 , -107.613020 |
El Saucito | 28.893070 , -107.741680 |
Granja Ranulto | 28.883330 , -107.733330 |
Guasisachic | 28.833330 , -107.850000 |
La Boquilla | 28.766840 , -107.712460 |
La Cantera | 28.882500 , -107.737880 |
La Labor de la Purisima | 28.801250 , -107.737730 |
La Pasadita (El Malpais) | 28.950720 , -107.760800 |
Las Manzanas | 28.811280 , -107.638100 |
Las Puertas | 28.683330 , -107.816670 |
Los Escuderos | 28.869620 , -107.761990 |
Matachí | 28.840194 , -107.755544 |
Nava | 28.766670 , -107.616670 |
Rancho Antillon | 28.887230 , -107.789330 |
Rancho de Villa | 28.967220 , -107.731390 |
Rancho el Arenal | 28.752430 , -107.700420 |
Ranulto | 28.950000 , -107.733330 |
San Jose de Nava | 28.775810 , -107.630720 |
San Rafael de las Manzanas | 28.866670 , -107.766670 |
Santa Rosa | 28.727390 , -107.719960 |
Tejolocachic | 28.760220 , -107.696190 |
Notes:
- You can download geometry data for Matachic 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.