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
Paragraph Using the GDAL library from the terminal;
fn=$(ls *.tif) can give a list of files to the variable fn if there are multiple .tif files in the given folder.
Which could give problems executing the gdal scripts as it expects to have only one file.
Either describe that you can only have one tif file in the folder or run a warning if there are multiple (and use the first file).
The text was updated successfully, but these errors were encountered:
Paragraph Using the GDAL library from the terminal;
fn=$(ls *.tif) can give a list of files to the variable fn if there are multiple .tif files in the given folder.
Which could give problems executing the gdal scripts as it expects to have only one file.
Either describe that you can only have one tif file in the folder or run a warning if there are multiple (and use the first file).
The text was updated successfully, but these errors were encountered: