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 : ( 36.163478 , -84.78545 , 36.603444 , -84.249231 )
Wikipedia ID for Scott : Q502054
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:Q502054 wdt:P1082 ?population. }
OPTIONAL { wd:Q502054 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502054 wdt:P2046 ?area. }
OPTIONAL { wd:Q502054 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502054 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502054 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"](36.163478, -84.78545, 36.603444, -84.249231);
);
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) |
Black Creek | 36.380910 , -84.605770 |
Black Oak | 36.490080 , -84.606610 |
Clay Hill | 36.559800 , -84.431330 |
Coal Hill | 36.307850 , -84.613000 |
Cordell | 36.337020 , -84.449380 |
Dean | 36.344800 , -84.353820 |
Elgin | 36.328397 , -84.609058 |
Foster Crossroads | 36.583130 , -84.555490 |
Glenmary | 36.310910 , -84.624660 |
Helenwood | 36.428664 , -84.553157 |
Hembree | 36.229520 , -84.420490 |
High Point | 36.475360 , -84.541880 |
Hughett | 36.321190 , -84.509380 |
Huntsville | 36.410595 , -84.503892 |
Jeffers | 36.371750 , -84.391600 |
Lone Mountain | 36.260630 , -84.489660 |
Montgomery | 36.325910 , -84.370770 |
Mountain View | 36.382020 , -84.585770 |
New Haven | 36.495350 , -84.585220 |
Newtown | 36.403690 , -84.449660 |
Norma | 36.337020 , -84.385490 |
Oneida | 36.517340 , -84.510218 |
Pine Hill | 36.506470 , -84.471050 |
Piney Grove | 36.535630 , -84.442160 |
Pleasant Grove | 36.578690 , -84.415490 |
Robbins | 36.353659 , -84.583877 |
Roberta | 36.546740 , -84.541610 |
Slick Rock | 36.303970 , -84.504380 |
Smoky Junction | 36.287300 , -84.362990 |
Speck | 36.448690 , -84.684380 |
Stanley Junction | 36.453970 , -84.494380 |
State Line | 36.590360 , -84.438830 |
Straight Fork | 36.378410 , -84.358270 |
Three Forks | 36.450080 , -84.569940 |
Toomy | 36.467020 , -84.594380 |
Verdun | 36.494800 , -84.540770 |
West Robbins | 36.358130 , -84.611610 |
Winfield | 36.564511 , -84.446019 |
Winona | 36.376750 , -84.450210 |
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.