Skip to content

Commit

Permalink
Update hls-vi to 1.14 and update VI output key structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Sep 19, 2024
1 parent 825fb10 commit 84a9ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ RUN pip3 install libxml2-python3
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-hdf_to_cog@v2.1
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-utilities@v1.9
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-cmr_stac@v1.7
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-vi@v1.13
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-vi@v1.14


COPY ./scripts/* ${PREFIX}/bin/
Expand Down
2 changes: 1 addition & 1 deletion scripts/sentinel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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://${bucket}/S30_VI/data/${year}${day_of_year}/${outputname}${twinkey}"
vi_bucket_key="s3://${bucket}/S30_VI/data/${year}${day_of_year}/${vi_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 84a9ead

Please sign in to comment.