Skip to content

Commit 11301a9

Browse files
chore: update CHANGELOG
1 parent ea5f1a5 commit 11301a9

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,51 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2727
-->
2828
------
2929
## [1.0.4](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.3...v1.0.4)
30+
### Added
31+
- Added experimental ARIA S1 GUNW baseline stacking support
32+
- requires: `dataset` keyword be set to "ARIA S1 GUNW" and using the desired frame as the `reference`
33+
- returns json object list partially formatted for submitting jobs to ASF's On Demand processing.
34+
``` json
35+
[
36+
{
37+
"date": "2025-06-04T00:26:25Z",
38+
"products": [
39+
"S1A_IW_SLC__1SDV_20250604T002649_20250604T002716_059489_076290_7E0F",
40+
"S1A_IW_SLC__1SDV_20250604T002625_20250604T002651_059489_076290_7FE0"
41+
],
42+
"group_granule_idx": 0,
43+
"perpendicularBaseline": 0,
44+
"temporalBaseline": 0
45+
},
46+
{
47+
"date": "2025-05-23T00:26:25Z",
48+
"products": [
49+
"S1A_IW_SLC__1SDV_20250523T002650_20250523T002717_059314_075C80_5A5D",
50+
"S1A_IW_SLC__1SDV_20250523T002625_20250523T002652_059314_075C80_BBE7"
51+
],
52+
"group_granule_idx": 0,
53+
"perpendicularBaseline": 47,
54+
"temporalBaseline": -12
55+
},
56+
57+
...
58+
59+
{
60+
"date": "2014-10-12T00:25:42Z",
61+
"products": [
62+
"S1A_IW_SLC__1SSV_20141012T002607_20141012T002634_002789_00323B_2DB9",
63+
"S1A_IW_SLC__1SSV_20141012T002542_20141012T002609_002789_00323B_0E9F"
64+
],
65+
"group_granule_idx": 0,
66+
"perpendicularBaseline": -160,
67+
"temporalBaseline": -3888
68+
}
69+
]
70+
```
3071
### Changed
3172
- bumped asf-search to 9.0.1 for nisar search types, browse images, and UAT collections, `productionConfiguration` list support
3273

74+
3375
------
3476
## [1.0.3](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.2...v1.0.3)
3577
### Changed

0 commit comments

Comments
 (0)