ASFHyP3 / hyp3-autorift

A HyP3 plugin for feature tracking processing with AutoRIFT-ISCE
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Release V 0.14.2 #250

Closed cirrusasf closed 5 months ago

cirrusasf commented 5 months ago

This release does followings:

github-actions[bot] commented 5 months ago

Developer checklist

Reviewer checklist

forrestfwilliams commented 5 months ago

To run the container, first pull the dev version:

docker pull ghcr.io/asfhyp3/hyp3-autorift:0.14.2.dev32_g0323fa6

Then run it specifying the test open data bucket!!!

docker run -it --rm \
    -e EARTHDATA_USERNAME=[YOUR_USERNAME_HERE] \
    -e EARTHDATA_PASSWORD=[YOUR_PASSWORD_HERE] \
    -e ESA_USERNAME=[YOUR_USERNAME_HERE] \
    -e ESA_PASSWORD=[YOUR_PASSWORD_HERE] \
    -e UPLOAD_ACCESS_KEY_ID=[YOUR_ACCESS_KEY_ID] \
    -e UPLOAD_ACCESS_KEY_SECRET=[YOUR_ACCESS_KEY_SECRET] \
    ghcr.io/asfhyp3/hyp3-autorift:0.14.2.dev32_g0323fa6 \
    LC09_L1GT_215109_20220125_20230430_02_T2 LC09_L1GT_215109_20220210_20230428_02_T2 \
    --publish-bucket its-live-data-test
forrestfwilliams commented 5 months ago

You'll then need to check the test bucket to ensure that the data has been correctly uploaded.

forrestfwilliams commented 5 months ago

Have confirmed that running:

hyp3_autorift LC09_L1GT_215109_20220125_20230430_02_T2 LC09_L1GT_215109_20220210_20230428_02_T2 --publish-bucket its-live-data-test

With the correct environment variables set runs and uploads data to the test bucket.

There is an issue with the docker command above, but I'm guessing it uses the wrong version of the docker container.