Skip to content

Commit

Permalink
Update create_thumbnail call to use an input_dir rather than input_file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Jun 5, 2024
1 parent 5d93c52 commit 20180e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sentinel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 20180e0

Please sign in to comment.