Download outline map of Huerfano (geojson format) :
Huerfano.geojson (**)
Download polygon array of Huerfano map for "Google Maps" :
Huerfano.txt
Bounding Box for Huerfano Map : ( 37.289117 , -105.501755 , 38.018946 , -104.351109 )
Wikipedia ID for Huerfano : Q127973
Wikipedia SPARQL Query for Huerfano (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q127973 wdt:P1082 ?population. }
OPTIONAL { wd:Q127973 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q127973 wdt:P2046 ?area. }
OPTIONAL { wd:Q127973 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q127973 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q127973 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 Huerfano map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.289117, -105.501755, 38.018946, -104.351109);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Huerfano)
[out:json];
(
rel["name"="Huerfano"][type=boundary];
rel["name:en"="Huerfano"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Huerfano
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alamo | 37.655570 , -104.958600 |
Apache City | 37.858340 , -104.831100 |
Badito | 37.727230 , -105.014160 |
Bradford | 37.881390 , -105.333060 |
Chama | 37.718890 , -105.298890 |
Codo | 37.502230 , -105.147220 |
Cuchara | 37.379180 , -105.100280 |
Cuchara Junction | 37.666960 , -104.686090 |
Delcarbon | 37.712510 , -104.876930 |
Farisita | 37.744730 , -105.071380 |
Gardner | 37.783340 , -105.165550 |
La Veta | 37.508563 , -105.008486 |
La Veta Pass | 37.593060 , -105.203340 |
Lascar | 37.825010 , -104.748590 |
Maitland | 37.656680 , -104.833880 |
Malachite | 37.754450 , -105.260840 |
Mayne | 37.534700 , -104.706553 |
Monson | 37.516130 , -104.704150 |
Muleshoe | 37.589730 , -105.182500 |
Mutual | 37.680695 , -104.801759 |
Occidental | 37.515010 , -105.106940 |
Pictou | 37.638620 , -104.813600 |
Red Wing | 37.736120 , -105.290000 |
Rouse | 37.490850 , -104.711650 |
Strong | 37.712510 , -104.902210 |
Tioga | 37.698900 , -104.927490 |
Toltec | 37.652440 , -104.784851 |
Walsenburg | 37.630598 , -104.781721 |
Notes:
- You can download geometry data for Huerfano 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.