Download outline map of Knox (geojson format) :
Knox.geojson (**)
Download polygon array of Knox map for "Google Maps" :
Knox.txt
Bounding Box for Knox Map : ( 36.687259 , -84.094706 , 37.055149 , -83.566142 )
Wikipedia ID for Knox : Q500767
Wikipedia SPARQL Query for Knox (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q500767 wdt:P1082 ?population. }
OPTIONAL { wd:Q500767 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q500767 wdt:P2046 ?area. }
OPTIONAL { wd:Q500767 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q500767 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q500767 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 Knox map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.687259, -84.094706, 37.055149, -83.566142);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Knox)
[out:json];
(
rel["name"="Knox"][type=boundary];
rel["name:en"="Knox"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Knox
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Arkle | 36.919260 , -83.976870 |
| Artemus | 36.835131 , -83.841365 |
| Barbourville | 36.866615 , -83.884863 |
| Baughman | 36.864810 , -83.800200 |
| Bimble | 36.875090 , -83.830480 |
| Camp Grounds | 36.972030 , -84.072150 |
| Cannon | 36.914530 , -83.858260 |
| Crane Nest | 36.989810 , -83.879370 |
| Dewitt | 36.877030 , -83.737700 |
| Emanuel | 36.906200 , -83.931040 |
| Flat Lick | 36.835320 , -83.759778 |
| Gibbs | 37.020920 , -83.902430 |
| Girdler | 36.939810 , -83.843260 |
| Gray | 36.942590 , -84.008260 |
| Hammond | 36.957030 , -83.727420 |
| Heidrick | 36.882590 , -83.878540 |
| Himyar | 36.832860 , -83.799640 |
| Hinkle | 36.912590 , -83.818810 |
| Kayjay | 36.744250 , -83.849090 |
| Moore Hill | 36.935640 , -84.081320 |
| Old Flat Lick | 36.838420 , -83.771030 |
| Permon | 36.810920 , -83.981040 |
| Providence | 36.867030 , -83.911590 |
| Rain | 36.720640 , -83.944930 |
| Rossland | 36.926200 , -83.988540 |
| Scalf | 36.918420 , -83.700200 |
| Siler | 36.941200 , -84.039650 |
| Sprule | 37.016200 , -83.849650 |
| Swan Lake | 36.826200 , -83.927150 |
| Swanpond | 36.830920 , -83.902980 |
| Trosper | 36.788420 , -83.819090 |
| Walker | 36.883140 , -83.714920 |
| Wheeler | 36.725360 , -83.842980 |
| Wilton | 36.890370 , -84.047430 |
| Woollum | 37.019810 , -83.817420 |
Notes:
- You can download geometry data for Knox 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.