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
附录
其他
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
image
- 官方文档
- 简介
将图片或EPS文件放在图上
image 模块可以读取EPS文件或任意一个光栅图片文件,并将其画在图上。
该模块的几个主要用途:
将多张图合并到一张图上
将自己单位的 logo 放在 GMT 生成的图上
将一般图片放在图上
必须选项
- imagefile
EPS文件或其他光栅图片格式(GIF、PNG等)的文件
EPS文件必须包含合适的BoundingBox
光栅文件的颜色深度可以是1、8、24、32位
光栅文件是通过GDAL读入的,若安装GMT时未配置GDAL,则该命令只支持EPS文件
可选选项
- -D[g|j|J|n|x]refpoint+rdpi+w[-]width[/height][+jjustify][+nnx[/ny] ][+odx[/dy]]
指定图片的尺寸和位置
简单介绍各子选项的含义,详情见 修饰物
g|j|J|n|x]refpoint指定地图上的参考点
+jjustify 指定logo上的锚点(默认锚点为logo的左下角(BL))
+odx/dy 在参考点的基础上设置图片的额外偏移量
+rdpi 指定图片的DPI以间接指定图片的尺寸
+w[-]width[/height] 直接指定图片的尺寸。若未给定 height 则按照 width 以及原图的横纵比进行缩放;若 width 为负值,则使用其绝对值作为宽度,并使用PS的图片操作符将图片插值到设备的分辨率
+nnx[/ny] 使图片在水平方向重复 nx 次,垂直方向重复 ny 次。若省略 ny 则默认其与 nx 相等 [默认值为 1/1]
- -F[+cclearances][+gfill][+i[[gap/]pen]][+p[pen]][+r[radius]][+s[[dx/dy/][shade]]]
控制图片的背景面板属性
若只使用
-G 和
绘制GMT示例图片 needle.jpg,其宽度为7厘米:
gmt image @needle.jpg -Dx0/0+w7c -pdf plot
绘制相同的文件,但是反转其RGB带:
gmt image @needle.jpg+b2,1,0 -Dx0/0+w7c -pdf plot
相同的文件,只绘制其红色带,但以灰度方式绘制:
gmt image @needle.jpg+b0 -Dx0/0+w7c -pdf plot
绘制EPS文件:
gmt image @gallo.eps -Dx2i/1i+jTR+w3i -png image
以一个1-bit光栅图片为模板,设其背景色为darkgray、前景色为yellow,并设置重复6x12次,宽度为2.5厘米:
gmt image @vader1.png -Gdarkgray+b -Gyellow+f -Dx0/0+w2.5c+n6/12 -pdf image
相关模块
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论