CIESIN Population Data (2.5min)

(元ディレクトリ:data/ciesin/2.5min/)


Description

以下,猿橋氏による記述.

(1)CIESIN による、2.5分グリッドの人口分布データを、
下記ホームページから取得。

http://sedac.ciesin.org/plue/gpw/index.html?main.html&2

glp90agi.tar.gz    :

=== MEMO --> http://sedac.ciesin.org/plue/gpw/index.html?main.html&2
gl      Global
p       Estimated population count in each grid cell
90      estimates for 1990
ag      adjusted estimates
i       where present, the suffix indicates that the grid has been rounded to
        the nearest whole number
====

(2) gunzip glp90agi.tar.gz ; tar xvf glp90agi.tar

        => glp90agi.bil ,glp90agi.blw, glp90agi.hdr,  glp90agi.stx

        データは、glp90agi.bil

ここでのBIL形式は、単なる普通のバイナリーデータ。

安形注:すべて以下ではzipに変換している.


データ

オリジナル


プログラム

global.gmt
GMTスクリプト
 
bil_xyzORG.f
「緯度経度に対応のデータを作成する。2.5分用」
 
asc_xyz.f
「緯度経度に対応のデータを作成する。0.5度用
→ 0.5度用には、../bin/grid2xyz.f を使っても同じ。」
 
changeRES.f
「らに、もとの(2.5分)データでは、 北緯85度以北、南緯65度以南は、空白であったので、 (360゜ × 143゜) 0を記入し、360゜ × 180゜にする。」
 
sumORG.f
「全球の人口を計算する。2.5分用」
 
sum.f
「全球の人口を計算する。0.5度用」
 
bil_xyz.f
(*.bil*.ascに変換するものらしい)
 

圧縮データ