Download outline map of Arkansas (geojson format) :
Arkansas.geojson (**)
Download polygon array of Arkansas map for "Google Maps" :
Arkansas.txt
Bounding Box for Arkansas Map : ( 33.93751 , -91.711795 , 34.56805 , -91.052075 )
Wikipedia ID for Arkansas : Q61414
Wikipedia SPARQL Query for Arkansas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61414 wdt:P1082 ?population. }
OPTIONAL { wd:Q61414 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61414 wdt:P2046 ?area. }
OPTIONAL { wd:Q61414 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61414 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61414 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 Arkansas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.93751, -91.711795, 34.56805, -91.052075);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Arkansas)
[out:json];
(
rel["name"="Arkansas"][type=boundary];
rel["name:en"="Arkansas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Arkansas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Almyra | 34.405680 , -91.410729 |
Arkansas Post | 34.023710 , -91.343730 |
Bayou Meto | 34.223710 , -91.521240 |
Benzal | 33.998990 , -91.161500 |
Burks | 34.301770 , -91.402340 |
Casscoe | 34.525650 , -91.325960 |
Crocketts Bluff | 34.443990 , -91.220120 |
Deluce | 34.208710 , -91.246780 |
DeWitt | 34.287358 , -91.338308 |
Eldridge Corner | 34.297320 , -91.473730 |
Ethel | 34.286490 , -91.163730 |
Gillett | 34.119029 , -91.378882 |
Goldman | 34.454820 , -91.604300 |
Hagler | 34.254260 , -91.528180 |
Holdridge | 34.431760 , -91.442900 |
Hortons Landing | 34.295380 , -91.112620 |
Humphrey | 34.422812 , -91.702259 |
Hyden | 34.188990 , -91.360950 |
Immanuel | 34.401770 , -91.322620 |
Jacks Bay Landing | 34.095380 , -91.170110 |
Kittlers | 34.372880 , -91.409850 |
La Grue Springs | 34.207880 , -91.211780 |
LaGrue | 34.452320 , -91.321790 |
Lodge Corner | 34.300100 , -91.525120 |
Lookout | 34.563430 , -91.376510 |
Mayview | 34.209270 , -91.356790 |
Medina | 33.964270 , -91.198730 |
Mount Adams | 34.488430 , -91.256510 |
Olena | 34.336210 , -91.410400 |
Plainview | 34.488990 , -91.318180 |
Prairie Landing | 34.080380 , -91.188450 |
Prairie Union | 34.238990 , -91.298730 |
Preston Ferry | 34.534820 , -91.303730 |
Sheppard Point | 34.191210 , -91.211780 |
South Stuttgart | 34.493710 , -91.540410 |
St. Charles | 34.373802 , -91.137363 |
Stinking Bay | 34.413430 , -91.192620 |
Stuttgart | 34.495792 , -91.548344 |
Tichnor | 34.140380 , -91.270670 |
Vallier | 34.326490 , -91.634020 |
Van | 34.326770 , -91.234290 |
Weber | 34.145940 , -91.176780 |
Yoder | 34.453990 , -91.488180 |
Notes:
- You can download geometry data for Arkansas 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.