-
Notifications
You must be signed in to change notification settings - Fork 3
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
autoRIFT-ISCE3 workflow for Sentinel-1 processing #288
base: develop
Are you sure you want to change the base?
Conversation
Update from upstream
Changes from upstream
New workflow for S1 processing using ISCE3
Merge pull request #285 from ASFHyP3/develop
Cleaning code
@@ -10,7 +10,7 @@ The HyP3-autoRIFT plugin provides a set of workflows for feature tracking proces | |||
1. Ensure that conda is installed on your system (we recommend using [mambaforge](https://github.com/conda-forge/miniforge#mambaforge) to reduce setup times). | |||
2. Clone the `hyp3-autorift` repository and navigate to the root directory of this project | |||
```bash | |||
git clone https://github.com/ASFHyP3/hyp3-autorift.git | |||
git clone https://github.com/mfangaritav/hyp3-autorift.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jhkennedy githhub path points to Mario's private repo
@@ -19,9 +19,24 @@ The HyP3-autoRIFT plugin provides a set of workflows for feature tracking proces | |||
mamba env create -f environment.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
environment.yml needs to change the name of "build" package to "python-build" for the environment to build successfully
``` | ||
5. Clone the `COMPASS` repository and navigate to the root directory of this project and install it. | ||
```bash | ||
git clone https://github.com/mfangaritav/COMPASS.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jhkennedy are we going to use Mario's forked COMPASS github repo from this point on?
This is a draft for the new workflow that replaces ISCE2 by ISCE3 in hyp3-autorift. This draft can be eventually merged when these PRs from COMPASS and autoRIFT are merged.