Download outline map of Divisaderos (geojson format) :
Divisaderos.geojson (**)
Download polygon array of Divisaderos map for "Google Maps" :
Divisaderos.txt
Bounding Box for Divisaderos Map : ( 29.523211 , -109.523889 , 29.726222 , -109.225319 )
Wikipedia ID for Divisaderos : Q3844435
Wikipedia SPARQL Query for Divisaderos (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3844435 wdt:P1082 ?population. }
OPTIONAL { wd:Q3844435 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3844435 wdt:P2046 ?area. }
OPTIONAL { wd:Q3844435 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3844435 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3844435 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 Divisaderos map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.523211, -109.523889, 29.726222, -109.225319);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Divisaderos)
[out:json];
(
rel["name"="Divisaderos"][type=boundary];
rel["name:en"="Divisaderos"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Divisaderos
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Batamote | 29.603510 , -109.396910 |
Chano | 29.607800 , -109.278070 |
Colonia Noria de Divisaderos | 29.633330 , -109.450000 |
Divisaderos | 29.614361 , -109.469178 |
El Alamo | 29.639240 , -109.381710 |
El Cobre | 29.642070 , -109.352160 |
El Jaris | 29.568780 , -109.384640 |
El Musaro | 29.562640 , -109.386040 |
La Garita | 29.622570 , -109.463550 |
La Mision | 29.589590 , -109.425860 |
La Mojonera | 29.674840 , -109.400990 |
La Morita | 29.590000 , -109.362220 |
La Noria de Divisadero | 29.644770 , -109.455440 |
La Polvareda | 29.615020 , -109.412310 |
La Tamalera | 29.658030 , -109.466490 |
La Tinaja | 29.583330 , -109.333330 |
Las Palomas | 29.603060 , -109.363610 |
Las Palomas Dos | 29.617960 , -109.366050 |
Las Tinajas | 29.665900 , -109.451070 |
Los Chinos | 29.644820 , -109.386480 |
Los Griegos | 29.598960 , -109.508100 |
Los Inigues | 29.612640 , -109.485170 |
Montecristo | 29.566670 , -109.283330 |
Pueblo Viejo | 29.569070 , -109.241000 |
Ranchito de Arriba | 29.558200 , -109.300720 |
Rancho Jupis | 29.566680 , -109.498660 |
Rincon de la Matanza | 29.597500 , -109.492740 |
Sobai Satechi | 29.627570 , -109.331180 |
Notes:
- You can download geometry data for Divisaderos 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.