Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metadata and file tag to use LaSRC v3.5.1. #159

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PREFIX=/usr/local \
HDFLINK=" -lmfhdf -ldf -lm" \
ECS_ENABLE_TASK_IAM_ROLE=true \
PYTHONPATH="${PYTHONPATH}:${PREFIX}/lib/python3.6/site-packages" \
ACCODE=LaSRCL8V3.5.5 \
ACCODE=LaSRCL8V3.5.1 \
LC_ALL=en_US.utf-8 \
LANG=en_US.utf-8

Expand Down Expand Up @@ -112,7 +112,7 @@ RUN pip3 install click==7.1.2
RUN pip3 install rio-cogeo==1.1.10 --no-binary rasterio --user
RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected]

RUN pip3 install git+https://github.com/NASA-IMPACT/hls-metadata@v2.4
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-metadata@v2.5

RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected]

Expand Down
Loading