Commit ad45107b authored by xiongchao's avatar xiongchao

修改readme.md→readme.txtt

parent ba719e83
# 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"
4) 接边结果报表保存文件夹路径,如"C:\Users\熊\Desktop\edge_match_file"
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"
3. 备注
3.1 生成的未接边文件名为:未接边信息.csv,其在输入的报表文件夹下
# lane_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"
4) 接边结果报表保存文件夹路径,如"C:\Users\熊超\Desktop\edge_match_file"
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"
3. 备注
3.1 生成的未接边文件名为:未接边信息.csv,其在输入的报表文件夹下
3.2 生成的已接边信息.txt和不需要接边信息.txt是给研发人员使用,作业员无需关注
\ No newline at end of file
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