Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d87ec36
udpate insar_gamma job spec for lower memory usage
asjohnston-asf Apr 10, 2026
7777347
fix hyp3-edc-sandbox deployment attempt
asjohnston-asf Apr 10, 2026
79756d7
reduce to r8id.large instances
asjohnston-asf Apr 11, 2026
87e9386
try m8id.xlarge instances
asjohnston-asf Apr 13, 2026
d109219
up omp-num-threads to 4
asjohnston-asf Apr 13, 2026
a117158
update to r8id.xlarge
asjohnston-asf Apr 13, 2026
0c03e42
revert to 2 threads and full r8id family
asjohnston-asf Apr 13, 2026
ad462b4
Bump pytest from 9.0.2 to 9.0.3
dependabot[bot] Apr 14, 2026
5e3667f
update to new gamma image with reduced disk requirement
asjohnston-asf Apr 14, 2026
059f0b2
revert insar gamma image_tag and ec2 fleet changes
asjohnston-asf Apr 14, 2026
1c9d752
update changelog
asjohnston-asf Apr 14, 2026
ebc1604
Merge pull request #3075 from ASFHyP3/hyp3-edc-sandbox
asjohnston-asf Apr 14, 2026
461af32
draft of s1d support
jtherrmann Apr 14, 2026
0f0da12
Merge pull request #3074 from ASFHyP3/dependabot/pip/pytest-9.0.3
jtherrmann Apr 14, 2026
a88e19e
Merge branch 'develop' into s1d
jtherrmann Apr 14, 2026
1c4663c
wildcard for cmr short name, remove todos
jtherrmann Apr 15, 2026
335f4bf
changelog
jtherrmann Apr 15, 2026
0ae14a1
Merge pull request #3076 from ASFHyP3/s1d
jtherrmann Apr 15, 2026
05d2c12
fix changelog
jtherrmann Apr 15, 2026
636c84f
Merge pull request #3079 from ASFHyP3/fix-changelog
jtherrmann Apr 15, 2026
c87b23d
revert changes to INSAR_GAMMA resource requirements
asjohnston-asf Apr 15, 2026
056da33
Merge pull request #3080 from ASFHyP3/revert-gamma-resources
asjohnston-asf Apr 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.16.0]

### Added
- Added Sentinel-1D support for the CMR query and the `INSAR_GAMMA` and `RTC_GAMMA` job types.

## [10.15.0]

### Added
Expand Down
21 changes: 7 additions & 14 deletions apps/api/src/hyp3_api/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,16 @@ def _get_cmr_metadata(granules: Iterable[str]) -> list[dict]:
return []

cmr_parameters = {
'granule_ur': [f'{granule}*' for granule in granules],
'options[granule_ur][pattern]': 'true',
'provider': 'ASF',
'options[granule_ur][pattern]': 'true',
'options[short_name][pattern]': 'true',
'granule_ur': [f'{granule}*' for granule in granules],
'short_name': [
'SENTINEL-1A_SLC',
'SENTINEL-1B_SLC',
'SENTINEL-1C_SLC',
'SENTINEL-1A_SP_GRD_HIGH',
'SENTINEL-1B_SP_GRD_HIGH',
'SENTINEL-1C_SP_GRD_HIGH',
'SENTINEL-1A_DP_GRD_HIGH',
'SENTINEL-1B_DP_GRD_HIGH',
'SENTINEL-1C_DP_GRD_HIGH',
'SENTINEL-1?_SLC',
'SENTINEL-1?_SP_GRD_HIGH',
'SENTINEL-1?_DP_GRD_HIGH',
'SENTINEL-1?_RAW',
'SENTINEL-1_BURSTS',
'SENTINEL-1A_RAW',
'SENTINEL-1B_RAW',
'SENTINEL-1C_RAW',
],
'page_size': 2000,
}
Expand Down
2 changes: 1 addition & 1 deletion job_spec/INSAR_GAMMA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ INSAR_GAMMA:
items:
description: The name of the Sentinel-1 SLC granule to process
type: string
pattern: "^S1[ABC]_IW_SLC__1S[SD][VH]"
pattern: "^S1[ABCD]_IW_SLC__1S[SD][VH]"
minLength: 67
maxLength: 67
example: S1A_IW_SLC__1SSV_20150621T120220_20150621T120232_006471_008934_72D8
Expand Down
4 changes: 2 additions & 2 deletions job_spec/RTC_GAMMA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ RTC_GAMMA:
anyOf:
- description: The name of the Sentinel-1 GRDH granule to process
type: string
pattern: "^S1[ABC]_IW_GRDH_1S[SD][VH]"
pattern: "^S1[ABCD]_IW_GRDH_1S[SD][VH]"
minLength: 67
maxLength: 67
example: S1B_IW_GRDH_1SDV_20211013T183321_20211013T183346_029121_037995_5B38
- description: The name of the Sentinel-1 SLC granule to process
type: string
pattern: "^S1[ABC]_IW_SLC__1S[SD][VH]"
pattern: "^S1[ABCD]_IW_SLC__1S[SD][VH]"
minLength: 67
maxLength: 67
example: S1A_IW_SLC__1SSV_20150621T120220_20150621T120232_006471_008934_72D8
Expand Down
2 changes: 1 addition & 1 deletion requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
boto3==1.42.79
jinja2==3.1.6
moto[dynamodb]==5.1.22
pytest==9.0.2
pytest==9.0.3
PyYAML==6.0.3
responses==0.26.0
ruff==0.15.8
Expand Down
Loading