Tamabil, Sylhet

Tamabil (Bengali: তামাবিল) is a hilly area in Sylhet on the border between Bangladesh and the Indian state of Meghalaya about 5 km from Jaflong.[1][2] [3]

Tamabil border

It stands on the Sylhet-Shillong Road some 55 km from Sylhet town in Bangladesh.[4] It is well known for the Bangladesh Last House, which is located on the Bangladesh–India border, and the Jointa Hill Resort.[5]

gollark: I counted that, yes.
gollark: It filters out one guild on which I discuss somewhat real-world things, filters out DMs, removes pings, and reads the messages.csv files, as well as producing a CSV output for aitextgen.
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.
gollark: Why the free time thing though? It's not like looking up how to do this is particularly time consuming.

References

  1. "Tamabil: A beautiful border area on Sylhet-Shilong road". The News Today (Bangladesh). 2013-05-04. Retrieved June 29, 2016.
  2. Naureen Afrose. "The Charming Jaflong-Tamabil". www.banglaview24.com. banglaview24.com. Retrieved June 25, 2016.
  3. Bindloss, Joe; Elliott, Mark; Horton, Patrick; James, Kate (2009). "Northeast of Dhaka". Northeast India. Lonely Planet (published Nov 1, 2009). p. 300. ISBN 9781741793192. OCLC 731797886. Retrieved June 29, 2016.
  4. "Tamabil, Sylhet". www.online-dhaka.com. online-dhaka.com. Retrieved June 29, 2016.
  5. "Jaintia Hill Resort, Tamabil, Sylhet". www.vacationbd.com. vacationbd.com. Retrieved June 29, 2016.

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