管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-04-19 30fcf79d96ae5e8923f5b78bcc1ec4ac56aa6ae6
ExportMap/cs/XYZUtils.cs
@@ -92,7 +92,7 @@
            WriteText(tifFile, list);
            string cmd = string.Format("python \"{0}\" -qgz {1} -file \"{2}\" -out \"{3}\" -min {4} -max {5}", PyFile, Qgz, tifFile, xyzPath, args.min, args.max);
            string cmd = string.Format("python \"{0}\" -qgz {1} -file \"{2}\" -out \"{3}\" -min {4} -max {5} -noData {6}", PyFile, Qgz, tifFile, xyzPath, args.min, args.max, args.noData);
            //err = Tools.ExecCmd(GetCmds(batFile, cmd));            
            err = Tools.ExecCmd(cmd, true);