v6.7.3
v6.7.3
Added
- Adds OPERA-S1 constants
RTC
,RTC_STATIC
(RTC-STATIC),CSLC
,CSLC_STATIC
(CSLC-STATIC) toPRODUCT_TYPE.py
Fixed
- Harmonizes
search()
,geo_search()
, andsearch_count()
parameters - Updates python version requirement in
setup.py
to 3.8+
Changed
- search method params with
Iterable
type hinting now changed toSequence
- search method param validators updated to support
Sequence
type (lists, tuples, ranges)
(Prior to this release search params with Iterable
type hinting only actually supported lists, so the change to Sequence
will not cause breaking changes)