Commit 4224aee9 authored by xiongchao's avatar xiongchao

修改readme.md文件

parent b5488cdd
# edge_mathch
1. 高精地图数据图幅边框接边工具使用方法
本工具通过命令行参数制定输入和输出参数, 参数含义如下:
1) 数据库连接字符串,如"PG:dbname='test3' host='localhost' port='5432' user='postgres' password='19931018'"
2) 需要接边的图幅id文件,如"C:\Users\熊\Desktop\edge_match_file\mesh_id.txt"
3) 图幅框文件,如"C:\Users\熊\Desktop\edge_match_file\mesh_grid.gpkg"
1. 高精地图数据图幅边框接边工具使用方法本工具通过命令行参数制定输入和输出参数, 参数含义如下:
1) 数据库连接字符串,如"PG:dbname='test3' host='localhost' port='5432' user='postgres' password='19931018'"
2) 需要接边的图幅id文件,如"C:\Users\熊\Desktop\edge_match_file\mesh_id.txt"
3) 图幅框文件,如"C:\Users\熊\Desktop\edge_match_file\mesh_grid.gpkg"
4) 接边结果报表保存文件夹路径,如"C:\Users\熊\Desktop\edge_match_file"
2. 示例如下:
main
4) 接边结果报表保存文件夹路径,如"C:\Users\熊\Desktop\edge_match_file"
"PG:dbname='test2' host='localhost' port='5432' user='postgres' password='19931018'"
2. 示例如下:
main "PG:dbname='test2' host='localhost' port='5432' user='postgres' password='19931018'" "C:\Users\熊\Desktop\edge_match_file\mesh_ids.txt" "C:\Users\熊\Desktop\edge_match_file\mesh_grid.gpkg" "C:\Users\熊\Desktop\edge_match_file"
"C:\Users\熊超\Desktop\edge_match_file\mesh_ids.txt"
"C:\Users\熊超\Desktop\edge_match_file\mesh_grid.gpkg" "C:\Users\熊超\Desktop\edge_match_file"
3. 备注
3.1 生成的未接边文件名为:未接边信息.csv,其在输入的报表文件夹下
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment