Skip to content

Problem running HLS PGE with error: "Input directory /home/conda/input_dir does not contain any tif files" #48

Answered by collinss-jpl
riverma asked this question in Q&A
Discussion options

You must be logged in to vote

@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 of s30_louisiana or l30_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!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@riverma
Comment options

riverma Feb 3, 2022
Maintainer Author

Answer selected by riverma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants