Moon, South Dakota

Moon is an extinct town in Pennington County, in the U.S. state of South Dakota. The GNIS classifies it as a populated place.[1]

History

Moon was laid out by T. J. Sherwood in 1910, and named in honor of Jack Moon, its first inhabitant.[2] A post office called Moon was established in 1911, and remained in operation until 1953.[3]

gollark: ????
gollark: <@111608748027445248> I should have fixed it, try now.
gollark: Also, parser combinators are sorely needed.
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```

References

  1. U.S. Geological Survey Geographic Names Information System: Moon, South Dakota
  2. Federal Writers' Project (1940). South Dakota place-names, v.1-3. University of South Dakota. p. 52.
  3. "Pennington County". Jim Forte Postal History. Retrieved 2 February 2016.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.