Hi
I'm trying to follow the smallbaselineApp_aria.ipynb notebook tutorial to perform time-series analysis on aria data and get an error when trying to load the data.
I am trying to use the docker version of Mintpy
in the working directory, I'm following the command
$ ariaDownload.py -b '37.25 38.1 -122.6 -121.75' --track 42
$ ariaTSsetup.py -f 'products/*.nc' -b '37.25 38.1 -122.6 -121.75' --mask Download
$ mkdir mintpy
creating and copy the content of SanFranSenDT42.txt
than
sudo docker run -it --user root -v /home/yohai/workspace/aria/test/:/home/work/ andretheronsa/mintpy:latest bash
$ cd ../work/mintpy
$ smallbaselineApp.py SanFranSenDT42.txt --dostep load_data
and I'm getting the following error
FileNotFoundError: No metadata file found for data file: ../stack/unwrapStack.vrt
an scrrenshoot of the error is attached.
what did I get wrong?
thanks for helping