Releases: asfadmin/Discovery-asf_search
Releases · asfadmin/Discovery-asf_search
v6.7.2
- Adds Calval collections to OPERA-S1
- Adds constants for
dataset
keyword, underDATASET
- Adds
validityStartDate
for static OPERA products
(Adds unused collections_per_platform
for future platform->concept-id search aliasing)
v6.7.1
- Fixes issue with certain S1 products not stacking properly in certain environments, which caused null
perpendicularBaseline
values
v6.7.0
Added
- Adds new
dataset
keyword tosearch()
as an alternative toplatform
. Allows users to get results from multiple platforms at once in a single page - Adds
operaBurstID
keyword tosearch()
- Adds OPERA-S1 param
operaBurstID
toASFProduct.properties
, and adds Opera product urls toadditionalUrls
- OPERA-S1 RTC product
polarization
now shows both polarizations as list - added
CMR_TIMEOUT
constant. This is the amount of time in seconds to wait without seeing any data. (Default=30)
Changed
- Changes
CMR_FORMAT_EXT
constant fromumm_json_v1_4
toumm_json
, umm returned from CMR will now be in latest umm format by default
Fixed
- ERS-1, ERS-2, JERS-1, RADARSAT-1, and Sentinel-1 Interferogram now assign
FRAME_NUMBER
to theframeNumber
properties field
v6.6.3
Fixed
- Fixes type hinting compatibility break introduced in v6.6.2 in
search_generator.py
for Python versions < v3.9
v6.6.2
v6.6.2
Added
- Adds new CMRIncompleteError exception, raised by search methods when CMR returns an incomplete page
Fixed
- Fixes bug in search_generator() causing results to sometimes wrongly be marked as incomplete
Changed
- stack_from_id() now raises if results are incomplete, before checking if reference was found
v6.6.1
Merge branch 'stable' into master
v6.6.0
Merge branch 'stable' into master
v6.5.0
Merge branch 'stable' into master
v6.4.0
Merge pull request #193 from asfadmin/search_count-host-fix update CHANGELOG
v6.3.1
Merge branch 'stable' into master