Kentucky Route 59
Kentucky Route 59 (KY 59) is a 25.999-mile-long (41.841 km) state highway in Kentucky.
KY 59 highlighted in red | ||||
Route information | ||||
Maintained by KYTC | ||||
Length | 25.999 mi[1] (41.841 km) | |||
Major junctions | ||||
South end | ||||
North end | ||||
Location | ||||
Counties | Carter, Lewis | |||
Highway system | ||||
|
Route description
KY 59 starts at a junction with KY 2 near Olive Hill in Carter County. This is the only major junction in the county.[2] KY 59 enters Lewis County south of Emerson. It intersects KY 1662 there. Then, KY 59 meets KY 1068 and KY 474 before reaching Kinniconick, where it intersects with KY 344; all four routes terminate at KY 59. In Vanceburg, KY 59 intersects with KY 9, KY 10, and KY 1149 before terminating at KY 8.[3][4]
Junction list
County | Location[4] | mi[1] | km | Destinations | Notes |
---|---|---|---|---|---|
Carter | | 0.000 | 0.000 | ||
Lewis | Emerson | 3.391 | 5.457 | Eastern terminus of KY 1662 | |
| 9.202 | 14.809 | Eastern terminus of KY 1068 | ||
| 12.732 | 20.490 | Western terminus of KY 474 | ||
Kinniconick | 20.525 | 33.032 | Eastern terminus of KY 344 | ||
Vanceburg | 24.963 | 40.174 | |||
25.344 | 40.787 | Western terminus of KY 1149 | |||
25.999 | 41.841 | Northern terminus of KY 59; former KY 2525 east | |||
1.000 mi = 1.609 km; 1.000 km = 0.621 mi |
gollark: See, it catches it, the handler handles it handlefully.
gollark: See?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
gollark: ... it *sometimes* says 0 and sometimes says a few other specific things?
See also
References
- Staff. "Official DMI Route Log". Kentucky Transportation Cabinet. Retrieved December 12, 2011.
- Functional Classification Map: Carter County, Kentucky (PDF) (Map). Cartography by Office of Planning. Kentucky Transportation Cabinet. Retrieved December 12, 2011.
- Functional Classification Map: Lewis County, Kentucky (PDF) (Map). Cartography by Office of Planning. Kentucky Transportation Cabinet. Retrieved December 12, 2011.
- Google (November 5, 2015). "Kentucky Route 59" (Map). Google Maps. Google. Retrieved November 5, 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.