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 : ( 25.482134 , -100.443354 , 25.797401 , -100.167447 )
Wikipedia ID for Monterrey : Q81033
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:Q81033 wdt:P1082 ?population. }
OPTIONAL { wd:Q81033 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q81033 wdt:P2046 ?area. }
OPTIONAL { wd:Q81033 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q81033 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q81033 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"](25.482134, -100.443354, 25.797401, -100.167447);
);
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) |
Canadas del Sur | 25.595330 , -100.285860 |
Casa Blanca | 25.698390 , -100.383090 |
Colonia Alto Vista | 25.633330 , -100.283330 |
Colonia Centra | 25.716670 , -100.316670 |
Colonia Mirador | 25.624750 , -100.316600 |
Dos Ejidos | 25.600000 , -100.266670 |
El Encino | 25.587480 , -100.305110 |
El Puerto | 25.586960 , -100.267020 |
Estanzuela | 25.592080 , -100.260290 |
Gem El Roble | 25.700000 , -100.366670 |
La Boquilla | 25.650000 , -100.283330 |
La Pachona | 25.748130 , -100.407730 |
La Presa | 25.616670 , -100.266670 |
Las Cumbres | 25.708660 , -100.378030 |
Los Cristales | 25.528070 , -100.199040 |
Los Nogales | 25.501110 , -100.238330 |
Los Remates | 25.616670 , -100.266670 |
Monterrey | 25.667765 , -100.315114 |
Ninguno | 25.587510 , -100.304820 |
Norte de Monterrey | 25.636470 , -100.292650 |
Puerto el Aire | 25.596470 , -100.335870 |
Rancho la Bola | 25.545920 , -100.235130 |
Sagrados Corazones de Jesus y de Maria | 25.541940 , -100.238610 |
San Pablo | 25.583330 , -100.300000 |
Topo Chico | 25.716670 , -100.316670 |
Urdiales | 25.700000 , -100.350000 |
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.