Skip to content

Commit

Permalink
Remove unecessary vi_bucket env variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Jun 20, 2024
1 parent a6dfb94 commit 56f5b5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/sentinel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set -o errexit
jobid="$AWS_BATCH_JOB_ID"
granulelist="$GRANULE_LIST"
bucket="$OUTPUT_BUCKET"
vi_bucket="$VI_OUTPUT_BUCKET"
# shellcheck disable=SC2034
inputbucket="$INPUT_BUCKET"
workingdir="/var/scratch/${jobid}"
Expand Down Expand Up @@ -56,7 +55,7 @@ set_output_names () {
output_metadata="${workingdir}/${outputname}.cmr.xml"
output_stac_metadata="${workingdir}/${outputname}_stac.json"
bucket_key="s3://${bucket}/S30/data/${year}${day_of_year}/${outputname}${twinkey}"
vi_bucket_key="s3://${vi_bucket}/S30/data/${year}${day_of_year}/${outputname}${twinkey}"
vi_bucket_key="s3://${bucket}/S30_VI/data/${year}${day_of_year}/${outputname}${twinkey}"
gibs_dir="${workingdir}/gibs"
gibs_bucket_key="s3://${gibs_bucket}/S30/data/${year}${day_of_year}"
# We also need to obtain the sensor for the Bandpass parameters file
Expand Down

0 comments on commit 56f5b5e

Please sign in to comment.