Download outline map of Knott (geojson format) :
Knott.geojson (**)
Download polygon array of Knott map for "Google Maps" :
Knott.txt
Bounding Box for Knott Map : ( 37.172395 , -83.134711 , 37.526349 , -82.710629 )
Wikipedia ID for Knott : Q498058
Wikipedia SPARQL Query for Knott (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498058 wdt:P1082 ?population. }
OPTIONAL { wd:Q498058 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498058 wdt:P2046 ?area. }
OPTIONAL { wd:Q498058 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498058 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498058 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 Knott map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.172395, -83.134711, 37.526349, -82.710629);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Knott)
[out:json];
(
rel["name"="Knott"][type=boundary];
rel["name:en"="Knott"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Knott
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amburgey | 37.261490 , -82.998500 |
Amelia | 37.207220 , -82.920830 |
Anco | 37.244880 , -83.059600 |
Bath | 37.242600 , -82.911270 |
Bearville | 37.369260 , -83.067390 |
Betty | 37.450930 , -82.839330 |
Bolyn | 37.443710 , -82.906000 |
Brinkley | 37.308990 , -82.948770 |
Carr Creek | 37.231210 , -82.967940 |
Carrie | 37.331760 , -83.032670 |
Cordia | 37.278990 , -83.110720 |
Decoy | 37.495650 , -83.094060 |
Drew | 37.286210 , -82.858220 |
Emmalena | 37.334260 , -83.074330 |
Fisty | 37.333990 , -83.101560 |
Garner | 37.358150 , -82.925160 |
Hall | 37.299270 , -82.770160 |
Handshoe | 37.470100 , -82.906550 |
Hindman | 37.335000 , -82.981897 |
Hollybush | 37.337600 , -82.851830 |
Kite | 37.321210 , -82.802940 |
Leburn | 37.348150 , -82.955160 |
Littcarr | 37.240930 , -82.948770 |
May | 37.271210 , -82.863220 |
Mousie | 37.418430 , -82.878220 |
Nealy | 37.273710 , -82.866830 |
Odgen Gap | 37.362320 , -82.990160 |
Pine Top | 37.272600 , -82.882380 |
Pippa Passes | 37.334244 , -82.873346 |
Porter | 37.446090 , -82.856910 |
Puncheon | 37.301770 , -82.789330 |
Raven | 37.402880 , -82.806270 |
Redfox | 37.214820 , -82.943770 |
Ritchie | 37.311490 , -83.083500 |
Rock Fork | 37.450830 , -82.901940 |
Sassafras | 37.220650 , -83.055170 |
Soft Shell | 37.402320 , -82.942110 |
Spider | 37.258710 , -82.912110 |
Tina | 37.361210 , -83.019610 |
Vest | 37.396760 , -83.006550 |
Wiscoal | 37.237320 , -83.056000 |
Notes:
- You can download geometry data for Knott 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.