Skip to content

Commit

Permalink
Merge pull request #161 from NASA-IMPACT/dev
Browse files Browse the repository at this point in the history
Update create_thumbnail call to use an input_dir rather than input_file.
  • Loading branch information
sharkinsspatial authored Jun 5, 2024
2 parents 75e68b6 + 20180e0 commit c49b671
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 c49b671

Please sign in to comment.