Skip to content

Commit

Permalink
Wrap Fmask_4_5.sh call to include AuxiData path ref GERSL/Fmask#22.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Jan 28, 2022
1 parent 7e63aca commit 3bc90f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PREFIX=/usr/local \
ESPALIB=/usr/local/lib \
ECS_ENABLE_TASK_IAM_ROLE=true \
PYTHONPATH="${PYTHONPATH}:${PREFIX}/lib/python3.6/site-packages" \
ESPA_SCHEMA="${PREFIX}/schema/espa_internal_metadata_v2_2.xsd"
ESPA_SCHEMA="${PREFIX}/schema/espa_internal_metadata_v2_2.xsd" \
FMASK_VERSION="4_5"

RUN pip3 install scipy gsutil awscli gdal~=2.4
Expand Down
3 changes: 3 additions & 0 deletions run_Fmask.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
/usr/local/MATLAB/application/run_Fmask_4_5.sh /usr/local/MATLAB/v910 /usr/local/MATLAB/application/AuxiData/

0 comments on commit 3bc90f1

Please sign in to comment.