Antonio Valentino pushed to branch upstream 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 - - - - - 3 changed files: - CHANGELOG.md - asf_search/CMR/datasets.py - asf_search/constants/POLARIZATION.py 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' View it on GitLab: https://salsa.debian.org/debian-gis-team/asf-search/-/commit/83063b9381f17bacb2cae14fd3c933ae0545bb2e -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/debian-gis-team/asf-search/-/commit/83063b9381f17bacb2cae14fd3c933ae0545bb2e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
