Clark (Idaho) Map Cropping Samples
Clark (Idaho) Map Cropping Samples-1
Clark (Idaho) Map Cropping Samples-2
Clark neighborhoods and villages map with 3D shadow effect
flag map of Clark with 3D shadow effect
Clark map with 3d shadow effect
Download outline map of Clark (geojson format) :
Clark.geojson (**)
Download polygon array of Clark map for "Google Maps" :
Clark.txt
Bounding Box for Clark Map : ( 43.97194 , -112.995402 , 44.571631 , -111.617074 )
Wikipedia ID for Clark : Q156448
Wikipedia SPARQL Query for Clark (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156448 wdt:P1082 ?population. }
OPTIONAL { wd:Q156448 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156448 wdt:P2046 ?area. }
OPTIONAL { wd:Q156448 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156448 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156448 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 Clark map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.97194, -112.995402, 44.571631, -111.617074);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clark)
[out:json];
(
rel["name"="Clark"][type=boundary];
rel["name:en"="Clark"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clark
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Argora | 44.360502 , -112.565124 |
Blue Dome | 44.160180 , -112.911390 |
Dubois | 44.172232 , -112.229573 |
Eighteenmile | 44.300190 , -111.902470 |
Highbridge | 44.283240 , -112.212490 |
Humphrey | 44.488250 , -112.233610 |
Idmon | 44.360750 , -111.911640 |
Jones Crossing | 44.086850 , -112.219430 |
Kilgore | 44.402140 , -111.893860 |
Lidy Hot Springs | 44.126300 , -112.549710 |
Lone Pine | 44.186020 , -112.935000 |
Old Beaver | 44.410470 , -112.197210 |
Spencer | 44.378453 , -112.190314 |
Winsper | 44.130460 , -112.515270 |
Notes:
- You can download geometry data for Clark 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.