Download outline map of Scott (geojson format) :
Scott.geojson (**)
Download polygon array of Scott map for "Google Maps" :
Scott.txt
Bounding Box for Scott Map : ( 34.66527 , -94.454564 , 35.099847 , -93.704885 )
Wikipedia ID for Scott : Q61135
Wikipedia SPARQL Query for Scott (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61135 wdt:P1082 ?population. }
OPTIONAL { wd:Q61135 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61135 wdt:P2046 ?area. }
OPTIONAL { wd:Q61135 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61135 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61135 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 Scott map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.66527, -94.454564, 35.099847, -93.704885);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Scott)
[out:json];
(
rel["name"="Scott"][type=boundary];
rel["name:en"="Scott"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Scott
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Abbott | 35.073430 , -94.193820 |
| Anderson | 34.912320 , -94.121600 |
| Bates | 34.908160 , -94.386880 |
| Beauchamp | 34.805100 , -94.270770 |
| Black Fork | 34.767050 , -94.431050 |
| Blansett | 34.790100 , -94.220210 |
| Blue Ball | 34.962320 , -93.708530 |
| Boles | 34.779550 , -94.049100 |
| Boothe | 35.043990 , -94.117430 |
| Brawley | 34.854550 , -94.312710 |
| Bryan | 34.935380 , -94.225210 |
| Buck Knob | 34.710380 , -93.939090 |
| Cardiff | 34.927320 , -93.925200 |
| Cauthron | 34.920930 , -94.297440 |
| Cedar Creek | 34.785380 , -93.866590 |
| Coaldale | 34.894270 , -94.448830 |
| Denton | 34.836770 , -94.191040 |
| Elm Park | 35.021490 , -94.119100 |
| Evening Shade | 34.948990 , -94.136880 |
| Forester | 34.770930 , -93.816310 |
| Gipson | 34.898430 , -94.387160 |
| Green Ridge | 34.923710 , -94.023820 |
| Harvey | 34.845930 , -93.785200 |
| Hon | 34.939270 , -94.181320 |
| Keener | 34.809270 , -94.000760 |
| Lewis | 35.053430 , -94.125210 |
| Lone Elm | 34.941760 , -94.027150 |
| Mansfield | 35.063599 , -94.237185 |
| Morgan Springs | 34.892320 , -94.333550 |
| Needmore | 34.808990 , -94.038820 |
| Nella | 34.760380 , -94.163540 |
| Nola | 34.877870 , -93.741310 |
| Olio | 34.914820 , -93.848530 |
| Oliver | 34.931770 , -94.260770 |
| Parks | 34.802040 , -93.960760 |
| Pleasant Hill | 34.904540 , -94.123820 |
| Pleasant Valley | 34.898430 , -94.016870 |
| Puryear | 34.790380 , -94.426330 |
| Ritz | 34.753160 , -94.236320 |
| Shiloh | 34.760660 , -94.177990 |
| The Pines | 34.866770 , -94.070490 |
| Tintop | 34.753440 , -94.271050 |
| Waldron | 34.900698 , -94.094224 |
| Weeks | 34.881210 , -94.418830 |
| Winfield | 34.886490 , -94.186320 |
| Y City | 34.734820 , -94.077150 |
Notes:
- You can download geometry data for Scott 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.