Download outline map of San Juan (geojson format) :
San Juan.geojson (**)
Download polygon array of San Juan map for "Google Maps" :
San Juan.txt
Bounding Box for San Juan Map : ( 36.00032 , -109.046183 , 37.000032 , -107.420914 )
Wikipedia ID for San Juan : Q156265
Wikipedia SPARQL Query for San Juan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156265 wdt:P1082 ?population. }
OPTIONAL { wd:Q156265 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156265 wdt:P2046 ?area. }
OPTIONAL { wd:Q156265 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156265 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156265 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 San Juan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.00032, -109.046183, 37.000032, -107.420914);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Juan)
[out:json];
(
rel["name"="San Juan"][type=boundary];
rel["name:en"="San Juan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Juan
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alcatraz | 36.756390 , -107.757000 |
| Archuleta | 36.794170 , -107.708950 |
| Aztec | 36.818923 , -107.982266 |
| Beclabito | 36.833466 , -109.003830 |
| Blanco | 36.721424 , -107.832698 |
| Bloomfield | 36.726557 , -107.979154 |
| Cedar Hill | 36.929574 , -107.887061 |
| Christopher Place | 36.920840 , -107.514220 |
| Cottonwood | 36.873890 , -108.393140 |
| Crystal | 36.028053 , -108.991090 |
| Cudei | 36.858330 , -108.776480 |
| El Huerfano | 36.526950 , -108.031460 |
| Farmington | 36.757371 , -108.178134 |
| Fivemile Crossing | 36.691950 , -107.753390 |
| Flora Vista | 36.805564 , -108.085618 |
| Fruitland | 36.739170 , -108.395640 |
| Garcia Place | 36.976120 , -107.604220 |
| Huerfano | 36.528530 , -108.029200 |
| Inca | 36.892780 , -107.927290 |
| Kimbeto | 36.183620 , -107.841450 |
| Kirtland | 36.743840 , -108.351331 |
| La Plata | 36.923211 , -108.193229 |
| Lake Valley | 36.090057 , -108.164156 |
| Laplata | 36.928610 , -108.190350 |
| Lee Acres | 36.710279 , -108.072073 |
| Little Water | 36.446390 , -108.724810 |
| Lucero Place | 36.901950 , -107.590050 |
| Mackey Place | 36.984730 , -107.535890 |
| Mullen Place | 36.921120 , -107.526160 |
| Nageezi | 36.248808 , -107.747117 |
| Napi Headquarters | 36.653775 , -108.218641 |
| Naschitti | 36.062524 , -108.680010 |
| Navajo Dam | 36.798120 , -107.704446 |
| Nenahnezad | 36.735409 , -108.425301 |
| Newcomb | 36.283425 , -108.708181 |
| North Light Plant | 36.875171 , -108.045843 |
| Ojo Amarillo | 36.694138 , -108.370360 |
| Rattlesnake | 36.755280 , -108.802030 |
| Sanostee | 36.432903 , -108.872962 |
| Self Place | 36.973890 , -107.509220 |
| Sheep Springs | 36.156300 , -108.690563 |
| Shiprock | 36.792411 , -108.700561 |
| Spencerville | 36.819146 , -108.056087 |
| Toadlena | 36.236950 , -108.892590 |
| Tocito | 36.399450 , -108.781200 |
| Tsaya | 36.133070 , -108.174240 |
| Turley | 36.752510 , -107.765060 |
| Two Grey Hills | 36.237510 , -108.802590 |
| Ulibarri Place | 36.956950 , -107.524770 |
| Upper Fruitland | 36.720462 , -108.323105 |
| Waterflow | 36.757424 , -108.470977 |
| West Hammond | 36.680819 , -108.049415 |
| White Rock | 36.088620 , -108.270630 |
| Young Place | 36.993406 , -107.493078 |
Notes:
- You can download geometry data for San Juan 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.