We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0046b commit 64422e8Copy full SHA for 64422e8
.github/workflows/S2_image_correlation_pair.yml
@@ -54,6 +54,11 @@ jobs:
54
environment-file: glacier_image_correlation/environment.yml
55
environment-name: image-correlation
56
57
+ - name: modify autoRIFT package
58
+ run: |
59
+ git clone https://github.com/gbrencher/autoRIFT.git
60
+ cp -f autoRIFT/geo_autoRIFT/autoRIFT/autoRIFT.py /home/runner/micromamba/envs/image-correlation/lib/python3.12/site-packages/autoRIFT/
61
+
62
- name: download data and run autoRIFT software
63
run: |
64
python glacier_image_correlation/image_correlation.py \
0 commit comments