648 B
648 B
快速开始
安装 gis-actions
# 下载
curl -sLO https://packages.mercator.cn/public/gis-actions/latest.deb
# 安装
sudo dpkg -i latest.deb
浏览套件
curl -s https://suites.mercator.cn/api/v1/suites | python3 -m json.tool
执行套件
选择一个套件 ID,在本地执行:
agc run /tmp/my-output \
--suite-id 2c99a1cb-84a5-42dd-9147-1c8e8f7f2941 \
--input bid_xls=/path/to/标段清单.xls \
--input points_shp=/path/to/点状工程.shp
发布套件
套件通过 Gitea 仓库 + 发布 API 发布,详见 套件发布指南。