nasa / opera-sds-pcm

Observational Products for End-Users from Remote Sensing Analysis (OPERA)
Apache License 2.0
16 stars 12 forks source link

DISP-S1 PGE Workflow Compressed CSLC Support #922

Closed collinss-jpl closed 2 months ago

collinss-jpl commented 2 months ago

Purpose

Issues

Testing

philipjyoon commented 2 months ago

Looks good to me. Note that save_compressed_slcs was a misspelling that was fixed recently. Looking at the code changes here this code uses the correct flag save_compressed_cslc so all is good. You may want to just update that in your comments.

hhlee445 commented 2 months ago

DISP-S1 failed with a following command.

python ~/mozart/ops/opera-pcm/data_subscriber/daac_data_subscriber.py query -c OPERA_L2_CSLC-S1_V1 --chunk-size=1 --k=4 --job-queue=opera-job_worker-cslc_data_download --processing-mode=reprocessing --native-id=OPERA_L2_CSLC-S1_T122-260017-IW1_20231120T011410Z_20240516T230101Z_S1A_VV_v1.1 --m=1

http://opera-dev-triage-fwd-hyunlee.s3-website-us-west-2.amazonaws.com/triaged_job-job-WF-SCIFLO_L3_DISP_S1-frame-32502-latest_acq_index-2628-20240719T011657.639137Z_task-5da5517d-f586-41ec-95ce-4f1b0fe17d29

collinss-jpl commented 2 months ago

DISP-S1 failed with a following command.

python ~/mozart/ops/opera-pcm/data_subscriber/daac_data_subscriber.py query -c OPERA_L2_CSLC-S1_V1 --chunk-size=1 --k=4 --job-queue=opera-job_worker-cslc_data_download --processing-mode=reprocessing --native-id=OPERA_L2_CSLC-S1_T122-260017-IW1_20231120T011410Z_20240516T230101Z_S1A_VV_v1.1 --m=1

http://opera-dev-triage-fwd-hyunlee.s3-website-us-west-2.amazonaws.com/triaged_job-job-WF-SCIFLO_L3_DISP_S1-frame-32502-latest_acq_index-2628-20240719T011657.639137Z_task-5da5517d-f586-41ec-95ce-4f1b0fe17d29

Hi @hhlee445, I've pushed a commit that fixes this issue. I've also tested this command on my dev cluster to verify that the job now runs to completion. Let me know if you find anything else.