From 52080d742daec5c6294c422779a6da61f225e81e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:43:32 +0000 Subject: [PATCH 01/19] Bump actions/checkout in the github-actions-deps group Bumps the github-actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-custom-prod.yml | 2 +- .github/workflows/deploy-custom-test.yml | 2 +- .github/workflows/deploy-daac-prod.yml | 2 +- .github/workflows/deploy-daac-test.yml | 2 +- .github/workflows/deploy-edc-sandbox.yml | 2 +- .github/workflows/deploy-plus-prod.yml | 2 +- .github/workflows/deploy-plus-test.yml | 2 +- .github/workflows/static-analysis.yml | 8 ++++---- .github/workflows/tests.yml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploy-custom-prod.yml b/.github/workflows/deploy-custom-prod.yml index 2803d2537..53cece67d 100644 --- a/.github/workflows/deploy-custom-prod.yml +++ b/.github/workflows/deploy-custom-prod.yml @@ -333,7 +333,7 @@ jobs: url: https://${{ matrix.domain }} steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/deploy-custom-test.yml b/.github/workflows/deploy-custom-test.yml index 59697a84e..feaad52c7 100644 --- a/.github/workflows/deploy-custom-test.yml +++ b/.github/workflows/deploy-custom-test.yml @@ -183,7 +183,7 @@ jobs: url: https://${{ matrix.domain }} steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/deploy-daac-prod.yml b/.github/workflows/deploy-daac-prod.yml index 0a7b4c194..fa308a9b4 100644 --- a/.github/workflows/deploy-daac-prod.yml +++ b/.github/workflows/deploy-daac-prod.yml @@ -43,7 +43,7 @@ jobs: name: ${{ matrix.environment }} steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/deploy-daac-test.yml b/.github/workflows/deploy-daac-test.yml index 9bea05011..071a50029 100644 --- a/.github/workflows/deploy-daac-test.yml +++ b/.github/workflows/deploy-daac-test.yml @@ -43,7 +43,7 @@ jobs: name: ${{ matrix.environment }} steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/deploy-edc-sandbox.yml b/.github/workflows/deploy-edc-sandbox.yml index f7955155d..ae0b03722 100644 --- a/.github/workflows/deploy-edc-sandbox.yml +++ b/.github/workflows/deploy-edc-sandbox.yml @@ -44,7 +44,7 @@ jobs: name: ${{ matrix.environment }} steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/deploy-plus-prod.yml b/.github/workflows/deploy-plus-prod.yml index 9acde7574..a992447a6 100644 --- a/.github/workflows/deploy-plus-prod.yml +++ b/.github/workflows/deploy-plus-prod.yml @@ -41,7 +41,7 @@ jobs: url: https://${{ matrix.domain }} steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/deploy-plus-test.yml b/.github/workflows/deploy-plus-test.yml index 8b339ca36..42694a11d 100644 --- a/.github/workflows/deploy-plus-test.yml +++ b/.github/workflows/deploy-plus-test.yml @@ -42,7 +42,7 @@ jobs: url: https://${{ matrix.domain }} steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index e966d66c5..c7b99efdb 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -29,7 +29,7 @@ jobs: matrix: security_environment: [ASF, EDC, JPL, JPL-public] steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: actions/setup-python@v6 with: python-version: 3.13 @@ -43,7 +43,7 @@ jobs: openapi-spec-validator: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: actions/setup-python@v6 with: python-version: 3.13 @@ -56,7 +56,7 @@ jobs: statelint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest if: ${{ ! github.event.pull_request.head.repo.fork }} steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: snyk/actions/setup@v1.0.0 - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 599861f29..c787b8561 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: actions/setup-python@v6 with: From 53cd7b751dad91ba1bee8ab718be9d676c74302c Mon Sep 17 00:00:00 2001 From: mfangaritav Date: Tue, 23 Jun 2026 08:31:31 -0800 Subject: [PATCH 02/19] add export to aurora db --- job_spec/AK_FIRE_SAFE.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/job_spec/AK_FIRE_SAFE.yml b/job_spec/AK_FIRE_SAFE.yml index da825d312..08c5c2722 100644 --- a/job_spec/AK_FIRE_SAFE.yml +++ b/job_spec/AK_FIRE_SAFE.yml @@ -36,6 +36,11 @@ AK_FIRE_SAFE: default: null format: date example: "2025-06-01" + upload_to_db: + api_schema: + default: false + type: boolean + description: Add the data to the AWS Aurora database. input_bucket: api_schema: description: Bucket that contains fire detection products. @@ -69,6 +74,8 @@ AK_FIRE_SAFE: - Ref::end_date - --extent - Ref::extent + - --upload-to-db + - Ref::upload_to_db - --input-bucket - Ref::input_bucket - --input-prefix From 60fa441bfecfc8cf1ac1973c12a3ba784f73e7ee Mon Sep 17 00:00:00 2001 From: mfangaritav Date: Tue, 23 Jun 2026 08:37:35 -0800 Subject: [PATCH 03/19] add parquet file as visible --- apps/get-files/src/get_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/get-files/src/get_files.py b/apps/get-files/src/get_files.py index d2edfd292..d42d76b2a 100644 --- a/apps/get-files/src/get_files.py +++ b/apps/get-files/src/get_files.py @@ -42,7 +42,7 @@ def get_object_file_type(bucket: str, key: str) -> str | None: def visible_product(product_path: str | Path) -> bool: - return Path(product_path).suffix in ('.zip', '.nc', '.geojson') + return Path(product_path).suffix in ('.zip', '.nc', '.geojson', '.parquet') def get_products(files: list[dict]) -> list[dict]: From 4ff3c06ab27f29c33608d9fb38866074dcb3bdd7 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Thu, 25 Jun 2026 09:11:58 -0800 Subject: [PATCH 04/19] Change AMI IDs to Amazon Linux 2023 Updated AMI IDs to use Amazon Linux 2023 for GPU optimized environments. --- job_spec/config/compute_environments.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/job_spec/config/compute_environments.yml b/job_spec/config/compute_environments.yml index 5a9b98ffb..72fa012f4 100644 --- a/job_spec/config/compute_environments.yml +++ b/job_spec/config/compute_environments.yml @@ -7,7 +7,7 @@ compute_environments: # max_vcpus SrgGslc: instance_types: g6.2xlarge - ami_id: "'{{resolve:ssm:/aws/service/ecs/optimized-ami/amazon-linux-2/gpu/recommended/image_id}}'" + ami_id: "'{{resolve:ssm:/aws/service/ecs/optimized-ami/amazon-linux-2023/gpu/recommended/image_id}}'" SrgTimeSeries: instance_types: c6id.16xlarge ItsLiveSpotIntel: @@ -21,7 +21,7 @@ compute_environments: ami_id: "'{{resolve:ssm:/aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id}}'" SlimSAR: instance_types: g4dn.2xlarge,g4dn.4xlarge,g4dn.8xlarge,g4dn.16xlarge - ami_id: "'{{resolve:ssm:/aws/service/ecs/optimized-ami/amazon-linux-2/gpu/recommended/image_id}}'" + ami_id: "'{{resolve:ssm:/aws/service/ecs/optimized-ami/amazon-linux-2023/gpu/recommended/image_id}}'" DefaultSpot: allocation_type: SPOT allocation_strategy: SPOT_PRICE_CAPACITY_OPTIMIZED From 2299a7acd9caa162255540db47c843dddd194fdb Mon Sep 17 00:00:00 2001 From: mfangaritav Date: Fri, 26 Jun 2026 14:25:43 -0800 Subject: [PATCH 05/19] add FIRE_TRACK job spec --- job_spec/FIRE_TRACK.yml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 job_spec/FIRE_TRACK.yml diff --git a/job_spec/FIRE_TRACK.yml b/job_spec/FIRE_TRACK.yml new file mode 100644 index 000000000..b9271894e --- /dev/null +++ b/job_spec/FIRE_TRACK.yml @@ -0,0 +1,41 @@ +FIRE_TRACK: + required_parameters: + - input_bucket + - input_prefix + parameters: + input_bucket: + api_schema: + description: Bucket that contains fire detection products. + type: string + example: "ak-fire-safe-data-test" + enum: + - "ak-fire-safe-data" + - "ak-fire-safe-data-test" + input_prefix: + api_schema: + description: Prefix to pull the fire detection products. + type: string + example: "txt" + cost_profiles: + DEFAULT: + cost: 1.0 + validators: [] + steps: + - name: '' + image: 761639967505.dkr.ecr.us-west-2.amazonaws.com/hyp3-fire-tracking + command: + - --bucket + - Ref::bucket + - --bucket-prefix + - Ref::bucket_prefix + - --input-bucket + - Ref::input_bucket + - --input-prefix + - Ref::input_prefix + timeout: 5400 + compute_environment: Default + vcpu: 1 + memory: 7600 + secrets: + - EARTHDATA_USERNAME + - EARTHDATA_PASSWORD From 19bb164dd61566b6d2623c4bd0e612ccf5f8786d Mon Sep 17 00:00:00 2001 From: mfangaritav Date: Fri, 26 Jun 2026 14:26:58 -0800 Subject: [PATCH 06/19] add FIRE_TRACK to test --- .github/workflows/deploy-custom-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-custom-test.yml b/.github/workflows/deploy-custom-test.yml index 59697a84e..9b62bb7f5 100644 --- a/.github/workflows/deploy-custom-test.yml +++ b/.github/workflows/deploy-custom-test.yml @@ -89,6 +89,7 @@ jobs: cost_profile: DEFAULT job_files: >- job_spec/AK_FIRE_SAFE.yml + job_spec/FIRE_TRACK.yml job_spec/INSAR_ISCE_BURST.yml instance_types: r8id.xlarge,r8id.2xlarge,r8id.4xlarge,r8id.8xlarge,r8id.12xlarge,r8id.16xlarge default_max_vcpus: 640 From ee799c9fe7911a268de0df7f4be45c96cec6e967 Mon Sep 17 00:00:00 2001 From: mfangaritav Date: Fri, 26 Jun 2026 14:28:19 -0800 Subject: [PATCH 07/19] add FIRE_TRACK to prod --- .github/workflows/deploy-custom-prod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-custom-prod.yml b/.github/workflows/deploy-custom-prod.yml index 2803d2537..e883d7240 100644 --- a/.github/workflows/deploy-custom-prod.yml +++ b/.github/workflows/deploy-custom-prod.yml @@ -45,6 +45,7 @@ jobs: cost_profile: DEFAULT job_files: >- job_spec/AK_FIRE_SAFE.yml + job_spec/FIRE_TRACK.yml job_spec/INSAR_ISCE_BURST.yml instance_types: r8id.xlarge,r8id.2xlarge,r8id.4xlarge,r8id.8xlarge,r8id.12xlarge,r8id.16xlarge default_max_vcpus: 640 From feb2c2b685ada90ca0daaaf98b6333f319db02f3 Mon Sep 17 00:00:00 2001 From: mfangaritav Date: Fri, 26 Jun 2026 14:43:17 -0800 Subject: [PATCH 08/19] changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32206f397..b7f451edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [10.17.6] + +### Added +- Added `FIRE_TRACK` job spec to `hyp3-ak-fire-safe`. +- Added parameter `upload_to_db` to `AK_FIRE_SAFE` job spec. + +### Changed +- Parquet file products are now visible. + ## [10.17.5] ### Added From 67a7419edcc866f16a705768687ad5ac424382d6 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Fri, 26 Jun 2026 16:50:24 -0800 Subject: [PATCH 09/19] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f451edf..31aa94c2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Parquet file products are now visible. +### Fixed +- The SrgGslc and SlimSAR compute environments have been upgraded to AL2023-based AMIs from AL2 AMIs due to the pending end-of-life of AL2. + ## [10.17.5] ### Added From bb6566360a6541aba9ca8983c0c415a77c4f9bd1 Mon Sep 17 00:00:00 2001 From: Andrew Player Date: Mon, 29 Jun 2026 12:53:24 -0400 Subject: [PATCH 10/19] add DB_USER env variable --- job_spec/AK_FIRE_SAFE.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/job_spec/AK_FIRE_SAFE.yml b/job_spec/AK_FIRE_SAFE.yml index 08c5c2722..33a56b2bd 100644 --- a/job_spec/AK_FIRE_SAFE.yml +++ b/job_spec/AK_FIRE_SAFE.yml @@ -87,3 +87,4 @@ AK_FIRE_SAFE: secrets: - EARTHDATA_USERNAME - EARTHDATA_PASSWORD + - DB_HOST From 55813107a78263429855b188c66e15724db7679b Mon Sep 17 00:00:00 2001 From: Andrew Player Date: Mon, 29 Jun 2026 12:54:33 -0400 Subject: [PATCH 11/19] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31aa94c2a..eff08406c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added `FIRE_TRACK` job spec to `hyp3-ak-fire-safe`. - Added parameter `upload_to_db` to `AK_FIRE_SAFE` job spec. +- Added environment variable `DB_HOST` to `AK_FIRE_SAFE` job spec. ### Changed - Parquet file products are now visible. From dfd153bfbe89cc4799ca9c2f55b773f301e22e68 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Mon, 29 Jun 2026 10:33:16 -0800 Subject: [PATCH 12/19] Update check_same_relative_orbits validator for S1C repositioning manouver --- apps/api/src/hyp3_api/validation.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/api/src/hyp3_api/validation.py b/apps/api/src/hyp3_api/validation.py index 161d8ea1f..6218cd10c 100644 --- a/apps/api/src/hyp3_api/validation.py +++ b/apps/api/src/hyp3_api/validation.py @@ -207,7 +207,7 @@ def check_same_relative_orbits(_, granule_metadata: list[dict]) -> None: previous_relative_orbit = None for granule in granule_metadata: name_split = granule['name'].split('_') - absolute_orbit = name_split[7] + absolute_orbit = int(name_split[7]) # "Relationship between relative and absolute orbit numbers": https://sentiwiki.copernicus.eu/web/s1-products mission = name_split[0] if mission == 'S1A': @@ -215,12 +215,15 @@ def check_same_relative_orbits(_, granule_metadata: list[dict]) -> None: elif mission == 'S1B': offset = 27 elif mission == 'S1C': - offset = 172 + if absolute_orbit <= 8018: + offset = 172 + else: + offset = 99 elif mission == 'S1D': offset = 42 else: raise ValueError(f'Encountered unknown Sentinel-1 mission: {mission}') - relative_orbit = ((int(absolute_orbit) - offset) % 175) + 1 + relative_orbit = ((absolute_orbit - offset) % 175) + 1 if not previous_relative_orbit: previous_relative_orbit = relative_orbit if relative_orbit != previous_relative_orbit: From 16e0b04f27d992a8058402b152b02d20964ca4f4 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Mon, 29 Jun 2026 10:55:37 -0800 Subject: [PATCH 13/19] Add S1C (pre/post orbit change) and S1D to relative orbit check test --- tests/test_api/test_validation.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_api/test_validation.py b/tests/test_api/test_validation.py index 0cc039d8c..663e1522f 100644 --- a/tests/test_api/test_validation.py +++ b/tests/test_api/test_validation.py @@ -459,6 +459,9 @@ def test_check_same_relative_orbits(): {'name': 'S1A_IW_RAW__0SDV_20200816T161620_20200816T161652_033934_03EFCE_5730'}, {'name': 'S1B_IW_RAW__0SDV_20200810T161537_20200810T161610_022863_02B66A_F7D7'}, {'name': 'S1B_IW_RAW__0SDV_20200623T161535_20200623T161607_022163_02A10F_7FD6'}, + {'name': 'S1C_IW_RAW__0SDV_20260604T170742_20260604T170815_007958_0102EF_499C'}, + {'name': 'S1C_IW_RAW__0SDV_20260625T232524_20260625T232557_008235_DDDDDD_CCCC'}, + {'name': 'S1D_IW_RAW__0SDV_20260617T171023_20260617T171056_003278_005BC8_55E8'}, ] invalid_granule_metadata = valid_granule_metadata.copy() invalid_granule_metadata.append({'name': 'S1B_IW_RAW__0SDV_20200623T161535_20200623T161607_012345_02A10F_7FD6'}) From 71aadd64717811514530a2af9513e48b1dd7a1fe Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Mon, 29 Jun 2026 11:00:36 -0800 Subject: [PATCH 14/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eff08406c..4d979befd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - The SrgGslc and SlimSAR compute environments have been upgraded to AL2023-based AMIs from AL2 AMIs due to the pending end-of-life of AL2. +- The `check_same_relative_orbits` validator has been updated to account for the repositioning of Sentinel-1C in June, 2026. ## [10.17.5] From d7d55e5fef4089d3c44a31456fcff8e0f2cf310e Mon Sep 17 00:00:00 2001 From: Andrew Player Date: Mon, 29 Jun 2026 16:46:32 -0400 Subject: [PATCH 15/19] Add RDS connection permissions to task role --- apps/compute-cf.yml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/compute-cf.yml.j2 b/apps/compute-cf.yml.j2 index ed40f3bc7..33f73deac 100644 --- a/apps/compute-cf.yml.j2 +++ b/apps/compute-cf.yml.j2 @@ -193,6 +193,9 @@ Resources: - Effect: Allow Action: sns:Publish Resource: arn:aws:sns:* + - Effect: Allow + Action: rds-db:connect + Resource: !Sub "arn:aws:rds-db:${AWS::Region}:${AWS::AccountId}:dbuser:*/*" BatchServiceRole: Type: {{ 'Custom::JplRole' if security_environment in ('JPL', 'JPL-public') else 'AWS::IAM::Role' }} From 8fca15d50124cc1c43269d6e5eb4c87d3d28b307 Mon Sep 17 00:00:00 2001 From: Andrew Player Date: Mon, 29 Jun 2026 16:47:44 -0400 Subject: [PATCH 16/19] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d979befd..84d9ed4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.17.6] ### Added +- Added RDS Connection Permission to the TaskRole. - Added `FIRE_TRACK` job spec to `hyp3-ak-fire-safe`. - Added parameter `upload_to_db` to `AK_FIRE_SAFE` job spec. - Added environment variable `DB_HOST` to `AK_FIRE_SAFE` job spec. From e5421281d2b003e2b7a7514bac83a1c12cf5263b Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Mon, 29 Jun 2026 14:58:29 -0800 Subject: [PATCH 17/19] Drop hyp3-carter b/c of dissuse --- .github/workflows/deploy-custom-prod.yml | 22 ---------------------- CHANGELOG.md | 4 ++++ 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/.github/workflows/deploy-custom-prod.yml b/.github/workflows/deploy-custom-prod.yml index 2d11960d9..467cf709b 100644 --- a/.github/workflows/deploy-custom-prod.yml +++ b/.github/workflows/deploy-custom-prod.yml @@ -287,28 +287,6 @@ jobs: same_account_publishing: false ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id - - environment: hyp3-carter - domain: hyp3-carter.asf.alaska.edu - template_bucket: cf-templates-1qx2mwia5g4kh-us-west-2 - image_tag: latest - product_lifetime_in_days: 30 - default_credits_per_user: 0 - default_application_status: APPROVED - cost_profile: DEFAULT - job_files: >- - job_spec/AUTORIFT.yml - job_spec/INSAR_GAMMA.yml - job_spec/RTC_GAMMA.yml - job_spec/INSAR_ISCE_BURST.yml - job_spec/INSAR_ISCE_MULTI_BURST.yml - instance_types: r8id.xlarge,r8id.2xlarge,r8id.4xlarge,r8id.8xlarge,r8id.12xlarge,r8id.16xlarge - default_max_vcpus: 640 - expanded_max_vcpus: 640 - required_surplus: 0 - security_environment: ASF - same_account_publishing: false - ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id - - environment: hyp3-lavas domain: hyp3-lavas.asf.alaska.edu template_bucket: cf-templates-10a5pjrsv3cgo-us-west-2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d979befd..b4ce3bde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The SrgGslc and SlimSAR compute environments have been upgraded to AL2023-based AMIs from AL2 AMIs due to the pending end-of-life of AL2. - The `check_same_relative_orbits` validator has been updated to account for the repositioning of Sentinel-1C in June, 2026. +### Removed +- The `hyp3-carter` deployment has been retired. + + ## [10.17.5] ### Added From 9803272ca0629233c39cba545b301c98773a399c Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Tue, 30 Jun 2026 15:15:01 -0800 Subject: [PATCH 18/19] ensure all job specs accept S1D --- CHANGELOG.md | 1 + job_spec/ARIA_S1_COSEIS.yml | 4 ++-- job_spec/INSAR_ISCE.yml | 4 ++-- job_spec/WATER_MAP.yml | 4 ++-- job_spec/WATER_MAP_EQ.yml | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ca25f3c..1cbe13514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Parquet file products are now visible. +- Sentinel-1D scenes are now accepted by `ARIA_S1_COSEIS`, `INSAR_ISCE`, `WATER_MAP` and `WATERMAP_EQ` jobs. ### Fixed - The SrgGslc and SlimSAR compute environments have been upgraded to AL2023-based AMIs from AL2 AMIs due to the pending end-of-life of AL2. diff --git a/job_spec/ARIA_S1_COSEIS.yml b/job_spec/ARIA_S1_COSEIS.yml index 48e27d0ee..52fb7d814 100644 --- a/job_spec/ARIA_S1_COSEIS.yml +++ b/job_spec/ARIA_S1_COSEIS.yml @@ -11,7 +11,7 @@ ARIA_S1_COSEIS: items: description: The name of the Sentinel-1 SLC granules to use as reference scenes for InSAR processing type: string - pattern: "^S1[ABC]_IW_SLC__1S[SD]V" + pattern: "^S1[ABCD]_IW_SLC__1S[SD]V" minLength: 67 maxLength: 67 example: S1B_IW_SLC__1SDV_20210723T014947_20210723T015014_027915_0354B4_B3A9 @@ -22,7 +22,7 @@ ARIA_S1_COSEIS: items: description: The name of the Sentinel-1 SLC granules to use as secondary scenes for InSAR processing type: string - pattern: "^S1[ABC]_IW_SLC__1S[SD]V" + pattern: "^S1[ABCD]_IW_SLC__1S[SD]V" minLength: 67 maxLength: 67 example: S1B_IW_SLC__1SDV_20210711T014947_20210711T015013_027740_034F80_D404 diff --git a/job_spec/INSAR_ISCE.yml b/job_spec/INSAR_ISCE.yml index 93daeb372..eae72b87d 100644 --- a/job_spec/INSAR_ISCE.yml +++ b/job_spec/INSAR_ISCE.yml @@ -11,7 +11,7 @@ INSAR_ISCE: items: description: The name of the Sentinel-1 SLC granules to use as reference scenes for InSAR processing type: string - pattern: "^S1[ABC]_IW_SLC__1S[SD]V" + pattern: "^S1[ABCD]_IW_SLC__1S[SD]V" minLength: 67 maxLength: 67 example: S1B_IW_SLC__1SDV_20210723T014947_20210723T015014_027915_0354B4_B3A9 @@ -22,7 +22,7 @@ INSAR_ISCE: items: description: The name of the Sentinel-1 SLC granules to use as secondary scenes for InSAR processing type: string - pattern: "^S1[ABC]_IW_SLC__1S[SD]V" + pattern: "^S1[ABCD]_IW_SLC__1S[SD]V" minLength: 67 maxLength: 67 example: S1B_IW_SLC__1SDV_20210711T014947_20210711T015013_027740_034F80_D404 diff --git a/job_spec/WATER_MAP.yml b/job_spec/WATER_MAP.yml index 64c5f3d5e..8821eeb54 100644 --- a/job_spec/WATER_MAP.yml +++ b/job_spec/WATER_MAP.yml @@ -11,13 +11,13 @@ WATER_MAP: anyOf: - description: The name of the IW VV+VH Sentinel-1 GRDH granule to process type: string - pattern: "^S1[ABC]_IW_GRDH_1SDV" + pattern: "^S1[ABCD]_IW_GRDH_1SDV" minLength: 67 maxLength: 67 example: S1A_IW_GRDH_1SDV_20210413T235641_20210413T235706_037439_0469D0_3F2B - description: The name of the IW VV+VH Sentinel-1 SLC granule to process type: string - pattern: "^S1[ABC]_IW_SLC__1SDV" + pattern: "^S1[ABCD]_IW_SLC__1SDV" minLength: 67 maxLength: 67 example: S1A_IW_SLC__1SDV_20211110T234815_20211110T234842_040516_04CE0A_E717 diff --git a/job_spec/WATER_MAP_EQ.yml b/job_spec/WATER_MAP_EQ.yml index f3e71f194..c849b86f3 100644 --- a/job_spec/WATER_MAP_EQ.yml +++ b/job_spec/WATER_MAP_EQ.yml @@ -11,13 +11,13 @@ WATER_MAP_EQ: anyOf: - description: The name of the IW VV+VH Sentinel-1 GRDH granule to process type: string - pattern: "^S1[ABC]_IW_GRDH_1S[SD]V" + pattern: "^S1[ABCD]_IW_GRDH_1S[SD]V" minLength: 67 maxLength: 67 example: S1A_IW_GRDH_1SDV_20210413T235641_20210413T235706_037439_0469D0_3F2B - description: The name of the IW VV+VH Sentinel-1 SLC granule to process type: string - pattern: "^S1[ABC]_IW_SLC__1S[SD]V" + pattern: "^S1[ABCD]_IW_SLC__1S[SD]V" minLength: 67 maxLength: 67 example: S1A_IW_SLC__1SDV_20211110T234815_20211110T234842_040516_04CE0A_E717 From 6c7583c45201d51df8cb80cf3ff85c31faaba727 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Wed, 1 Jul 2026 17:06:45 -0800 Subject: [PATCH 19/19] Update single burst insar jobs to v3.0.2 --- CHANGELOG.md | 3 ++- job_spec/INSAR_ISCE_BURST.yml | 2 +- job_spec/INSAR_ISCE_BURST_EC2.yml | 2 +- job_spec/INSAR_ISCE_BURST_SPOT.yml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cbe13514..ef6f6a1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Parquet file products are now visible. -- Sentinel-1D scenes are now accepted by `ARIA_S1_COSEIS`, `INSAR_ISCE`, `WATER_MAP` and `WATERMAP_EQ` jobs. +- Sentinel-1D scenes are now accepted by `ARIA_S1_COSEIS`, `INSAR_ISCE`, `WATER_MAP` and `WATERMAP_EQ` jobs. +- Updated the pinned version of hyp3-isce2 from v3.0.1 to v3.0.2 in `INSAR_ISCE_BURST`, `INSAR_ISCE_BURST`, and `INSAR_ISCE_BURST` job specs to support Sentinel-1D processing in single burst jobs. ### Fixed - The SrgGslc and SlimSAR compute environments have been upgraded to AL2023-based AMIs from AL2 AMIs due to the pending end-of-life of AL2. diff --git a/job_spec/INSAR_ISCE_BURST.yml b/job_spec/INSAR_ISCE_BURST.yml index 831f83799..31f383268 100644 --- a/job_spec/INSAR_ISCE_BURST.yml +++ b/job_spec/INSAR_ISCE_BURST.yml @@ -43,7 +43,7 @@ INSAR_ISCE_BURST: steps: - name: '' image: ghcr.io/asfhyp3/hyp3-isce2 - image_tag: 3.0.1 + image_tag: 3.0.2 command: - ++process - insar_tops_burst diff --git a/job_spec/INSAR_ISCE_BURST_EC2.yml b/job_spec/INSAR_ISCE_BURST_EC2.yml index ac947735e..6fb7189c0 100644 --- a/job_spec/INSAR_ISCE_BURST_EC2.yml +++ b/job_spec/INSAR_ISCE_BURST_EC2.yml @@ -43,7 +43,7 @@ INSAR_ISCE_BURST_EC2: steps: - name: '' image: ghcr.io/asfhyp3/hyp3-isce2 - image_tag: 3.0.1 + image_tag: 3.0.2 command: - ++process - insar_tops_burst diff --git a/job_spec/INSAR_ISCE_BURST_SPOT.yml b/job_spec/INSAR_ISCE_BURST_SPOT.yml index 9dca56f76..9b050e78b 100644 --- a/job_spec/INSAR_ISCE_BURST_SPOT.yml +++ b/job_spec/INSAR_ISCE_BURST_SPOT.yml @@ -43,7 +43,7 @@ INSAR_ISCE_BURST: steps: - name: '' image: ghcr.io/asfhyp3/hyp3-isce2 - image_tag: 3.0.1 + image_tag: 3.0.2 command: - ++process - insar_tops_burst