更新工作目录子文件夹的序号
This commit is contained in:
@ -2130,9 +2130,9 @@ def main():
|
||||
mapper = ContentMapper()
|
||||
|
||||
# 示例1:处理单个文件
|
||||
csv_file = r"E:\code\WQ\pipeline_result\tests1\8_predictions\BGA.csv" # 采样点的预测值
|
||||
csv_file = r"E:\code\WQ\pipeline_result\tests1\11_12_13_predictions\BGA.csv" # 采样点的预测值
|
||||
shp_file = r"D:\BaiduNetdiskDownload\yaobao\roi\roi.shp" # 水体边界shapefile路径
|
||||
output_file = r"E:\code\WQ\pipeline_result\work_dir\8_predictions\BGA.png" # 输出图片路径
|
||||
output_file = r"E:\code\WQ\pipeline_result\work_dir\11_12_13_predictions\BGA.png" # 输出图片路径
|
||||
#
|
||||
mapper.process_data(
|
||||
csv_file=csv_file,
|
||||
|
||||
Reference in New Issue
Block a user