Skip to content

OSGEO

  • https://ftp.osuosl.org/pub/osgeo/download/

GMT

  • https://github.com/GenericMappingTools/gmt
  • https://github.com/GenericMappingTools/pygmt
  • https://gmt-china.org/
conda create -y -n gmt
conda activate gmt
conda install gmt graphicsmagick ffmpeg
# 查看gmt版本
gmt --version
# 更新gmt
conda update gmt

GMT & VSCodium

  • https://github.com/formulahendry/vscode-code-runner

    • https://gmt-china.org/blog/vscode-usage/

    勾选code-runner.fileDirectoryAsCwdcode-runner.runInTerminalcode-runner.saveAllFilesBeforeRun三个选项。

    使用.sh作为在linux系统使用gmt的文件后缀,并在文件开头写入export GMT_SESSION_NAME=$$,之后使用Code Runner运行,第一次弹出Bash并出现错误,需进入环境conda activate gmt再次运行

  • https://github.com/tomoki1207/vscode-pdfviewer

More

  • https://github.com/Unidata/MetPy