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 : ( 44.99944 , -109.798688 , 45.638651 , -108.098202 )
Wikipedia ID for Carbon : Q192992
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:Q192992 wdt:P1082 ?population. }
OPTIONAL { wd:Q192992 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q192992 wdt:P2046 ?area. }
OPTIONAL { wd:Q192992 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q192992 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q192992 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"](44.99944, -109.798688, 45.638651, -108.098202);
);
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) |
| Alex Boggio Place | 45.315780 , -109.437660 |
| Alpine | 45.201330 , -109.641280 |
| Bearcreek | 45.160601 , -109.157683 |
| Belfry | 45.137464 , -108.998493 |
| Berts Trailer Court | 45.392170 , -108.906530 |
| Bowler | 45.204950 , -108.719020 |
| Boyd | 45.455631 , -109.066699 |
| Bridger | 45.294587 , -108.916692 |
| Chance | 45.011890 , -109.063200 |
| Edgar | 45.463704 , -108.855298 |
| Fox | 45.276890 , -109.217100 |
| Fromberg | 45.391756 , -108.906475 |
| George Place | 45.360220 , -109.498500 |
| Hillsboro | 45.099960 , -108.232890 |
| Joliet | 45.484457 , -108.972087 |
| Luther | 45.284390 , -109.428770 |
| Montaqua | 45.509110 , -108.901260 |
| Mount Aqua Trailer Court | 45.522450 , -108.861810 |
| Mountain View Trailer Court | 45.195780 , -109.247930 |
| Peterson Place | 45.373830 , -109.456000 |
| Rankin Place | 45.261610 , -109.492390 |
| Red Lodge | 45.193755 , -109.249777 |
| Richel Lodge | 45.081890 , -109.375440 |
| Roberts | 45.343612 , -109.181729 |
| Rockvale | 45.522450 , -108.861810 |
| Roscoe | 45.351716 , -109.493379 |
| Selmes | 45.391890 , -109.132100 |
| Silesia | 45.555777 , -108.837714 |
| Simpkins Place | 45.313280 , -109.407940 |
| Wade | 45.158560 , -108.819300 |
| Warren | 45.059950 , -108.658460 |
| Washoe | 45.163830 , -109.213210 |
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.