Gaziantep Subregion

The Gaziantep Subregion (Turkish: Gaziantep Alt Bölgesi) (TRC1) is a statistical subregion in Turkey.

Gaziantep Subregion

Gaziantep Alt Bölgesi
Subregion
CountryTurkey
RegionSoutheast Anatolia
Area
  Subregion16,135 km2 (6,230 sq mi)
Population
 (2013)
  Subregion2,570,208
  Rank13th
  Density160/km2 (410/sq mi)
  Urban
2,311,261
  Rural
258,947

Provinces

gollark: Fascinating.
gollark: Yes.
gollark: At some point.
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.

See also

Sources

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