#author("2021-02-08T20:07:00+09:00","default:Miyashita","Miyashita")
#author("2021-02-13T16:20:16+09:00","default:Miyashita","Miyashita")
* GMT 追加パッケージ [#da6fb9f5]
有料の追加パッケージがある.便利ツールにGMT 用にフォーマットが整理された詳細なデータが含まれる.~
詳細は [[The GMT Companion Software CD-R>https://www.geoware-online.com/gmtcomp.html]] を参照.購入は [[Geoware GMT Companion Product List
>http://www.geoware-online.com/products.html]] から.~
詳細は [[The GMT Companion Software CD-R>https://www.geoware-online.com/gmtcomp.html]] を参照.購入は [[Geoware GMT Companion Product List>http://www.geoware-online.com/products.html]] から.~
~
** GMT Data Companion [#f365bc7a]
インストールは基本的には readme に従うだけ.
#codeprettify{{
cd /path/to/installdir
cp /Volumes/GEOWARE/TOOLS/GEO_COMP.TBZ .
tar xjvf GEO_COMP.TBZ
./configure
make
make install
}}
でコマンドがインストールされる.~
インストールした場所でパスを通した後に
#codeprettify{{
sh install.sh 
}}
をすればデータの展開が実行できる.
~
インストール後は .bashrc で
#codeprettify{{
export GMT_GRIDDIR=/home/miyashita/geoware/DATA/grids
export GMT_IMGDIR=/home/miyashita/geoware/DATA/img
export GMT_DATADIR=/home/miyashita/geoware/DATA/misc
}}
のように環境変数を設定する.

** GMT SRTM Data Companion [#bef6050a]
基本的には
#codeprettify{{
sh install.sh 
}}
を行えば良いが,なぜか自分の環境ではファイル名の小文字と大文字が合致せず失敗したので
#codeprettify{{
data
data/srtm
data/swbd
*.bz2
*.zip
}}
のディレクトリ・ファイルを全て大文字に一括変換してから実行した.

Front page   Edit Diff Attach Copy Rename Reload   New List of pages Search Recent changes   Help   RSS of recent changes