-
Hi, I have tried to process stacks of Sentinel1 datasets (starting with only 20 scenes). However, I encountered this error when I tried to run the first run_files (run_01_unpack_topo_reference) for Sentinel1 stack processing. It seems GDAL is unable to find the dem VRT file, although its in the path directory folder. Could anyone help on how to solve this issue? Thanks in advance. Here is part of the processing...
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
在config文件夹中,找到config_reference文件,修改DEM路径 |
Beta Was this translation helpful? Give feedback.
-
In which path did you run the run_01 command? I had the same error, the solution was to switch to the folder where the dem is stored and open the terminal with... /Stacks/run_files/run_01_ to run the command. It seems that the reason for this error is that the program restricts the opening of the dem.vrt file to relative paths only! |
Beta Was this translation helpful? Give feedback.
In which path did you run the run_01 command? I had the same error, the solution was to switch to the folder where the dem is stored and open the terminal with... /Stacks/run_files/run_01_ to run the command. It seems that the reason for this error is that the program restricts the opening of the dem.vrt file to relative paths only!