Skip to content

Commit

Permalink
Fix incorrect vi inputdir arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Jun 20, 2024
1 parent 56f5b5e commit 1ade982
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 @@ -258,7 +258,7 @@ echo "All GIBS tiles created"
# Generate VI files
echo "Generating VI files"
vi_generate_indices -i "$workingdir" -o "$vidir" -id "$outputname"
vi_generate_metadata -- "$workingdir" -o "$vidir"
vi_generate_metadata -i "$workingdir" -o "$vidir"

if [ -z "$debug_bucket" ]; then
aws s3 cp "$vidir" "$vi_bucket_key" --exclude "*" --include "*.tif" \
Expand Down

0 comments on commit 1ade982

Please sign in to comment.