Skip to content

Commit

Permalink
Merge pull request #304 from asfadmin/master
Browse files Browse the repository at this point in the history
V7.1.3 Release
  • Loading branch information
SpicyGarlicAlbacoreRoll authored Jun 18, 2024
2 parents 36e07f9 + f04af77 commit 1d521bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-
-->
------
## [v7.1.3](https://github.com/asfadmin/Discovery-asf_search/compare/v7.1.2...v7.1.3)
### Fixed
- Adds missing values for polarization constants `DUAL_HH`, `DUAL_VV`, `DUAL_HV`, `DUAL_VH`, `HH_3SCAN`, `HH_4SCAN`, `HH_5SCAN`
- processingLevel `RAW` now includes `C1234413256-ASFDEV` in collection alias list (`SENTINEL-1B_RAW`'s collection for ASFDEV provider)

------
## [v7.1.2](https://github.com/asfadmin/Discovery-asf_search/compare/v7.1.1...v7.1.2)
### Fixed
Expand Down
1 change: 1 addition & 0 deletions asf_search/CMR/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,7 @@
"C1234413238-ASFDEV",
"C1327985647-ASF",
"C1216244592-ASF",
"C1234413256-ASFDEV",
],
"GRD_MD": [
"C1214471521-ASF",
Expand Down
14 changes: 7 additions & 7 deletions asf_search/constants/POLARIZATION.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
VV = 'VV'
VV_VH = 'VV+VH'
HH_HV = 'HH+HV'
DUAL_HH = ''
DUAL_VV = ''
DUAL_HV = ''
DUAL_VH = ''
HH_3SCAN = ''
HH_4SCAN = ''
HH_5SCAN = ''
DUAL_HH = 'DUAL HH'
DUAL_VV = 'DUAL VV'
DUAL_HV = 'DUAL HV'
DUAL_VH = 'DUAL VH'
HH_3SCAN = 'HH 3SCAN'
HH_4SCAN = 'HH 4SCAN'
HH_5SCAN = 'HH 5SCAN'
QUAD = 'quadrature'
HH_VV = 'HH+VV'
HH_HV_VH_VV = 'HH+HV+VH+VV'
Expand Down

0 comments on commit 1d521bd

Please sign in to comment.