From 20180e0d0cd286ffefe61bd6aeeaeff056874102 Mon Sep 17 00:00:00 2001 From: sharkinsspatial Date: Wed, 5 Jun 2024 08:14:48 -0600 Subject: [PATCH] Update create_thumbnail call to use an input_dir rather than input_file. --- scripts/sentinel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sentinel.sh b/scripts/sentinel.sh index f997f17..10b5ee7 100755 --- a/scripts/sentinel.sh +++ b/scripts/sentinel.sh @@ -167,7 +167,7 @@ hdf_to_cog "$angleoutputfinal" --output-dir "$workingdir" --product S30_ANGLES # Create thumbnail echo "Creating thumbnail" -create_thumbnail -i "$output_hdf" -o "$output_thumbnail" -s S30 +create_thumbnail -i "$workingdir" -o "$output_thumbnail" -s S30 # Create metadata echo "Creating metadata"