You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the GWB-APP module interface and after having clicked on the button: DOWNLOAD TEST DATASET: the two images are downloaded correctly in ~/downloads/. But in the next step, when clicking on the button SEARCH FILE, the directory "downloads" is not listed (also after clicking the reload button), so the example input images can not be selected this way.
The text was updated successfully, but these errors were encountered:
I have/had no "downloads" folder in my $HOME. Some Linux distros have a "Download" folder by default defined in /etc/skel but SEPAL has nothing defined in /etc/skel. Two situations:
a) the user already has a folder $HOME/downloads: if you click on the DOWNLOAD TEST DATASET button, the action will work as expected
b) the user does not have a folder $HOME/downloads: if you click on the DOWNLOAD TEST DATASET button, then this action will create a file named "downloads" but not a folder...
The fix would be that clicking on the DOWNLOAD TEST DATASET button should always execute: mkdir -p $HOME/downloads; cp -f /opt/GWB/input/*.tif $HOME/downloads/
and after that the SEARCH FILE button will show the folder "downloads", good.
In the GWB-APP module interface and after having clicked on the button: DOWNLOAD TEST DATASET: the two images are downloaded correctly in ~/downloads/. But in the next step, when clicking on the button SEARCH FILE, the directory "downloads" is not listed (also after clicking the reload button), so the example input images can not be selected this way.
The text was updated successfully, but these errors were encountered: