Download outline map of Carroll (geojson format) :
Carroll.geojson (**)
Download polygon array of Carroll map for "Google Maps" :
Carroll.txt
Bounding Box for Carroll Map : ( 36.121264 , -93.890542 , 36.499316 , -93.295686 )
Wikipedia ID for Carroll : Q61216
Wikipedia SPARQL Query for Carroll (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61216 wdt:P1082 ?population. }
OPTIONAL { wd:Q61216 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61216 wdt:P2046 ?area. }
OPTIONAL { wd:Q61216 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61216 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61216 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 Carroll map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.121264, -93.890542, 36.499316, -93.295686);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Carroll)
[out:json];
(
rel["name"="Carroll"][type=boundary];
rel["name:en"="Carroll"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Carroll
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alpena | 36.289715 , -93.304334 |
Beaver | 36.475505 , -93.772421 |
Beaver Dam | 36.407830 , -93.737926 |
Berryville | 36.371375 , -93.570474 |
Blue Eye | 36.496449 , -93.397352 |
Busch | 36.464240 , -93.830750 |
Cabanal | 36.278400 , -93.532130 |
Carrollton | 36.262570 , -93.321850 |
Cisco | 36.375900 , -93.494080 |
Coin | 36.330350 , -93.347960 |
Conner | 36.241180 , -93.444910 |
Dean | 36.192020 , -93.533800 |
Delmar | 36.160630 , -93.341020 |
Denver | 36.392570 , -93.314900 |
Dripping Springs | 36.169720 , -93.538280 |
Dryfork | 36.153410 , -93.489080 |
Eureka Springs | 36.410826 , -93.745056 |
Farmer | 36.319650 , -93.556180 |
Gobbler | 36.188680 , -93.456300 |
Grandview | 36.433960 , -93.621300 |
Green Forest | 36.334388 , -93.427969 |
High | 36.470900 , -93.536400 |
Holiday Island | 36.476214 , -93.734077 |
Hough | 36.308960 , -93.365180 |
Lone Star | 36.343960 , -93.752970 |
Maple | 36.434790 , -93.497410 |
Metalton | 36.223130 , -93.529910 |
Oak Grove | 36.463751 , -93.430322 |
Oak Hill | 36.477290 , -93.698530 |
Oakgrove | 36.456180 , -93.436570 |
Osage | 36.182570 , -93.404630 |
Pleasant Ridge | 36.481740 , -93.644080 |
Pleasant Valley | 36.387010 , -93.609910 |
Rock Springs | 36.425800 , -93.657000 |
Rudd | 36.213680 , -93.486020 |
Rule | 36.277850 , -93.459910 |
Urbanette | 36.419790 , -93.533520 |
Yocum | 36.419510 , -93.413240 |
Notes:
- You can download geometry data for Carroll 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.