Alur, Nanded

Alur is a panchayat village[3] in the state of Maharashtra, India.[4][5] Administratively, Alur is under Deglur Taluka of Nanded District in Maharashtra.[5] There is only the single village of Alur in the Alur gram panchayat.[5] The village of Alur is 25 km by road northeast of the town of Deglur and 47 km by road south-southwest of the town of Dharmabad.

Alur

Aloor
village
Alur
Location in Maharashtra, India
Alur
Alur (India)
Coordinates: 18°38′22″N 077°40′22″E
Country India
StateMaharashtra
DistrictNanded
TalukaDeglur
Government
  BodyVillage panchayat
Elevation
358 m (1,175 ft)
Population
 (2001)
  Total2,669
Languages
  OfficialMarathi
Time zoneUTC+5:30 (IST)
PIN
431723
Lok Sabha constituencyNanded[1]
Vidhan Sabha constituencyDeglur[2]

Demographics

In the 2001 census, the village of Alur had 2,669 inhabitants, with 1,360 males (51.0%) and 1,309 females (49.0%), for a gender ratio of 963 females per thousand males.[6]

Notes

  1. "Parliamentary Constituencies Maharashtra" (PDF). Election Commission of India. Archived from the original (PDF) on 6 March 2009.
  2. "Assembly Constituencies Nanded". Election Commission of India.
  3. 2011 Village Panchayat Code for Alur = 182796, "Reports of National Panchayat Directory: Village Panchayat Names of Deglur, Nanded, Maharashtra". Ministry of Panchayati Raj, Government of India. Archived from the original on 2 July 2013. Retrieved 6 May 2013.
  4. 2001 Census Village code for Alur = 02055000, "2001 Census of India: List of Villages by Tehsil: Maharashtra" (PDF). Registrar General & Census Commissioner, India. p. 399. Archived (PDF) from the original on 13 November 2011.
  5. 2011 Census Village code for Alur = 545618, "Reports of National Panchayat Directory: List of Census Villages mapped for: Alur Gram Panchayat, Deglur, Nanded, Maharashtra". Ministry of Panchayati Raj, Government of India. Archived from the original on 6 May 2013. Retrieved 6 May 2013.
  6. "Census 2001 Population Finder: Maharashtra: Nanded: Deglur: Alur". Office of The Registrar General & Census Commissioner, Ministry of Home Affairs, Government of India. Archived from the original on 2 July 2013.
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.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.


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