Lamlang, Ukhrul

Lamlang also popularly referred as Lamlang Gate is a village located west of Ukhrul in Ukhrul district, Manipur state, India. The village falls under Ukhrul sub division. The old Imphal-Ukhrul road passes through the village and is about 19 kilometers from Ukhrul. Lamlang is flanked by Seikhor in the north, Pharung in the east, Tashar in the south and Sirarakhong in the west. Locally, the inhabitants speak Lamlang dialect that belongs to the Tibeto-Burman language family.

Lamlang
Village
Lamlang
Location in Manipur, India
Lamlang
Lamlang (India)
Coordinates: 25°05′03″N 94°16′57″E
Country India
StateManipur
DistrictUkhrul
Population
  Total964
Languages
  OfficialTangkhul Lamlang Tou
Time zoneUTC+5:30 (IST)
PIN
795142
Vehicle registrationMN
Nearest cityUkhrul Imphal
Literacy90.06%
Lok Sabha constituencyOuter Manipur
Vidhan Sabha constituencyUkhrul
Websitemanipur.gov.in

Total population

According to 2011 census,[1] Lamlang has 191 households with the total of 964 people of which 499 are male and 465 are female. Of the total population, 129 were in the age group of 0–6 years. The average sex ratio of the village is 932 female to 1000 male which is lower than the state average of 985. The literacy rate of the village stands at 90.06% which is higher than the state average 76.94%. Male literacy rate stands at 92.59% while female literacy rate was 87.34%.

People and occupation

The village is home to people of Tangkhul Naga tribe. Majority of the inhabitants are Christians. Agriculture is the primary occupation of the inhabitants. Seikhor is one of the 44 villages in Ukhrul district that would be affected being a catchment area when the Mapithel Dam is finally completed and fully functional.[2]

gollark: Yes, wojbie, that's actual live code (with some bits removed to make it fit), not an example.
gollark: No evil "class" stuff needed.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.

References

  1. "Lamlang population". Census 2011. Retrieved 11 October 2015.
  2. "Mapithel Dam Catchment areas". Census 2011. Retrieved 11 October 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.