South Carolina Highway 99

South Carolina Highway 99 (SC 99) is a 9-mile-long (14 km) state highway in the U.S. state of South Carolina. The highway connects Great Falls with rural areas of Chester County.

South Carolina Highway 99
Route information
Maintained by SCDOT
Length9.22 mi[1] (14.84 km)
Major junctions
South end US 21 / SC 200 in Great Falls
  SC 97 in Great Falls
North end SC 9 southeast of Richburg
Location
CountiesChester
Highway system
SC 97SC 101

Route description

SC 99 begins at an intersection with U.S. Route 21 (US 21) and SC 200 (Pendergrass Boulevard) in Great Falls within Chester County. It travels to the northwest. On the edge of the city limits of the town is an intersection with SC 97 (Francis Avenue). They have a very brief concurrency. SC 99 travels in a north-northwesterly direction and passes Howze Cemetery. The highway continues traveling through rural areas and meets its northern terminus, an intersection with SC 9 (Lancaster Highway).[2]

Major intersections

The entire route is in Chester County.

Locationmi[1]kmDestinationsNotes
Great Falls0.000.00 US 21 / SC 200 (Pendergrass Boulevard / Chester Avenue) Winnsboro, Columbia, Lancaster, Rock Hill
0.891.43 SC 97 south (Francis Avenue) Liberty Hill, CamdenSouthern end of SC 97 concurrency
0.931.50 SC 97 north (Great Falls Road) to I-77 ChesterNorthern end of SC 97 concurrency
9.2214.84 SC 9 (Lancaster Highway) Chester, Fort Lawn
1.000 mi = 1.609 km; 1.000 km = 0.621 mi
gollark: No, I have that stuff done.
gollark: I want a *different* set of "OPERATIONS ON RELEVANT NODE THING" and no HTML generation at the end, and it would be bees to just copy-paste the function here.
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.
gollark: Hmm. Gibson, you use nim, yes? How can I nicely™ abstract this C library?

See also

  •  U.S. Roads portal
  •  United States portal

References

  1. "Statewide Highways (shapefile)" (zip). South Carolina Department of Transportation. September 29, 2017. Retrieved December 8, 2017.
  2. Google (May 4, 2018). "South Carolina Highway 99" (Map). Google Maps. Google. Retrieved May 4, 2018.
KML is not from Wikidata
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.