数据来源
- 原始数据:https://blog.seisman.info/global-relief-models/
- GMT初步整合版:https://docs.gmt-china.org/6.1/dataset/earth-relief/
文件格式
- netCDF4标准网格文件格式。GMT默认使用该格式,一般以 .nc 或 .grd 作为文件后缀。
- .tif 图片格式
Cartopy 绘图
reference:https://zhajiman.github.io/post/cartopy_introduction/
- 首先需要读入tif或者netCDF文件,在利用imshow等绘制珊格数据的工具进行画图
- 读取tif:matplotlib.image.imread
- 读取netCDF:netCDF4或者xarray库https://cloud.tencent.com/developer/article/1709623