National Geographic (Indian TV channel)

National Geographic (also known as Nat Geo) is an Indian pay television channel that features non-fiction, documentaries involving nature, science, culture, and history, produced by the National Geographic Society. It broadcasts in five languages (English, Hindi, Telugu, Tamil and Bengali).

National Geographic
Launched1 July 1998 (1998-07-01)
Owned byStar (Disney India)
Picture format1080i HDTV
(downscaled to letterboxed 576i for the SDTV feed)
SloganEvery question takes you further
CountryIndia
LanguageEnglish
Hindi
Telugu
Tamil
Bengali
Websitehttp://www.natgeotv.co.in
Availability
Satellite
Tata SkyChannel 709 (SD)
Channel 708 (HD)
Airtel digital TVChannel 422 (SD)
Channel 423 (HD)
DishTVChannel 809 (SD)
Channel 808 (HD)
Independent TVChannel 551 (SD)
Channel 557 (HD)
Sun Direct TVChannel 542 (SD)
Channel 966 (HD)
d2hChannel 445 (SD)
Channel 954 (HD)
Dish Home
(Nepal)
Channel 402 (SD)
Dialog TV (Sri Lanka)Channel 56 (SD)
Cable
HathwayChannel 450 (SD)
Channel 388 (HD)
Asianet DigitalChannel 403 (SD)
Channel 818 (HD)
Kerala VisionChannel 402 (SD)
Channel 664 (HD)

Shows

The channel broadcasts the following shows:[1]

  1. Banged Up Abroad
  2. Taboo
  3. Brain Games
  4. India's Megakitchens
  5. Do or Die (TV Series)
  6. World's Weirdest
  7. Genius: Picasso
  8. Animals Gone Wild
  9. Animal Fight Club
  10. Deadly Game
  11. Ultimate Animal Countdown
  12. Animal Fight Club
  13. Dirty Rotten Survival
  14. Science of Stupid
  15. Combat Zone
  16. Mega Factories
  17. China Revealed
  18. Chain of Command
  19. Battle of the Beasts
  20. Airport Security Columbia
  21. Monkey Thieves
  22. Investigates

Spinoff channels

National Geographic India had three spinoff channels

  1. Nat Geo Tamil
  2. Nat Geo Telugu
  3. Nat Geo Wild
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.
gollark: RandomTwentyLineAlgorithmIWrote.

References

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