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 : ( 39.467331 , -111.247502 , 39.814222 , -109.873899 )
Wikipedia ID for Carbon : Q156467
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:Q156467 wdt:P1082 ?population. }
OPTIONAL { wd:Q156467 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156467 wdt:P2046 ?area. }
OPTIONAL { wd:Q156467 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156467 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156467 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"](39.467331, -111.247502, 39.814222, -109.873899);
);
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) |
Bruin Point | 39.641630 , -110.345710 |
Carbonville | 39.627191 , -110.833774 |
Castle Gate | 39.727630 , -110.867027 |
Clear Creek | 39.643343 , -111.154839 |
Coal City | 39.666630 , -111.016280 |
Columbia | 39.516910 , -110.382650 |
East Carbon | 39.530062 , -110.437398 |
Heiner | 39.708020 , -110.866270 |
Helper | 39.690030 , -110.859344 |
Hiawatha | 39.484410 , -111.011560 |
Kenilworth | 39.680325 , -110.814538 |
Latuda | 39.703850 , -110.946000 |
Martin | 39.701910 , -110.868220 |
Peerless | 39.694130 , -110.911000 |
Price | 39.604034 , -110.800266 |
Royal | 39.746070 , -110.880160 |
Scofield | 39.720947 , -111.163166 |
Spring Glen | 39.656091 , -110.846136 |
Standardville | 39.699960 , -110.933500 |
Storrs | 39.703850 , -110.919610 |
Sunnydale | 39.533300 , -110.400710 |
Sunnyside | 39.553165 , -110.403260 |
Sunnyside Junction | 39.525520 , -110.572930 |
Upper Sunnyside | 39.566630 , -110.372930 |
Wattis Junction | 39.534130 , -110.993500 |
Wellington | 39.533495 , -110.734294 |
West Wood | 39.605185 , -110.842468 |
Winter Quarters | 39.720520 , -111.187670 |
Wood Hill | 39.611080 , -110.812380 |
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.