Computer/OpenSource/GMT
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[Computer/OpenSource]]
*GMT [#h310f0ab]
**インストール [#qe239cfa]
***OS X 10.11 (El Capitan) [#l72ec287]
-hdf5
--$ ./configure --prefix=/usr/local/hdf5 --enable-static
-netcdf
--$ ./configure --prefix=/usr/local/netcdf --enable-netcd...
-GMT 4.5.13
--$ ./configure --prefix=/usr/local/gmt4 --enable-eps
--$ make
--$ sudo make install-gmt
--$ sudo make install-data
--$ sudo make install-man
--$ sudo make install-doc
--$ tar xjf gshhs-2.2.0.tar.bz2
--$ cd share
--$ sudo cp -r coast /usr/local/gmt4/share/
**活用例 [#aeb3bd76]
-[[鉄道路線図>Computer/OpenSource/GMT/train]]
**インストール [#p874caf9]
***日本語化(Mac OS X) [#d4f1b968]
環境は以下の通り.
-Mac OS X 10.7.3 Lion
-GMT 4.5.7
-[[Ghostscript 7.07:http://www2.kumagaku.ac.jp/teacher/he...
フォントの設定をすればGMTでも日本語を扱うことができる.以...
HiraKakuPro-W3-EUC-H 0.700 1
HiraKakuPro-W3-EUC-V 0.700 1
HiraKakuPro-W6-EUC-H 0.700 1
HiraKakuPro-W6-EUC-V 0.700 1
HiraKakuProN-W3-EUC-H 0.700 1
HiraKakuProN-W3-EUC-V 0.700 1
HiraKakuProN-W6-EUC-H 0.700 1
HiraKakuProN-W6-EUC-V 0.700 1
HiraKakuStd-W8-EUC-H 0.700 1
HiraKakuStd-W8-EUC-V 0.700 1
HiraKakuStdN-W8-EUC-H 0.700 1
HiraKakuStdN-W8-EUC-V 0.700 1
HiraMaruPro-W4-EUC-H 0.700 1
HiraMaruPro-W4-EUC-V 0.700 1
HiraMaruProN-W4-EUC-H 0.700 1
HiraMaruProN-W4-EUC-V 0.700 1
HiraMinPro-W3-EUC-H 0.700 1
HiraMinPro-W3-EUC-V 0.700 1
HiraMinPro-W6-EUC-H 0.700 1
HiraMinPro-W6-EUC-V 0.700 1
HiraMinProN-W3-EUC-H 0.700 1
HiraMinProN-W3-EUC-V 0.700 1
HiraMinProN-W6-EUC-H 0.700 1
HiraMinProN-W6-EUC-V 0.700 1
このファイルを作成したあと,
$ pstext -L
とするとフォントの一覧が得られるので,たとえばヒラギノ角...
35 HiraKakuPro-W3-EUC-H
のような行を探す.フォント番号は35となる.この場合pstext...
**使い方 [#fac3e50d]
***pscoast [#sd6bb8db]
-D
f - full resolution
h - high resolution
i - intermediate resolution
l - low resolution [Default]
c - crude resolution
-P Portrait
***psxy, pstext [#z8b6e014]
点とテキストが重なってしまう場合は,pstext の -D オプショ...
***psxy [#z2ab7ce9]
-http://www.geocities.jp/ne_o_t/GMT-USE/use-medium/gmt-me...
***パターン [#v27a05c4]
多くの描画コマンドが共通に持っているオプション.
-Gp'''dpi'''/'''pattern'''
***grdcontour [#a829a079]
-グリッドファイルの作り方.
--http://www.nda.ac.jp/cc/users/iwase/OLD/COMP/gmt2.html
***PDFにしてLaTeXで張り込む [#jc825dea]
Ghostscriptの提供するps2pdfコマンドで描画サイズと同じ大き...
$ epstopdf map.eps
$ extractbb map.pdf
\documentclass{jsarticle}
\usepackage[dvipdfm]{graphicx}
\begin{document}
\begin{figure}
\centering
\includegraphics[width=.8\textwidth,clip]{map.pdf}
\caption{caption_for_map}
\end{figure}
\end{document}
epstopdfでPDFにするときに,バージョンを指定したい場合は次...
$ epstopdf --gsopt -dCompatibilityLevel=1.4 map.eps
**インストール [#deba106f]
-ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/
**参考 [#me334564]
-[[MacWiki - GMT:http://macwiki.sourceforge.jp/wiki/index...
-[[GMT_setup (hysk):http://www.u.tsukuba.ac.jp/~hayasaki....
-[[GMT (ver. 4.4) yoiyoi guide:http://staff.aist.go.jp/h....
-[[GMT備忘録:http://www5.plala.or.jp/kashima/gmt/gmt.html]]
-[[パソコン関連 2009 〜GMT - KDO の野鳥ときどきパソコンの...
-pstext のオフセットオプション
--http://homepage1.nifty.com/~kdo/gmt13_pstext.html
-パターン
--http://home.kanto-gakuin.ac.jp/~nmaeda/gmtpk/index.php?...
-市町村境界と道路
--http://www.geocities.jp/ne_o_t/GMT-USE/use-medium/gmt-m...
-アメダスデータの描画
--http://www.geocities.jp/ne_o_t/GMT-USE/use-medium/gmt-m...
-pscontour, surface . . .
-Samples
--http://www-seis.planet.sci.kobe-u.ac.jp/~kakehi/GMT/
GMT 5.0以降.
-https://www.mk-mode.com/blog/2020/01/29/debian-10-gmt-in...
-https://www.kobiwa.net/gmt/2_coast.shtml
終了行:
[[Computer/OpenSource]]
*GMT [#h310f0ab]
**インストール [#qe239cfa]
***OS X 10.11 (El Capitan) [#l72ec287]
-hdf5
--$ ./configure --prefix=/usr/local/hdf5 --enable-static
-netcdf
--$ ./configure --prefix=/usr/local/netcdf --enable-netcd...
-GMT 4.5.13
--$ ./configure --prefix=/usr/local/gmt4 --enable-eps
--$ make
--$ sudo make install-gmt
--$ sudo make install-data
--$ sudo make install-man
--$ sudo make install-doc
--$ tar xjf gshhs-2.2.0.tar.bz2
--$ cd share
--$ sudo cp -r coast /usr/local/gmt4/share/
**活用例 [#aeb3bd76]
-[[鉄道路線図>Computer/OpenSource/GMT/train]]
**インストール [#p874caf9]
***日本語化(Mac OS X) [#d4f1b968]
環境は以下の通り.
-Mac OS X 10.7.3 Lion
-GMT 4.5.7
-[[Ghostscript 7.07:http://www2.kumagaku.ac.jp/teacher/he...
フォントの設定をすればGMTでも日本語を扱うことができる.以...
HiraKakuPro-W3-EUC-H 0.700 1
HiraKakuPro-W3-EUC-V 0.700 1
HiraKakuPro-W6-EUC-H 0.700 1
HiraKakuPro-W6-EUC-V 0.700 1
HiraKakuProN-W3-EUC-H 0.700 1
HiraKakuProN-W3-EUC-V 0.700 1
HiraKakuProN-W6-EUC-H 0.700 1
HiraKakuProN-W6-EUC-V 0.700 1
HiraKakuStd-W8-EUC-H 0.700 1
HiraKakuStd-W8-EUC-V 0.700 1
HiraKakuStdN-W8-EUC-H 0.700 1
HiraKakuStdN-W8-EUC-V 0.700 1
HiraMaruPro-W4-EUC-H 0.700 1
HiraMaruPro-W4-EUC-V 0.700 1
HiraMaruProN-W4-EUC-H 0.700 1
HiraMaruProN-W4-EUC-V 0.700 1
HiraMinPro-W3-EUC-H 0.700 1
HiraMinPro-W3-EUC-V 0.700 1
HiraMinPro-W6-EUC-H 0.700 1
HiraMinPro-W6-EUC-V 0.700 1
HiraMinProN-W3-EUC-H 0.700 1
HiraMinProN-W3-EUC-V 0.700 1
HiraMinProN-W6-EUC-H 0.700 1
HiraMinProN-W6-EUC-V 0.700 1
このファイルを作成したあと,
$ pstext -L
とするとフォントの一覧が得られるので,たとえばヒラギノ角...
35 HiraKakuPro-W3-EUC-H
のような行を探す.フォント番号は35となる.この場合pstext...
**使い方 [#fac3e50d]
***pscoast [#sd6bb8db]
-D
f - full resolution
h - high resolution
i - intermediate resolution
l - low resolution [Default]
c - crude resolution
-P Portrait
***psxy, pstext [#z8b6e014]
点とテキストが重なってしまう場合は,pstext の -D オプショ...
***psxy [#z2ab7ce9]
-http://www.geocities.jp/ne_o_t/GMT-USE/use-medium/gmt-me...
***パターン [#v27a05c4]
多くの描画コマンドが共通に持っているオプション.
-Gp'''dpi'''/'''pattern'''
***grdcontour [#a829a079]
-グリッドファイルの作り方.
--http://www.nda.ac.jp/cc/users/iwase/OLD/COMP/gmt2.html
***PDFにしてLaTeXで張り込む [#jc825dea]
Ghostscriptの提供するps2pdfコマンドで描画サイズと同じ大き...
$ epstopdf map.eps
$ extractbb map.pdf
\documentclass{jsarticle}
\usepackage[dvipdfm]{graphicx}
\begin{document}
\begin{figure}
\centering
\includegraphics[width=.8\textwidth,clip]{map.pdf}
\caption{caption_for_map}
\end{figure}
\end{document}
epstopdfでPDFにするときに,バージョンを指定したい場合は次...
$ epstopdf --gsopt -dCompatibilityLevel=1.4 map.eps
**インストール [#deba106f]
-ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/
**参考 [#me334564]
-[[MacWiki - GMT:http://macwiki.sourceforge.jp/wiki/index...
-[[GMT_setup (hysk):http://www.u.tsukuba.ac.jp/~hayasaki....
-[[GMT (ver. 4.4) yoiyoi guide:http://staff.aist.go.jp/h....
-[[GMT備忘録:http://www5.plala.or.jp/kashima/gmt/gmt.html]]
-[[パソコン関連 2009 〜GMT - KDO の野鳥ときどきパソコンの...
-pstext のオフセットオプション
--http://homepage1.nifty.com/~kdo/gmt13_pstext.html
-パターン
--http://home.kanto-gakuin.ac.jp/~nmaeda/gmtpk/index.php?...
-市町村境界と道路
--http://www.geocities.jp/ne_o_t/GMT-USE/use-medium/gmt-m...
-アメダスデータの描画
--http://www.geocities.jp/ne_o_t/GMT-USE/use-medium/gmt-m...
-pscontour, surface . . .
-Samples
--http://www-seis.planet.sci.kobe-u.ac.jp/~kakehi/GMT/
GMT 5.0以降.
-https://www.mk-mode.com/blog/2020/01/29/debian-10-gmt-in...
-https://www.kobiwa.net/gmt/2_coast.shtml
ページ名: