Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links and tag version #1276

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/examples/ex029/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

示例中使用到的数据包括:

- :file:`@earth_relief_06m`::doc:`/dataset/earth-relief`
- :file:`@earth_day_06m`::doc:`/dataset/earth-images`
- :file:`@earth_relief_06m`:`earth_relief <https://www.generic-mapping-tools.org/remote-datasets/earth-relief.html>`__
- :file:`@earth_day_06m`:`earth_day & earth_night <https://www.generic-mapping-tools.org/remote-datasets/earth-daynight.html>`__
- :file:`CN-faults.gmt`::doc:`/dataset-CN/CN-faults`

下面的绘图脚本将三维地形、卫星图片以及断层线绘制在不同高度:
Expand Down
2 changes: 1 addition & 1 deletion source/module/gpsgridder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ Sandwell, D. T. and P. Wessel, 2016, Interpolation of 2-D Vector Data Using Cons
相关模块
--------

:doc:`greenspline`
:doc:`gmt:greenspline`
:doc:`nearneighbor`
:doc:`surface`
3 changes: 2 additions & 1 deletion source/module/grdlandmask.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ earth_mask 远程数据

用 **grdlandmask** 模块生成高分辨率、全精度的掩膜数据会非常耗时。
GMT官方提供了计算好的掩膜数据供用户直接使用。该数据分不同的分辨率,从15秒到1度不等。
详情见 :doc:`/dataset/earth-mask`。
详情见
`earth_mask <https://www.generic-mapping-tools.org/remote-datasets/earth-mask.html>`__ 。

示例
----
Expand Down
6 changes: 3 additions & 3 deletions source/module/mapproject.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ mapproject

**-F**\ [**e**\|\ **f**\|\ **k**\|\ **M**\|\ **n**\|\ **u**\|\ **c**\|\ **i**\|\ **p**]
强制使用 1:1 比例尺,即输出数据(或输入,参见 |-I| )为真实投影下的米数。
如果要指定其他单位,请附加所需的单位(请参阅 :doc:`/basis/units` )。如果没有 **-F** ,
如果要指定其他单位,请附加所需的单位(请参阅 :doc:`/basis/unit` )。如果没有 **-F** ,
则输出(或输入,请参见 |-I| )使用 :term:`PROJ_LENGTH_UNIT` 指定的单位(参见 |-D| )。

.. _-G:

**-G**\ [*lon0*/*lat0*][**+a**][**+i**][**+u**\ *unit*][**+v**]
计算沿某轨迹的距离,或到某固定点 *lon0*/*lat0* 的距离。在距离后可通过 **+u**
指定单位及距离计算方式,参见 :doc:`/basis/units` ,默认使用大圆距离。
指定单位及距离计算方式,参见 :doc:`/basis/unit` ,默认使用大圆距离。
例如,其中 *unit* 也可使用如下字符,**c** 表示使用输入坐标的笛卡尔距离,**C**
表示使用投影坐标的笛卡尔距离,**C** 需要设置 |-R| 和 |-J| 。如果没有给出
固定点,将计算沿输入点定义的轨迹的累积距离,指定 **+a** 也表示计算累积距离;
Expand All @@ -150,7 +150,7 @@ mapproject

**-L**\ *table*\ [**+p**][**+u**\ *unit*\|\ *c*\|\ *C*]
获取输入点到 *table* 中的线的最短距离。距离和最近点的坐标将追加到输出的最后三列。
追加 **+u** 可指定距离的单位和距离计算方式,见 :doc:`/basis/units` ,默认使用大圆距离。
追加 **+u** 可指定距离的单位和距离计算方式,见 :doc:`/basis/unit` ,默认使用大圆距离。
例如,其中 *unit* 也可使用如下字符,**c** 表示使用输入坐标的笛卡尔距离,**C**
表示使用投影坐标的笛卡尔距离,**C** 需要设置 |-R| 和 |-J| 。
追加 **+p** 选项可以报告线段 ID 和最近点编号,而不是最近点的坐标。
Expand Down
3 changes: 2 additions & 1 deletion source/tutorial/earth-relief.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ GMT 用户可以通过给定文件名 :file:`@earth_relief_xxx` 的方式来指
GMT 会自动从服务器下载该数据并保存到本地的 GMT 数据目录中,当以后再使用该文件时,
则直接读取本地文件,而无需重新下载该数据。

关于全球地形起伏数据的详细介绍见 :doc:`/dataset/earth-relief`。
关于全球地形起伏数据的详细介绍见
`earth-relief <https://www.generic-mapping-tools.org/remote-datasets/earth-relief.html>`__ 。

绘制全球地形起伏图
------------------
Expand Down