Problem running HLS PGE with error: "Input directory /home/conda/input_dir does not contain any tif files" #48
-
Hi @collinss-jpl et al - I'm receiving the following error trying to execute the Error:
Here's my setup:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@riverma This should be a quick fix, this PGE expects the HLS .tif files to be located directly within
where You are, of course, free to reorganize the directory structure of the test datasets on your local machine if you want to simplify the mount argument, but it is critical that, when mounted, the .tif files are available directly within Hope this helps! |
Beta Was this translation helpful? Give feedback.
@riverma This should be a quick fix, this PGE expects the HLS .tif files to be located directly within
/home/conda/input_dir
, so the corresponding Docker volume argument should be:-v ${WORKING_DIR}/test_datasets/<dataset_name>/input_files_hls_v2.0:/home/conda/input_dir:ro
where
<dataset_name>
would be one ofs30_louisiana
orl30_greenland
.You are, of course, free to reorganize the directory structure of the test datasets on your local machine if you want to simplify the mount argument, but it is critical that, when mounted, the .tif files are available directly within
/home/conda/input_dir
.Hope this helps!