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
附录
其他
rose
- 官方文档
- 简介
绘制极坐标下的直方图(sector图、rose图或windrose图)
可选选项
- table
输入文件,数据格式为:
length azimuth
若输入文件中只有azimuth一列数据,则此时需要使用 -i0 选项,此时所有的长度都默认为单位长度。
- -A[r]sector_width
指定扇页宽度,单位为度
默认扇页宽度为0,即windrose图
若扇页宽度不为0,则表示绘制sector图
若扇页宽度不为0且使用了 -Ar,则表示绘制rose图
- -B
此模块中,X表示径向距离,Y表示方位角。Y轴的标签是图片的标题,比例尺长度由径向网格间隔决定。
-Cm[+w]<mode_file>
绘制矢量以显示
<mode_file>
中指定的主方向。使用
-Cm
则计算并绘制平均方向。使用-Cm+w<mode_file>
则将计算得到的平均方向及其他统计结果以如下格式保存到文件中:mean_az, mean_r, mean_resultant, max_r, scaled_mean_r, length_sum, n, sign@alpha
其中最后一项可以取0或1,取决于平均结果是否significant at the level of confidence set via -Q.
- -D
对扇页对偏移,使得其位于每个间隔的中间,即第一个扇页的中心在0度处
- -F
不绘制scale length bar,默认会在右下角绘制
- -Gfill
绘制扇页的填充色
- -I
不绘制图形,只计算
-R
选项所需要的参数。以下统计信息会输出到标准输出:
n, mean az, mean r, mean resultant length, max bin sum, scaled mean, linear length sum
-L[<wlabel>,<elabel>,<slabel>,<nlabel>]
指定0、90、180、270度处的标签。
对于full-circle图而言,默认值为
WEST,EAST,SOUTH,NORTH
对于half-circle图而言,默认值为
90W,90E,-,0
,其中-
表示不显示标签只使用
-L
但无其他参数表示不显示所有标签
-M<parameters>
与
-C
选项一起使用以修改矢量的属性。具体属性见 矢量/箭头 一节-Q[<alpha>]
设置置信水平,用于决定平均结果是否显著,默认值为 0.05。
注意:临界值是近似结果且需要至少10个数据点;the critical resultants are accurate to at least 3 significant digits. 对于更小的数据集,需要查询准确的统计表。
-R<r0>/<r1>/<az_0>/<az_1>
指定绘图的半径和方位角范围。
r0
取 0r1
取最大长度方位角范围取
-90/90
或0/180
以绘制half circle plot方位角范围取
0/360
以绘制 full circle
-S[n]<plot_radius>[u]
指定圆的半径。
-Sn
会将输入的半径归一化到0到1。- -T
指定输入数据为 orientation 数据(即数据范围在0-180度范围内)而不是0-360度范围的direction数据。We compensate by counting each record twice: First as azimuth and second as azimuth + 180. Ignored if range is given as -90/90 or 0/180.
-W[v]<pen>
设置扇区边框的画笔属性。
-Wv<pen>
可用于设置绘制矢量时所需的画笔属性。-Zu|<scale>
将数据的半径乘以
<scale>
,比如-Z0.001
会将数据的单位从m变成km。若不考虑半径,可以通过
-Zu
将所有的半径设置为单位长度。- -:
输入数据为
azimuth, radus
而不是radius, azimuth
- -U[label][+c][+jjust][+odx/dy] (more …)
在图上绘制GMT时间戳logo
- -t[transp] (more …)
设置图层透明度(百分比)。取值范围为0(不透明)到100(全透明)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论