Download outline map of Socorro (geojson format) :
Socorro.geojson (**)
Download polygon array of Socorro map for "Google Maps" :
Socorro.txt
Bounding Box for Socorro Map : ( 33.475192 , -107.726557 , 34.58066 , -105.923957 )
Wikipedia ID for Socorro : Q112934
Wikipedia SPARQL Query for Socorro (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112934 wdt:P1082 ?population. }
OPTIONAL { wd:Q112934 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112934 wdt:P2046 ?area. }
OPTIONAL { wd:Q112934 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112934 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112934 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 Socorro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.475192, -107.726557, 34.58066, -105.923957);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Socorro)
[out:json];
(
rel["name"="Socorro"][type=boundary];
rel["name:en"="Socorro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Socorro
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Abeytas | 34.465202 , -106.813755 |
| Adobe Ranch | 33.862290 , -106.305000 |
| Alamillo | 34.251884 , -106.915799 |
| Alamo | 34.418412 , -107.512486 |
| Bernardo | 34.418680 , -106.833640 |
| Bingham | 33.888960 , -106.372510 |
| Bosquecito | 33.977290 , -106.850860 |
| Canyon Mill | 34.314510 , -106.715300 |
| Carthage | 33.883400 , -106.659460 |
| Chamizal | 34.218273 , -106.915114 |
| Coane | 33.800900 , -106.327230 |
| Contreras | 34.382840 , -106.813640 |
| Escondida | 34.101308 , -106.897377 |
| Florida | 34.091180 , -106.898360 |
| Gibbs Place | 34.267850 , -106.730020 |
| Hard Luck Crossing | 33.547290 , -106.982250 |
| John Padilla Settlement | 34.384230 , -107.474490 |
| Kelly | 34.083120 , -107.205310 |
| Kinney Wells | 33.871180 , -106.750020 |
| La Joya | 34.344931 , -106.846681 |
| Laborcita | 33.945900 , -106.868640 |
| Las Nutrias | 34.469842 , -106.770810 |
| Lava | 33.478680 , -107.015860 |
| Lemitar | 34.155620 , -106.896970 |
| Lemitar | 34.155034 , -106.912241 |
| Luis Lopez | 33.990467 , -106.887768 |
| Magdalena | 34.109425 , -107.231662 |
| McNierney | 34.193680 , -106.906140 |
| Mill Place | 33.940340 , -107.248090 |
| Morine Place | 33.919510 , -107.590040 |
| Old Carthage | 33.876730 , -106.727520 |
| Payne Place | 34.566720 , -107.395040 |
| Pino Place | 34.570330 , -107.445600 |
| Polvadera | 34.202039 , -106.917202 |
| Puertecito | 34.448110 , -107.392820 |
| Red Mill | 34.295340 , -106.750020 |
| Riley | 34.380620 , -107.229760 |
| Sabinal | 34.493670 , -106.807530 |
| Sais | 34.433460 , -106.519489 |
| San Acacia | 34.254947 , -106.902227 |
| San Antonio | 33.916165 , -106.870022 |
| San Antonito | 33.891806 , -106.879946 |
| San Francisco | 34.395900 , -106.839190 |
| San Geronimo | 34.334230 , -106.873080 |
| San Marcial | 33.700070 , -106.987250 |
| Socorro | 34.054404 , -106.906428 |
| Tiffany | 33.723120 , -106.943360 |
| Tokay | 33.873680 , -106.739180 |
| Tomasino Mill | 34.252570 , -106.673350 |
| Val Verde | 33.703120 , -106.930860 |
| Veguita | 34.514686 , -106.767915 |
Notes:
- You can download geometry data for Socorro 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.