Skip to content

Commit

Permalink
update readme, add burstId to s3 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Feb 16, 2024
1 parent 0115997 commit 053e9f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/insar_pair.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,11 @@ jobs:
- name: Get Dates for Output Subfolder Name
env:
BURSTID: ${{ inputs.burstId }}
REF: ${{ inputs.reference }}
SEC: ${{ inputs.secondary }}
run: |
PREFIX=${REF:17:8}_${SEC:17:8}
PREFIX=${BURSTID}/${REF:17:8}_${SEC:17:8}
echo "PREFIX=${PREFIX}" >> $GITHUB_ENV
# TODO: add conditional for s3bucket / change testing->production when ready
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ polarization=VV [HH]
Use the full SLC names and specify the full burstId (`[Track]_[Burst]_[Subswath]`) that you want to process:

```
gh -R relativeorbit/fufiters workflow run singleburst_SLC.yml \
gh -R relativeorbit/fufiters workflow run insar_pair.yml \
-f reference=S1A_IW_SLC__1SDV_20190101T121401_20190101T121429_025284_02CBEB_65D7 \
-f secondary=S1A_IW_SLC__1SDV_20190113T121401_20190113T121429_025459_02D234_3311 \
-f burstId=012_023790_IW1
Expand Down Expand Up @@ -58,14 +58,14 @@ python -m hyp3_isce2 ++process insar_tops_fufiters \
This workflow will do the search automatically and create 3 pairs for every date (n+1, n+2, n+3 pairs). It uses a 'matrix job' such that processing sets of interferograms for each year runs in parallel.

```
gh -R relativeorbit/fufiters workflow run fufiters_insar_pipeline.yml \
gh -R relativeorbit/fufiters workflow run insar_pipeline.yml \
-f burstId=012_023790_IW1
```

#### Generate a set of pixel offsets for all years

```
gh -R relativeorbit/fufiters workflow run fufiters_offsets_pipeline.yml \
gh -R relativeorbit/fufiters workflow run offsets_pipeline.yml \
-f burstId=012_023790_IW1
```

Expand All @@ -78,7 +78,7 @@ gh -R relativeorbit/fufiters workflow run fufiters_offsets_pipeline.yml \
* ESA_USERNAME & ESA_PASSWORD (to download Sentinel-1 precise orbits from https://dataspace.copernicus.eu)


* Persistant COG and STAC outputs are stored in an AWS S3 Bucket (https://github.com/relativeorbit/pulumi-fufiters).
* Persistant COG outputs are stored in an AWS S3 Bucket (configured here https://github.com/relativeorbit/pulumi-fufiters).

## Ackowledgments
[University of Washington eScience Winter Incubator 2024](https://escience.washington.edu/incubator-24-glacial-lakes/)

0 comments on commit 053e9f9

Please sign in to comment.