Download outline map of Cassia (geojson format) :
Cassia.geojson (**)
Download polygon array of Cassia map for "Google Maps" :
Cassia.txt
Bounding Box for Cassia Map : ( 41.988005 , -114.286683 , 42.687887 , -113.000728 )
Wikipedia ID for Cassia : Q483947
Wikipedia SPARQL Query for Cassia (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483947 wdt:P1082 ?population. }
OPTIONAL { wd:Q483947 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483947 wdt:P2046 ?area. }
OPTIONAL { wd:Q483947 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483947 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483947 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 Cassia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.988005, -114.286683, 42.687887, -113.000728);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cassia)
[out:json];
(
rel["name"="Cassia"][type=boundary];
rel["name:en"="Cassia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cassia
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Albion | 42.409577 , -113.580012 |
| Almo | 42.100190 , -113.633620 |
| Artesian City | 42.417140 , -114.161140 |
| Basin | 42.245470 , -113.784460 |
| Beetville | 42.488520 , -113.831410 |
| Bridge | 42.129360 , -113.342500 |
| Burley | 42.537022 , -113.793326 |
| Conant | 42.276020 , -113.449730 |
| Connor | 42.281020 , -113.501390 |
| Cotterel | 42.517130 , -113.459170 |
| Declo | 42.519617 , -113.628832 |
| Elba | 42.248250 , -113.561400 |
| Garrard Ranch | 42.316580 , -114.001690 |
| Heglar | 42.473520 , -113.147220 |
| Hobson | 42.531860 , -113.923910 |
| Indian Grove | 42.080586 , -113.708120 |
| Iversons | 42.304630 , -114.010850 |
| Jackson | 42.633800 , -113.570560 |
| Kelso | 42.068530 , -113.313890 |
| Kenyon | 42.415470 , -113.870300 |
| Keogh | 42.223250 , -113.333610 |
| Malta | 42.307420 , -113.369349 |
| Marion | 42.286580 , -113.911130 |
| Naf | 42.010200 , -113.285550 |
| North Kenyon | 42.432130 , -113.861130 |
| Oakley | 42.242150 , -113.882404 |
| Pella | 42.475190 , -113.838630 |
| Ruby | 42.503800 , -113.822800 |
| Springdale | 42.515460 , -113.690850 |
| Strevell | 42.006030 , -113.203610 |
| Sublett | 42.312140 , -113.136940 |
| Trout | 42.322410 , -113.901130 |
| Unity | 42.518520 , -113.743350 |
| View | 42.450740 , -113.697230 |
Notes:
- You can download geometry data for Cassia 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.