[Git][debian-gis-team/asf-search][master] 4 commits: New upstream version 7.1.3

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sun Jun 23 16:16:31 BST 2024



Antonio Valentino pushed to branch master at Debian GIS Project / asf-search


Commits:
83063b93 by Antonio Valentino at 2024-06-23T14:40:23+00:00
New upstream version 7.1.3
- - - - -
14b116cd by Antonio Valentino at 2024-06-23T14:40:30+00:00
Update upstream source from tag 'upstream/7.1.3'

Update to upstream version '7.1.3'
with Debian dir 69ba19341c8c0167ffe07a451e17e070a0b1e641
- - - - -
da538cc8 by Antonio Valentino at 2024-06-23T14:41:09+00:00
New upstream release

- - - - -
5dc4a434 by Antonio Valentino at 2024-06-23T14:42:31+00:00
Set distribution to unstable

- - - - -


4 changed files:

- CHANGELOG.md
- asf_search/CMR/datasets.py
- asf_search/constants/POLARIZATION.py
- debian/changelog


Changes:

=====================================
CHANGELOG.md
=====================================
@@ -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


=====================================
asf_search/CMR/datasets.py
=====================================
@@ -1168,6 +1168,7 @@ collections_by_processing_level = {
         "C1234413238-ASFDEV",
         "C1327985647-ASF",
         "C1216244592-ASF",
+        "C1234413256-ASFDEV",
     ],
     "GRD_MD": [
         "C1214471521-ASF",


=====================================
asf_search/constants/POLARIZATION.py
=====================================
@@ -2,13 +2,13 @@ HH = 'HH'
 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'


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+asf-search (7.1.3-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 23 Jun 2024 14:42:12 +0000
+
 asf-search (7.1.2-1) unstable; urgency=medium
 
   * New upstream release.



View it on GitLab: https://salsa.debian.org/debian-gis-team/asf-search/-/compare/bae5996dfd9427121ab79aeac2a1bf833fe13fa7...5dc4a434626bc4ad3a066ea65f2492f53c69fb6b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/debian-gis-team/asf-search/-/compare/bae5996dfd9427121ab79aeac2a1bf833fe13fa7...5dc4a434626bc4ad3a066ea65f2492f53c69fb6b
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240623/25092100/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list