-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from NASA-IMPACT/v2_release
Update HLS Python tools in preparation for v2 release.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,17 +56,17 @@ RUN cd ${SRC_DIR}/angle_tiling \ | |
&& cd $SRC_DIR \ | ||
&& rm -rf angle_tiling | ||
|
||
|
||
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@v1.9 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-metadata@v2.0 | ||
RUN pip3 install wheel | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-browse_imagery@v1.5 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-browse_imagery@v1.6 | ||
RUN pip3 install libxml2-python3 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-hdf_to_cog@v1.5 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-hdf_to_cog@v1.6 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected] | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-cmr_stac@v1.4 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-utilities@v1.4 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-cmr_stac@v1.5 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-utilities@v1.6 | ||
|
||
COPY ./python_scripts/* ${PREFIX}/bin/ | ||
COPY ./scripts/* ${PREFIX}/bin/ | ||
|