docs: update for GIS Actions 4.0

This commit is contained in:
2026-07-20 09:05:57 +00:00
parent afc193e617
commit d05ea2c530
@@ -6,7 +6,7 @@
```bash ```bash
SUITE_MARKET_URL="https://suites.mercator.cn" \ SUITE_MARKET_URL="https://suites.mercator.cn" \
agc run /tmp/my-output \ agc run <work_dir> \
--suite-id 2c99a1cb-84a5-42dd-9147-1c8e8f7f2941 \ --suite-id 2c99a1cb-84a5-42dd-9147-1c8e8f7f2941 \
--input bid_xls=/path/to/标段清单.xls \ --input bid_xls=/path/to/标段清单.xls \
--input points_shp=/path/to/点状工程.shp --input points_shp=/path/to/点状工程.shp
@@ -25,8 +25,8 @@ agc run 执行
├── 下载脚本包到本地 ├── 下载脚本包到本地
├── 复制输入文件到工作目录 ├── 复制输入文件到工作目录
├── Step 1: docker run gis-base 执行脚本 ├── Step 1: docker run gis-base 执行脚本Linux
├── Step 2: docker run gis-base 执行下一步(如有 ├── Step 2: 本地 subprocess 执行(Windows
└── 结果写入 /tmp/output/ └── 结果写入 /tmp/output/
``` ```
@@ -42,7 +42,7 @@ agc run 执行
1. 查看控制台错误信息 1. 查看控制台错误信息
2. 检查输入文件路径是否正确 2. 检查输入文件路径是否正确
3. 确认 Docker 是否正常运行(`docker ps` 3. 确认执行环境(Linux: `docker ps`, Windows: `agc --help`
4. 确认 gis-actions 版本(`dpkg -l gis-actions` 4. 确认 gis-actions 版本(`dpkg -l gis-actions`
## 数据安全 ## 数据安全