Download outline map of Monterrey (geojson format) :
Monterrey.geojson (**)
Download polygon array of Monterrey map for "Google Maps" :
Monterrey.txt
Bounding Box for Monterrey Map : ( 4.639425 , -72.986763 , 5.068124 , -72.682374 )
Wikipedia ID for Monterrey : Q1525276
Wikipedia SPARQL Query for Monterrey (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1525276 wdt:P1082 ?population. }
OPTIONAL { wd:Q1525276 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1525276 wdt:P2046 ?area. }
OPTIONAL { wd:Q1525276 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1525276 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1525276 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 Monterrey map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.639425, -72.986763, 5.068124, -72.682374);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Monterrey)
[out:json];
(
rel["name"="Monterrey"][type=boundary];
rel["name:en"="Monterrey"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Monterrey
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Altamira | 4.905440 , -72.790800 |
| Argentina | 4.883920 , -72.919620 |
| Brisas del Llano | 4.813610 , -72.924170 |
| Buenavista | 4.852780 , -72.889160 |
| Calamar | 4.728210 , -72.743260 |
| El Delirio | 4.782610 , -72.717580 |
| El Diamante | 4.988910 , -72.908060 |
| El Magrey | 4.867330 , -72.773800 |
| El Porvenir | 4.924170 , -72.922630 |
| El Vergel | 4.805260 , -72.944240 |
| El Viso | 4.801910 , -72.743920 |
| Guadalajara | 4.877300 , -72.915340 |
| La Aurora | 4.973210 , -72.865210 |
| La Chorrera | 4.836440 , -72.768890 |
| La Esperanza | 4.825320 , -72.785990 |
| La Esperanza | 4.987500 , -72.864880 |
| La Florida | 4.934320 , -72.938420 |
| La Florida | 4.732040 , -72.848360 |
| La Iguara | 4.782040 , -72.929770 |
| La Palmita | 4.693560 , -72.758070 |
| La Palmita | 4.795850 , -72.915250 |
| La Pica | 4.741700 , -72.901830 |
| La Rancherita | 4.852580 , -72.918370 |
| La Realidad | 4.756850 , -72.747900 |
| La Reforma | 4.730710 , -72.764880 |
| La Trinchera | 4.725770 , -72.810000 |
| La Vainilla | 4.749280 , -72.864090 |
| Laguna Amarilla | 4.743130 , -72.696850 |
| Lagunitas | 4.741650 , -72.791180 |
| Las Delicias | 4.783690 , -72.858730 |
| Llano Grande | 4.816940 , -72.778060 |
| Los Alpes | 4.830800 , -72.738000 |
| Marenao | 4.880300 , -72.778810 |
| Matafresca | 4.784850 , -72.834720 |
| Matepalma | 4.760130 , -72.831020 |
| Monterrey | 4.872060 , -72.898790 |
| Moriche Solo | 4.915750 , -72.821350 |
| Palestina | 4.751030 , -72.883970 |
| Patio Bonito | 4.794580 , -72.724610 |
| Puerto Rico | 4.698720 , -72.802130 |
| Rincon Seco | 4.764710 , -72.781580 |
| San Pablo | 4.709190 , -72.821770 |
| Santa Rosita del Tua | 4.770720 , -72.929480 |
| Venecia | 4.851750 , -72.942170 |
| Villa Carola | 4.836810 , -72.956200 |
Notes:
- You can download geometry data for Monterrey 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.