Nobuhito Mori
Navigation :
開始行:
* Outline [#j6922f17]
海洋や気象を対象に,気温や風速など様々な科学データをネッ...
Open-source Project for a Network Data Access Protocolの...
Netcdfが使える環境であることが必要.
- [[OPeNDAP:http://opendap.org/]]
- [[OPeNDAP Manual:http://opendap.org/user/guide-html/gui...
* OPeNDAP for Matlab [#ifdef8bf]
必要なファイル
- 一般
-- loaddap (matlab2009a,bでは動かない)
- Linuxのみ
-- libdap and libxml2 library
*** Toolbox [#la796c72]
- Matlab用のloaddap
-- [[The Matlab Structs Tool:http://www.opendap.org/downl...
- Matlab用のOPeNDAP
-- [[Matlab OPeNDAP Ocean Toolbox:http://www.oceanographi...
- OPeNDAP GUI
-- [[DapperM - A Matlab interface to Dapper:http://www.ep...
* Install [#k6ce1309]
** Linux [#n0c1d89b]
*** loaddap [#i40a2778]
- require
-- [[libcurl:http://curl.haxx.se/]]
-- libxml2 (Ubuntuのlibxml-*-devのパッケージを利用)
//
+ Install [[libcurl:http://curl.haxx.se/]]
./configure
make
make test
> 最後の方にテストの結果が表示される
> TESTDONE: 428 tests out of 428 reported OK: 100%
> TESTDONE: 543 tests were considered during 212 seconds.
make install
+ Install [[libdap:http://www.opendap.org/download/libdap...
./configure
make
make check (optional, DejaGNU is required)
make install
+ loaddap (R2008bで動作確認, 2009a,bは×)
./configure --prefix=/usr/local/loaddap
make
make install
+ [[Matlab OPeNDAP Ocean Toolbox:http://www.oceanographic...
-- unzipして,matlabのpathを通すだけ
+ [[DapperM - A Matlab interface to Dapper:http://www.epi...
-- 適当な場所にDapperMのdirectoryをおく.
-- $matlabroot/toolbox/local/classpath.txtを編集する.
--- $matlabroot/toolbox/DapperM/DapperM.jar
-- DapperM/dappermdpr_imports.mを編集
--- System.setProperty('ndedit.support.dir','/Application...
-- matlabにDapperM/dapperm のパスを通す
-- 確認
--- dpr_gui" to open the DapperM
*** Windows [#u1175cf4]
- [[The Matlab Structs Tool:http://www.opendap.org/downlo...
- C:\opendap\bin, C:\opendap\dll等にパスを通す(デフォル...
- C:\opendap\loaddapをMATLABのpathに追加
これで終わり
** インストール後のテスト [#aa9fac49]
テストコマンド
x = loaddap('-A', 'http://test.opendap.org/opendap/data/...
正常なリターン
x =
SST: [1x1 struct]
AIRT: [1x1 struct]
UWND: [1x1 struct]
VWND: [1x1 struct]
Global_Attributes: [1x1 struct]
*** Trouble shooting [#x6d11e28]
以下のようなエラーが出る場合がある.
/usr/local/bin/writedap: /usr/local/matlab_2008b/sys/os/...
- /usr/local/matlab_2008b/sys/os/glnxa64/の以下のファイル...
-- libstdc++.so.6
-- libdap.so.9
** Proxy [#k8282540]
OPeNDAPでproxyを通す設定
- http://opendap.org/user/guide-html/guide_72.html
*** Linux [#w8d8f1f1]
(TBA)
*** Windows [#v2e9a16b]
環境変数で定義
- 変数名
-- http_proxy
- 変数値
-- 例)http://proxy.kuins.net:8080/
* Available Ocean and Atmospheric data [#ad5f123c]
- [[NOAA National Operational Model Archive & Distributio...
- [[NASA Estimating the Circulation and Climate of the Oc...
- [[京大生存研大気データベース:http://database.rish.kyoto...
* Link [#s3281202]
- [[OPeNDAP Manual:http://opendap.org/user/guide-html/gui...
終了行:
* Outline [#j6922f17]
海洋や気象を対象に,気温や風速など様々な科学データをネッ...
Open-source Project for a Network Data Access Protocolの...
Netcdfが使える環境であることが必要.
- [[OPeNDAP:http://opendap.org/]]
- [[OPeNDAP Manual:http://opendap.org/user/guide-html/gui...
* OPeNDAP for Matlab [#ifdef8bf]
必要なファイル
- 一般
-- loaddap (matlab2009a,bでは動かない)
- Linuxのみ
-- libdap and libxml2 library
*** Toolbox [#la796c72]
- Matlab用のloaddap
-- [[The Matlab Structs Tool:http://www.opendap.org/downl...
- Matlab用のOPeNDAP
-- [[Matlab OPeNDAP Ocean Toolbox:http://www.oceanographi...
- OPeNDAP GUI
-- [[DapperM - A Matlab interface to Dapper:http://www.ep...
* Install [#k6ce1309]
** Linux [#n0c1d89b]
*** loaddap [#i40a2778]
- require
-- [[libcurl:http://curl.haxx.se/]]
-- libxml2 (Ubuntuのlibxml-*-devのパッケージを利用)
//
+ Install [[libcurl:http://curl.haxx.se/]]
./configure
make
make test
> 最後の方にテストの結果が表示される
> TESTDONE: 428 tests out of 428 reported OK: 100%
> TESTDONE: 543 tests were considered during 212 seconds.
make install
+ Install [[libdap:http://www.opendap.org/download/libdap...
./configure
make
make check (optional, DejaGNU is required)
make install
+ loaddap (R2008bで動作確認, 2009a,bは×)
./configure --prefix=/usr/local/loaddap
make
make install
+ [[Matlab OPeNDAP Ocean Toolbox:http://www.oceanographic...
-- unzipして,matlabのpathを通すだけ
+ [[DapperM - A Matlab interface to Dapper:http://www.epi...
-- 適当な場所にDapperMのdirectoryをおく.
-- $matlabroot/toolbox/local/classpath.txtを編集する.
--- $matlabroot/toolbox/DapperM/DapperM.jar
-- DapperM/dappermdpr_imports.mを編集
--- System.setProperty('ndedit.support.dir','/Application...
-- matlabにDapperM/dapperm のパスを通す
-- 確認
--- dpr_gui" to open the DapperM
*** Windows [#u1175cf4]
- [[The Matlab Structs Tool:http://www.opendap.org/downlo...
- C:\opendap\bin, C:\opendap\dll等にパスを通す(デフォル...
- C:\opendap\loaddapをMATLABのpathに追加
これで終わり
** インストール後のテスト [#aa9fac49]
テストコマンド
x = loaddap('-A', 'http://test.opendap.org/opendap/data/...
正常なリターン
x =
SST: [1x1 struct]
AIRT: [1x1 struct]
UWND: [1x1 struct]
VWND: [1x1 struct]
Global_Attributes: [1x1 struct]
*** Trouble shooting [#x6d11e28]
以下のようなエラーが出る場合がある.
/usr/local/bin/writedap: /usr/local/matlab_2008b/sys/os/...
- /usr/local/matlab_2008b/sys/os/glnxa64/の以下のファイル...
-- libstdc++.so.6
-- libdap.so.9
** Proxy [#k8282540]
OPeNDAPでproxyを通す設定
- http://opendap.org/user/guide-html/guide_72.html
*** Linux [#w8d8f1f1]
(TBA)
*** Windows [#v2e9a16b]
環境変数で定義
- 変数名
-- http_proxy
- 変数値
-- 例)http://proxy.kuins.net:8080/
* Available Ocean and Atmospheric data [#ad5f123c]
- [[NOAA National Operational Model Archive & Distributio...
- [[NASA Estimating the Circulation and Climate of the Oc...
- [[京大生存研大気データベース:http://database.rish.kyoto...
* Link [#s3281202]
- [[OPeNDAP Manual:http://opendap.org/user/guide-html/gui...
ページ名:
MENU
INTRODUCTION
RESEARCH
EDUCATION
MEMO
COMPUTER
RESEARCH
ETC
LINK
最新の5件
2026-01-14
Publications/Journal Papers
2026-01-09
Introduction/CV in English
Introduction/CV in Japanese
2026-01-04
Publications/講演・セミナー等
2026-01-03
Review Papers
カスタム検索
Counter
Total : 0
Today : 0
Yesterday : 0
Edit Menu
[
新規
] [
ヘルプ
]
Site Search
AND
OR