Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZMAlt committed Jun 9, 2023
1 parent e854de3 commit 3775d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/examples/ex008/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GMT 的 :doc:`source/module/gmtspatial` 通过调用 `Geos 库<https://libgeos.o
gmt end show

对于复杂的多边形,生成的缓冲区可能存在一些问题,以下图为例,生成的缓冲中有许多异常点,
用户可手动编辑生成的 :file:`tw_buffer.geo` 中位于文件尾部的异常点,再绘图或进行其他分析。
用户可手动删除生成的 ``tw_buffer.geo`` 中位于文件尾部的异常点,再绘图或进行其他分析。
还需要注意的是,缓冲区生成算法是基于笛卡尔坐标实现的,因此会将输入的地理坐标假定为笛卡尔
坐标,这在使用地理坐标时,通常是不合适的。正常的做法是,先将多边形坐标投影,然后计算
缓冲区,最后再将缓冲区做投影逆变换得到地理坐标,其中的投影变换或逆变换可通过
Expand Down

0 comments on commit 3775d3c

Please sign in to comment.