GenghisYoung233 / Gaofen-Batch

Gaofen Batch,基于GDAL和Electron的国产卫星影像预处理工具
GNU General Public License v3.0
54 stars 18 forks source link

您好,软件bug,解压后的路径应该为“”原输出路径+解压后的文件夹+数据文件名”,您的软件少了个“解压后的文件夹”的名称 #5

Open SMYUCAS opened 10 months ago

SMYUCAS commented 10 months ago

您好,软件bug,解压后的路径应该为“”原输出路径+解压后的文件夹+数据文件名”,您的软件少了个“解压后的文件夹”的名称,我想从源码直接编译您的程序一直出问题(我小菜鸡一个),能否重新发布个正确的release版本的软件呢?如果方便的话,大佬可以加上我的微信17550055985,十分感谢

image
GenghisYoung233 commented 10 months ago

抱歉,来晚了。从截图上看,问题可能是出在上一步‘RPC校正‘上,GDAL没有将RPC校正的结果输出到 D:/Test/res/GF6_PMS_E122.1_N47.6_20240113_L1A1420405783-MUX.tiff,导致图中的报错。如果正常运行,应该在 ’解压后路径‘ 同时看到 ’解压后的文件夹‘ 和 ’数据文件名‘。如下图所示。

image

方便的话,请提供完整的日志和压缩包内文件构成截图。

SMYUCAS commented 10 months ago

1.输入

image image

2.输出

image

3.报错

image image
GenghisYoung233 commented 10 months ago

操作步骤没有问题,文件结构也没有变化。麻烦提供日志区完整的输出信息,从’启动服务‘到最后的’Child process exited with code 1‘。

SMYUCAS commented 10 months ago

启动服务(2024/1/23 13:50:08) Gaofen-Batch, streamlines raster preprocessing of China-made satellite. Powered by GDAL and Electron. 2024-01-23 13:50:32.155 | WARNING | main:main:282 - 处理第1景数据中,共1景数据

2024-01-23 13:50:32.155 | INFO | main:main:283 - Processing D:\SAR_Missions\2024\10-gf6\GF6_PMS_E133.5_N48.3_20231127_L1A1420379632.tar.gz 2024-01-23 13:50:32.155 | INFO | main:untar:27 - 解压中...

2024-01-23 13:51:07.220 | INFO | main:main:300 - 处理多光谱数据中...

2024-01-23 13:51:07.220 | INFO | main:rpc_ortho:54 - RPC正射校正中...

ERROR 1: PROJ: proj_create_from_database: Open of C:\Users\宋明阳\Desktop\GaofenBatch\bin\OTB-8.1.2-Win64\share\proj\proj.db failed ERROR 1: Translating source or target SRS failed: EPSG:32653

Usage: gdalwarp [--help-general] [--formats] [-s_srs srs_def] [-t_srs srs_def] [-to "NAME=VALUE"] [-novshiftgrid] [-order n | -tps | -rpc | -geoloc] [-et err_threshold] [-refine_gcps tolerance [minimum_gcps]] [-te xmin ymin xmax ymax] [-tr xres yres] [-tap] [-ts width height] [-ovr level|AUTO|AUTO-n|NONE] [-wo "NAME=VALUE"] [-ot Byte/Int16/...] [-wt Byte/Int16] [-srcnodata "value [value...]"] [-dstnodata "value [value...]"] -dstalpha [-r resampling_method] [-wm memory_in_mb] [-multi] [-q] [-cutline datasource] [-cl layer] [-cwhere expression] [-csql statement] [-cblend dist_in_pixels] [-crop_to_cutline] [-if format] [-of format] [-co "NAME=VALUE"] [-overwrite] [-nomd] [-cvmd meta_conflict_value] [-setci] [-oo NAME=VALUE] [-doo NAME=VALUE] srcfile dstfile

Available resampling methods: near (default), bilinear, cubic, cubicspline, lanczos, average, mode, max, min, med, Q1, Q3, sum.

Traceback (most recent call last): File "rasterio_base.pyx", line 310, in rasterio._base.DatasetBase.init

File "rasterio_base.pyx", line 221, in rasterio._base.open_dataset File "rasterio_err.pyx", line 221, in rasterio._err.exc_wrap_pointer rasterio._err.CPLE_OpenFailedError: D:/SAR_Missions/2024/10-gf6/Test/GF6_PMS_E133.5_N48.3_20231127_L1A1420379632-MUX.tiff: No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "main.py", line 426, in File "main.py", line 340, in main File "main.py", line 312, in ato_cor File "main.py", line 186, in apply_corrections File "rasterio\env.py", line 451, in wrapper File "rasterio__init.py", line 319, in open File "rasterio_base.pyx", line 312, in rasterio._base.DatasetBase.init__ rasterio.errors.RasterioIOError: D:/SAR_Missions/2024/10-gf6/Test/GF6_PMS_E133.5_N48.3_20231127_L1A1420379632-MUX.tiff: No such file or directory [30272] Fail ed to execute script 'main' due to unhandled exception!

Child process exited with code 1

GenghisYoung233 commented 10 months ago

把 GaofenBatch 文件夹复制到纯英文路径下试试,Orfeo Toolbox(OTB)不识别中文路径