GMT 入门
GMT 实例
GMT 进阶
- 基础知识
- 表数据
- 网格文件
- 颜色表 CPT
- 标准选项
- 地图投影
- -JX: Linear, logarithmic, power, and time
- -JP: Polar/Cylindrical
- -JA: Lambert azimuthal equal area
- -JB: Albers conic equal area
- -JC: Cassini cylindrical
- -JCyl_stere: Cylindrical stereographic
- -JD: Equidistant conic
- -JE: Azimuthal equidistant
- -JF: Azimuthal gnomonic
- -JG: Azimuthal orthographic/General perspective
- -JH: Hammer equal area
- -JI: Sinusoidal equal area
- -JJ: Miller cylindrical
- -JK: Eckert equal area
- -JL: Lambert conic conformal
- -JM: Mercator cylindrical
- -JN: Robinson
- -JO: Oblique Mercator
- -JPoly: (American) polyconic
- -JQ: Equidistant cylindrical
- -JR: Winkel Tripel
- -JS: General stereographic
- -JT: Transverse Mercator
- -JU: Universal Transverse Mercator (UTM)
- -JV: Van der Grinten
- -JW: Mollweide
- -JY: Cylindrical equal area
- 配置参数
- 地学数据集
- 中国地理空间数据集
- 中文支持
- API
- 模块手册
- basemap
- begin
- clear
- clip
- coast
- colorbar
- contour
- coupe
- end
- figure
- filter1d
- fitcircle
- gmt
- gmt-config
- gmtbinstats
- gmtconnect
- gmtdefaults
- gmtget
- gmtinfo
- gmtlogo
- gmtmath
- gmtselect
- gmtset
- gmtsimplify
- gmtspatial
- gmtsplit
- gmtvector
- gmtwhich
- grd2cpt
- grd2xyz
- grdblend
- grdclip
- grdcontour
- grdconvert
- grdcut
- grdedit
- grdfill
- grdimage
- grdinfo
- grdlandmask
- grdmask
- grdmath
- grdpaste
- grdproject
- grdsample
- grdtrack
- grdtrend
- grdvector
- grdview
- grdvolume
- gshhg
- histogram
- image
- img2google
- img2grd
- kml2gmt
- makecpt
- mapproject
- mask
- meca
- nearneighbor
- plot
- polar
- project
- psconvert
- rose
- sac
- sample1d
- solar
- spectrum1d
- sph2grd
- sphdistance
- sphinterpolate
- sphtriangulate
- surface
- ternary
- text
- triangiulate
- velo
- wiggle
- x2sys_binlist
- x2sys_cross
- x2sys_datalist
- x2sys_get
- x2sys_init
- x2sys_list
- x2sys_merge
- x2sys_put
- x2sys_report
- x2sys_solve
- xyz2grd
- mgd77manage
- mgd77convert
- mgd77header
- mgd77info
- mgd77list
- mgd77magref
- mgd77path
- mgd77sniffer
- mgd77track
- legend
- docs
- subplot
- inset
附录
其他
gmt
- 官方文档
- 说明
GMT主程序
GMT的数据处理和绘图功能均通过使用 gmt 调用相应模块来实现,其基本语法为:
gmt module module-options
其中 module 是GMT模块名,module-options 是模块所支持的选项。
除了调用模块外,GMT还有自己的一些选项可以使用:
gmt --help:列出GMT提供的所有模块名及其功能
gmt --new-script[=L]:生成现代模式模板脚本。默认会根据当前Shell环境确定脚本语言,用户也可以自行指定脚本语言 L (可以取 bash、csh或 batch)
gmt --show-bindir:显示GMT的bin目录
gmt --show-citation:显示GMT的参考文献引用信息
gmt --show-cores:显示当前计算机可以使用的核数
gmt --show-datadir:显示GMT的数据目录,默认为空
gmt --show-dataserver:显示GMT远程数据服务器的网址
gmt --show-doi:显示当前版本的DOI
gmt --show-library:显示GMT共享库文件的路径
gmt --show-modules:列出GMT的所有模块名
gmt --show-plugindir:显示GMT的插件目录
gmt --show-sharedir:显示GMT的share目录
gmt --version:显示GMT版本
gmt module =:检测模块 module 是否存在,若存在则返回0,否则返回非零值
示例
使用 gmt --new-script 会根据用户当前使用的SHELL环境生成对应的模板脚本。例如,在Bash环境下可以使用如下命令生成模板脚本:
gmt --new-script > plot.sh
在Windows DOS下默认会生成 batch脚本。可以直接指定要生成某种脚本语言的模板:
gmt --new-script=bash > plot.sh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论