Dungloe railway station

Dungloe railway station was located north of Lough Meela, about 5 km from the town of Dungloe in County Donegal, Ireland.

Dungloe

An Clochán Liath
LocationCrickamore, County Donegal
Ireland
Coordinates 54.976688°N 8.405°W / 54.976688; -8.405
Elevation27 ft
Platforms1
Tracks1
Construction
Structure typeStation house (extant) and goods shed
History
Original companyLondonderry and Lough Swilly Railway
Post-groupingLondonderry and Lough Swilly Railway
Key dates
9 March 1903Station opens as Lough Meala
1 November 1903Station renamed Dungloe Road (Lough Meala)
1 June 1904Station renamed Dungloe (Lough Meala)
1 March 1909Station renamed Dungloe
3 June 1940Station closes

The station opened on 9 March 1903 when the Londonderry and Lough Swilly Railway opened their Letterkenny and Burtonport Extension Railway, from Letterkenny to Burtonport. It closed on 3 June 1940 when the LLSR closed the line from Tooban Junction to Burtonport in an effort to save money.[1]

Routes

Preceding station   Disused railways   Following station
Kincasslagh Road   Londonderry and Lough Swilly Railway   Burtonport
gollark: Does it print `done!` at least?
gollark: I think the issue is that your `bot` is separate from the `client` and never actually started up.
gollark: ·Oh, `bot.run`, right.
gollark: ```pythonfrom transformers import GPT2LMHeadModel, GPT2Tokenizerimport discord.extfrom discord.ext import commandsTOKEN = 'NOT TELLING YOU'bot = commands.Bot(command_prefix='$')@bot.eventasync def on_ready(): print("done!")@bot.command()async def test(ctx, arg): inputs = arg # initialize tokenizer and model from pretrained GPT2 model tokenizer = GPT2Tokenizer.from_pretrained('gpt2') model = GPT2LMHeadModel.from_pretrained('gpt2') outputs = model.generate( inputs, max_length=200, do_sample=True, temperature=1, top_k=50 ) response = (tokenizer.decode(outputs[0], skip_special_tokens=True)) await ctx.send(response)client.run(TOKEN)```
gollark: Yes, you can just use `@bot.event` or something.

References

  1. "Dungloe station" (PDF). Railscot - Irish Railways. Retrieved 2008-05-24.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.