--
You received this message because you are subscribed to the Google Groups "RSGISLib Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rsgislib-suppo...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rsgislib-support/65bae86f-fc5f-40c4-86db-4ab127ae16cdn%40googlegroups.com.
<Collection-1_Error.JPG><Collection-2_Error.JPG>
On 23 Apr 2021, at 17:53, Maitrik Shah <maitrik...@gmail.com> wrote:
Hello....I have configured docker in ubuntu as guided in https://www.remotesensing.info/intro-to-using-docker-and-singularity.html .My Directory structure is this:Inside home directory: images/Landsat8OLI/LC08_L1TP_149044_20200825_20200905_01_T2/LC08_L1TP_149044_20200825_20200905_01_T2_MTL.txtI am running the following command:docker run -i -t -v /images:/data petebunting/au-eoed arcsi.py -s ls8 -f KEA --stats -p RAD -o \data\Landsat8OLI1\ -i \data\Landsat8OLI\LC08_L1TP_149044_20200825_20200905_01_T2\LC08_L1TP_149044_20200825_20200905_01_T2_MTL.txtBut I am getting the error. No Such directory. I have attached screenshot for reference.Please tell me, where I am wrong.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rsgislib-support/dc2a53c5-3139-4868-a6cf-f6d80bb13f0en%40googlegroups.com.
<docker-error.JPG>

On 24 Apr 2021, at 12:41, Maitrik Shah <maitrik...@gmail.com> wrote:
Hello Petebunting,Thanks for your reply. I tried that but I go the same error.My directory structure is:/home/images/Landsat8OLI --> This contains Landsat8 image/home/images/Landsat8OLI1 --> This is empty folderFor experimenting I did the following to look into the data directory inside the container.Command: docker run -i -t -v /images:/data petebunting/au-eoed /bin/bashThen I entered into the data directory. When I type ls command inside it, I didn't find anything. After sometime when I typed ls command I got a folder Landsat8OLI1 but didn't get Landsat8OLI folder.Please refer this image.Please help me out what I can do now?
To view this discussion on the web, visit https://groups.google.com/d/msgid/rsgislib-support/fa7f22c5-6ff0-46e8-9c1f-e1f10446a440n%40googlegroups.com.
<dockererror-2-1.jpg>