Linnei

Linnei Township (Chinese: 林內鄉; pinyin: Línnèi Xiāng) is a rural township in Yunlin County, Taiwan. It is the second smallest township in Yunlin County after Baozhong Township.

Linnei Township
林內鄉
Rural township
Rail bridge crossing the Zhuoshui River in Linnei Township
Linnei Township in Yunlin County
LocationYunlin County, Taiwan
Area
  Total38 km2 (15 sq mi)
Population
 (July 2018)
  Total18,242
  Density480/km2 (1,200/sq mi)

History

During the Japanese era, Toroku Town (斗六街) covered modern-day Douliu and Linnei and was under Toroku District of Tainan Prefecture.

Geography

It has a population total of 18,970 and an area of 37.6035 km2.

Administrative divisions

Linnan, Linzhong, Linbei, Pingding, Linmao, Jiuqiong, Huben, Wutu, Wuma and Zhongxing Village.

Tourist attractions

Transportation

Linnei Station

The township is accessible by Linnei Station of the Taiwan Railway Administration.

gollark: I would quite like to implement this on osmarks.net using an inbrowser Lua VM.
gollark: ```scheme(define (take n xs) (let loop ((n n) (xs xs) (zs (list))) (if (or (zero? n) (null? xs)) (reverse zs) (loop (- n 1) (cdr xs) (cons (car xs) zs)))))(define (zip . xss) (apply map list xss))(define actually-forgiving-grudge (lambda (x y) (let* ( (defection-count (length (filter (lambda (m) (= m 1)) x))) (lookback (+ 1 (inexact->exact (floor (expt 1.8 defection-count))))) (result (if (member '(1 0) (take lookback (zip x y))) 1 0)) ) result)))```if you want to add it to your stuff.
gollark: Do you like `actually-forgiving-grudge`?!
gollark: https://github.com/cristal-smac/ipd - huh
gollark: > [Edit] Worth to note is that Gradual was designed to be a strategy that outperforms Tit for Tat. It has similar properties in that it is willing to cooperate and retaliates against a defecting opponent. Unlike Tit for Tat, which only has a memory of the last round played, Gradual will remember the complete interaction and defect the number of times the opponent has defected so far. It will offer mutual cooperation afterwards again, though.

References

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