Cheeral, Bathery

Cheeral is a village in Wayanad district in the state of Kerala, India.[1]

Cheeral
village
Cheeral
Location in Kerala, India
Cheeral
Cheeral (India)
Coordinates: 11°36′0″N 76°19′0″E
Country India
StateKerala
DistrictWayanad
Population
 (2001)
  Total15,620
Languages
  OfficialMalayalam, English
Time zoneUTC+5:30 (IST)
PIN
673595
ISO 3166 codeIN-KL
Vehicle registrationKL-73

Demographics

As of 2001 India census, Cheeral had a population of 15620 with 7728 males and 7892 females.[1]

Transportation

Cheeral village can be accessed from Sultan Bathery, Nambiarkunnu and Ayyankolly (Tamilnadu) with bus services.

The nearest railway station is at Mysore and the nearest airports are Mysore Airport (MYQ - Domestic only -104km), Kozhikode International Airport-120 km, Bengaluru International Airport-290 km, and Kannur International Airport, 114 km.

Education

There is an Aided Upper Primary School which has the Grades from 1st standard to 7th standard and Government High school from grades 8th to 10th. The Government high school which was earlier known as Govt.Model High School was renamed into Government Model Higher secondary School with the allocation of Plus 1 and Plus 2 courses beginning of the academic year 2000.

gollark: Hold on, I can probably make a much nicer one.
gollark: It's kind of bad.
gollark: ```python#!/bin/env python3chars = [chr(n) for n in range(126)]firstchar = chars[0]lastchar = chars[len(chars) - 1]def increment_char(character): return chr(ord(character) + 1)def old_increment_string(string_to_increment): reversed_string = list(reversed(string_to_increment)) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed(reversed_string)))def increment_string(to_increment): reversed_string = list(to_increment) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed_string))def string_generator(): length = 0 while 1: length += 1 string = chars[0] * length while True: try: string = increment_string(string) except IndexError: # Incrementing has gone out of the char array, move onto next length break yield string```
gollark: Except it enumerates all possible ASCII strings instead.
gollark: I made that!

References

  1. "Census of India : Villages with population 5000 & above". Registrar General & Census Commissioner, India. Archived from the original on 8 December 2008. Retrieved 10 December 2008.


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