# GMTio 对应代码目录:`geodesy/io/GMTio/` 该子包用于与 GMT/PyGMT 生态交互: - 颜色表(CPT)读写与生成 - 断层/线状要素等 GMT 格式数据读取 - PyGMT 绘图参数的便捷封装(见 `pygmtio.py`) 建议阅读入口: - `pygmtio.py`:对 PyGMT `Figure`/绘图参数的二次封装 - `GMTData.py`:GMT 数据结构/辅助类(如有) - `read_cn_faults.py`:示例性数据读取脚本 ```{toctree} :maxdepth: 1 pygmtio.md GMTData.md read_cn_faults.md cpt/index.md ```