Skip to content

Commit

Permalink
Merge pull request #250 from asfadmin/opera-PRODUCT_TYPE-constants
Browse files Browse the repository at this point in the history
Adds OPERA-S1 PRODUCT_TYPE constants
  • Loading branch information
SpicyGarlicAlbacoreRoll authored Dec 22, 2023
2 parents 164f29f + baeaa3c commit 85d1521
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-->
------
## [v6.7.3](https://github.com/asfadmin/Discovery-asf_search/compare/v6.7.2...v6.7.3)
### Added
- Adds OPERA-S1 constants `RTC`, `RTC_STATIC` (RTC-STATIC), `CSLC`, `CSLC_STATIC` (CSLC-STATIC) to `PRODUCT_TYPE.py`

### Fixed
- search method params with `Iterable` type hinting now actually accept iterables
- Harmonizes `search()`, `geo_search()`, and `search_count()` parameters
Expand Down
6 changes: 6 additions & 0 deletions asf_search/constants/PRODUCT_TYPE.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,9 @@
# SEASAT
GEOTIFF = 'GEOTIFF'
# L1 provided by RADARSAT

# OPERA-S1
RTC = 'RTC'
CSLC = 'CSLC'
RTC_STATIC = 'RTC-STATIC'
CSLS_STATIC = 'CSLC-STATIC'

0 comments on commit 85d1521

Please sign in to comment.