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
附录
其他
x2sys_put
- 贡献者
- 官方文档
- 简介
从已有的网格索引列表更新 TAG 轨迹数据库
x2sys_put 接受一个由 x2sys_binlist 创建的轨迹网格索引文件(tbf),并把索引文件中包含的信息更新到 TAG 数据库。 -F 选项可以使用给定的 tbf 覆盖 TAG 数据库中已经存在的轨迹的旧信息。 -D 选项可用于删除 TAG 数据库中的某些轨迹。被更新的数据的 TAG 必须和编码在 tbf 文件中的 TAG 一致。查询数据库中的轨迹,可以使用 x2sys_get 。
语法
gmt x2sys_put [ info.tbf ]
- info.tbf
轨迹索引文件名,如果不指定,将从通过标准输入获取
- -TTAG
指定 x2sys TAG,参见 x2sys_init
可选选项
- -D
在 TAG 数据库中删除给定的轨迹索引文件中所有的轨迹 [默认为添加作为新的轨迹]
- -F
用在轨迹索引文件中存在的轨迹信息替换 TAG 数据库已经存在的旧信息 [默认不替换]
- -V[level] (more …)
设置 verbose 等级 [w]
- -^ 或 -
显示简短的帮助信息,包括模块简介和基本语法信息(Windows下只能使用 -)
- -+ 或 +
显示帮助信息,包括模块简介、基本语法以及模块特有选项的说明
- -? 或无参数
显示完整的帮助信息,包括模块简介、基本语法以及所有选项的说明
- --PAR=value
临时修改GMT参数的值,可重复多次使用。参数列表见 配置参数
示例
将储存在 latest.tbf
中的轨迹信息添加到以 MGD77 为 TAG 的轨迹数据中,并且替换已经存在的轨迹的信息:
gmt x2sys_put latest.tbf -F -V -TMGD77
x2sys 数据库
x2sys_put 添加新的信息到 x2sys TAG 数据库。这个过程涉及到两个文件,第一个文件包含所有的轨迹的列表,为 ASCII 格式,命名为 TAG_tracks.d;第二个文件的名字为 TAG_index.b,是一个二进制文件,其中包含哪条轨迹经过哪些网格等信息,在经过该网格时,有哪些观测量。网格是由 x2sys_init 模块在 TAG 初始化时,使用
x2sys_binlist, x2sys_datalist, x2sys_get, x2sys_list, x2sys_init, x2sys_report, x2sys_solve, x2sys_cross, x2sys_merge
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论