Download outline map of Chaffee (geojson format) :
Chaffee.geojson (**)
Download polygon array of Chaffee map for "Google Maps" :
Chaffee.txt
Bounding Box for Chaffee Map : ( 38.422092 , -106.599516 , 39.057908 , -105.878033 )
Wikipedia ID for Chaffee : Q113423
Wikipedia SPARQL Query for Chaffee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113423 wdt:P1082 ?population. }
OPTIONAL { wd:Q113423 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113423 wdt:P2046 ?area. }
OPTIONAL { wd:Q113423 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113423 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113423 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 Chaffee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.422092, -106.599516, 39.057908, -105.878033);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chaffee)
[out:json];
(
rel["name"="Chaffee"][type=boundary];
rel["name:en"="Chaffee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chaffee
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Americus | 38.902500 , -106.165570 |
Belleview | 38.569160 , -106.037240 |
Browns Canon | 38.611940 , -106.060020 |
Buena Vista | 38.831849 , -106.138950 |
Centerville | 38.708890 , -106.091680 |
Cleora | 38.513330 , -105.970010 |
Futurity | 38.736380 , -105.953900 |
Garfield | 38.549197 , -106.289351 |
Granite | 39.043600 , -106.263360 |
Hamilton | 38.946972 , -106.440575 |
Hancock | 38.640598 , -106.362193 |
Iron City | 38.713007 , -106.296157 |
Johnson Village | 38.811895 , -106.107112 |
Maysville | 38.530460 , -106.215601 |
Mears Junction | 38.430866 , -106.115655 |
Monarch | 38.512612 , -106.323443 |
Nathrop | 38.752637 , -106.089317 |
Newett | 38.866660 , -105.988900 |
Poncha Springs | 38.513103 , -106.096281 |
Princeton | 38.993330 , -106.220020 |
Riverside | 38.938330 , -106.183910 |
Rockdale | 38.991380 , -106.411690 |
Romley | 38.669562 , -106.332721 |
Salida | 38.530300 , -105.998807 |
Shavano | 38.619049 , -106.239681 |
Shirley | 38.427874 , -106.143486 |
Smeltertown | 38.552322 , -106.008417 |
St. Elmo | 38.704814 , -106.344306 |
Turret | 38.640270 , -105.988900 |
Vicksburg | 38.999160 , -106.377800 |
Winfield | 38.984720 , -106.440860 |
Notes:
- You can download geometry data for Chaffee 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.