Download outline map of Carbon (geojson format) :
Carbon.geojson (**)
Download polygon array of Carbon map for "Google Maps" :
Carbon.txt
Bounding Box for Carbon Map : ( 40.999123 , -107.929984 , 42.434756 , -106.068406 )
Wikipedia ID for Carbon : Q156452
Wikipedia SPARQL Query for Carbon (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156452 wdt:P1082 ?population. }
OPTIONAL { wd:Q156452 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156452 wdt:P2046 ?area. }
OPTIONAL { wd:Q156452 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156452 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156452 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 Carbon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.999123, -107.929984, 42.434756, -106.068406);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Carbon)
[out:json];
(
rel["name"="Carbon"][type=boundary];
rel["name:en"="Carbon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Carbon
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arlington | 41.605270 , -106.199722 |
Baggs | 41.034464 , -107.657448 |
Battle | 41.158366 , -106.984096 |
Copperton | 41.127350 , -107.171417 |
Coyote Springs | 41.783020 , -106.770590 |
Dixon | 41.034475 , -107.535555 |
Edson | 41.812460 , -106.790030 |
Elk Mountain | 41.688298 , -106.413501 |
Elmo | 41.878850 , -106.536140 |
Encampment | 41.208758 , -106.794819 |
Fort Steele | 41.778020 , -106.946430 |
Hanna | 41.869797 , -106.559644 |
Jays Roost | 41.167470 , -106.331130 |
Lamont | 42.220510 , -107.477010 |
Leo | 42.250240 , -106.803370 |
McCargar Place | 42.201070 , -107.132550 |
McFadden | 41.654410 , -106.130570 |
Medicine Bow | 41.899539 , -106.201917 |
Milo | 41.620800 , -106.420020 |
Muddy Gap | 42.351620 , -107.457290 |
Oil Springs | 41.991080 , -106.267520 |
Old Brooks Place | 41.686080 , -106.341410 |
Old Haymaker Place | 41.532180 , -106.883650 |
Old McKeal Place | 41.588570 , -106.959490 |
Paradise | 42.090800 , -106.449470 |
Rawlins | 41.784882 , -107.226483 |
Riverside | 41.215414 , -106.781343 |
Ryan Park | 41.313155 , -106.489616 |
Saratoga | 41.451689 , -106.810824 |
Savery | 41.024970 , -107.449790 |
Seminoe Dam | 42.156630 , -106.913930 |
Sinclair | 41.776084 , -107.119940 |
Tenmile | 41.352740 , -106.535030 |
Three Forks | 42.362460 , -107.444790 |
Walcott | 41.761070 , -106.845040 |
Woodedge | 41.517470 , -106.145570 |
Notes:
- You can download geometry data for Carbon 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.