Download outline map of Guadalupe (geojson format) :
Guadalupe.geojson (**)
Download polygon array of Guadalupe map for "Google Maps" :
Guadalupe.txt
Bounding Box for Guadalupe Map : ( 34.34672 , -105.312968 , 35.217097 , -104.124814 )
Wikipedia ID for Guadalupe : Q484290
Wikipedia SPARQL Query for Guadalupe (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484290 wdt:P1082 ?population. }
OPTIONAL { wd:Q484290 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484290 wdt:P2046 ?area. }
OPTIONAL { wd:Q484290 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484290 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484290 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 Guadalupe map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.34672, -105.312968, 35.217097, -104.124814);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guadalupe)
[out:json];
(
rel["name"="Guadalupe"][type=boundary];
rel["name:en"="Guadalupe"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guadalupe
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anton Chico | 35.194866 , -105.143894 |
Arabella | 34.863670 , -104.784160 |
Borica | 34.675340 , -104.647770 |
Colonias | 35.109780 , -104.847220 |
Cuervo | 35.031170 , -104.408590 |
Dahlia | 35.121440 , -105.276950 |
Dilia | 35.193110 , -105.063610 |
Double Mills | 35.065610 , -104.523040 |
East Vaughn | 34.597959 , -105.191860 |
Joffre | 34.487290 , -105.044440 |
La Loma | 35.192367 , -105.064272 |
Leoncito | 34.671730 , -105.138610 |
Llano del Medio | 35.188104 , -105.116320 |
Llano Viejo | 35.187830 , -105.126390 |
Los Ojitos | 34.685340 , -104.461090 |
Los Tanos | 34.995340 , -104.542760 |
Milagro | 34.938390 , -105.239170 |
Newkirk | 35.063517 , -104.271496 |
Pastura | 34.785108 , -104.942118 |
Pintada | 34.882280 , -105.072220 |
Puerta de Luna | 34.832010 , -104.621380 |
Puerto de Luna | 34.829682 , -104.622165 |
San Ignacio | 34.913390 , -104.945830 |
Santa Rosa | 34.935972 , -104.677071 |
Tony | 34.615070 , -105.182220 |
Upper Anton Chico | 35.208380 , -105.168890 |
Upper Dilia | 35.184770 , -105.080830 |
Vaughn | 34.607201 , -105.212580 |
Vegas Junction | 34.976450 , -104.991110 |
Notes:
- You can download geometry data for Guadalupe 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.