Download outline map of Escobedo (geojson format) :
Escobedo.geojson (**)
Download polygon array of Escobedo map for "Google Maps" :
Escobedo.txt
Bounding Box for Escobedo Map : ( 27.096448 , -101.509958 , 27.517363 , -100.924794 )
Wikipedia ID for Escobedo : Q3846385
Wikipedia SPARQL Query for Escobedo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3846385 wdt:P1082 ?population. }
OPTIONAL { wd:Q3846385 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3846385 wdt:P2046 ?area. }
OPTIONAL { wd:Q3846385 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3846385 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3846385 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 Escobedo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](27.096448, -101.509958, 27.517363, -100.924794);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Escobedo)
[out:json];
(
rel["name"="Escobedo"][type=boundary];
rel["name:en"="Escobedo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Escobedo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua de la Herradura | 27.228330 , -101.150000 |
Borregas | 27.450000 , -101.466670 |
Chacon | 27.303720 , -101.435900 |
Colonia Menonita (La Gaviota) | 27.348320 , -101.222590 |
Ejido Primero de Mayo | 27.233330 , -101.216670 |
Ejido Veintinueve de Noviembre | 27.433330 , -101.466670 |
El Baluarte | 27.359880 , -101.219390 |
El Caracol | 27.137200 , -101.062500 |
El Huisache | 27.170620 , -101.147810 |
El Mimbre | 27.321930 , -101.320370 |
El Mimbre | 27.333250 , -101.271620 |
El Muertito | 27.409240 , -101.306880 |
El Paraiso | 27.434060 , -101.443740 |
El Picacho | 27.285450 , -101.171670 |
El Potrero | 27.377810 , -101.403250 |
El Salado | 27.365140 , -101.242870 |
El Tecolote | 27.280470 , -101.426590 |
El Tulillo | 27.216120 , -101.125970 |
Escobedo | 27.234045 , -101.413579 |
La Blanca | 27.266100 , -101.136300 |
La Mota | 27.502160 , -101.427360 |
La Sanguijuela | 27.466670 , -101.333330 |
La Zorra | 27.273860 , -101.184170 |
Lampacitos | 27.307430 , -101.250950 |
Lampacitos | 27.331060 , -101.263770 |
Lampacitos Viejo | 27.391780 , -101.299670 |
Las Quemadas | 27.233330 , -101.360920 |
Loma el Briseno | 27.344430 , -101.255360 |
Los Morales | 27.313420 , -101.313170 |
Los Morales | 27.329140 , -101.265930 |
Los Morales | 27.301810 , -101.287050 |
Mota | 27.470130 , -101.393970 |
Obayos | 27.438520 , -101.365960 |
Primero de Mayo | 27.236750 , -101.223600 |
Puerto El Baluarte | 27.286040 , -101.130860 |
Ramon Daniel Sanchez | 27.220550 , -101.417590 |
Rancho de Palmiras | 27.150000 , -101.116670 |
Rancho El Tulillo | 27.200000 , -101.116670 |
Rancho La Luz | 27.350000 , -101.283330 |
Rancho Lampacitos | 27.316670 , -101.216670 |
Rancho Mota Chica | 27.500000 , -101.416670 |
San Benito | 27.353710 , -101.293490 |
San Martin | 27.285850 , -101.187780 |
Sanguijuelas | 27.491910 , -101.384270 |
Saucillo | 27.283330 , -101.283330 |
Tecolote | 27.250000 , -101.400000 |
Veintinueve de Noviembre (Borregas) | 27.434040 , -101.472260 |
Notes:
- You can download geometry data for Escobedo 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.