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 : ( 33.769789 , -93.502208 , 34.340851 , -92.876425 )
Wikipedia ID for Clark : Q61200
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:Q61200 wdt:P1082 ?population. }
OPTIONAL { wd:Q61200 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61200 wdt:P2046 ?area. }
OPTIONAL { wd:Q61200 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61200 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61200 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"](33.769789, -93.502208, 34.340851, -92.876425);
);
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) |
Alpine | 34.228990 , -93.379070 |
Amity | 34.266257 , -93.463220 |
Arkadelphia | 34.124461 , -93.071875 |
Barringer | 33.848160 , -93.134060 |
Beirne | 33.888720 , -93.204060 |
Bethel | 34.019550 , -93.287670 |
Boswell | 34.044270 , -93.279340 |
Burtsell | 33.955100 , -93.289900 |
Caddo Valley | 34.188943 , -93.067488 |
Central | 34.100930 , -93.121280 |
Clear Spring | 34.070940 , -93.382120 |
Curtis | 33.997880 , -93.105730 |
Daleville | 34.115650 , -93.028510 |
De Gray | 34.175100 , -93.147670 |
Dobyville | 34.012050 , -93.254060 |
Fendley | 34.232320 , -93.333510 |
Gravel Junction | 34.045380 , -92.942670 |
Graysonia | 34.127050 , -93.439900 |
Gum Springs | 34.064095 , -93.095560 |
Gurdon | 33.915138 , -93.155759 |
Halfway | 34.084820 , -93.321840 |
Haretown | 34.020940 , -93.374340 |
Hollywood | 34.103990 , -93.246840 |
Joan | 34.114540 , -92.940450 |
Kansas | 33.858160 , -92.988220 |
Knoxville | 34.116210 , -92.992120 |
Lenox | 34.248980 , -93.268510 |
Love Creek | 34.025380 , -93.314900 |
Majors | 34.221770 , -93.473240 |
Midway | 34.013430 , -93.110730 |
Okolona | 34.000532 , -93.337610 |
Pike Junction | 34.035100 , -93.410730 |
Red Springs | 33.902320 , -93.064340 |
Richwoods | 34.037040 , -93.085450 |
Shakertown | 33.934270 , -92.981840 |
Smithton | 33.941770 , -93.126840 |
Smyrna | 34.062320 , -93.338790 |
Sycamore | 33.842610 , -93.162390 |
Trace | 33.837050 , -92.952110 |
Vaden | 33.872050 , -92.937110 |
Whelen Springs | 33.832999 , -93.126023 |
Witherspoon | 34.158980 , -92.989060 |
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.