smallbaselineApp.py FileNotFoundError: [Errno 2] No such file or directory #712
Unanswered
wandi12345
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am using the latest version 1.3.2 of Mintpy to process TerraSAR data.
I have set the correct path in the template file.
mintpy.load.metaFile = .. /merged/SLC/2*/referenceShelve/data.dat
Also, I used ls . ./merged/SLC/2*/referenceShelve/data.dat to confirm that all the files exist and can be retrieved using this path.
However, the script returns this error. I also tried relative and absolute paths, neither of which worked.
The script did not retrieve the full path... /merged/SLC/2*/referenceShelve/data.dat, it only retrieves the previous level path.. /merged/SLC/2*/referenceShelve.
This is a very confusing error for me.
If anyone can give me a little analysis, I would appreciate it.
Here is error:
File "/misc/radarsoft/ubuntu20.04/conda/conda-main/envs/mintpy21/lib/python3.8/shutil.py", line 555, in copytree
with os.scandir(src) as itr:
FileNotFoundError: [Errno 2] No such file or directory: '../merged/SLC/2*/referenceShelve'
Beta Was this translation helpful? Give feedback.
All reactions