Skip to content

Releases: asfadmin/Discovery-asf_search

v8.0.1

26 Aug 18:35
bcebd43
Compare
Choose a tag to compare

v8.0.1

Fixed

  • Fixed setting end date timezone when translating search opts to CMR opts

v8.0.0

08 Aug 18:03
b9473fa
Compare
Choose a tag to compare

v8.0.0

Added

  • Added asf.ASFSearchOptions(circle=[lat, long, radius]) search param. Takes list of exactly 3 numbers.
  • Exposed asf.validator_map, which given a ops search param, can be used to look up which method we're going to validate it against.
  • Exposed ASFProduct.get_urls() which returns the URL's for it's products directly. Can control which products with the fileType enum.

Removed

  • Removes get_property_paths() static method from ASFProduct, just uses _base_properties

v7.1.4

16 Jul 16:12
28f9f1f
Compare
Choose a tag to compare

v7.1.4

Changed

  • replaces ciso8601 package with dateutil for package wheel compatibility. ciso8601 used when installed via extra dependency

Fixed

  • Fixes syntax warning with escaped slash in translate.py

v7.1.3

18 Jun 19:37
f04af77
Compare
Choose a tag to compare

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

31 May 19:37
1df1e65
Compare
Choose a tag to compare

Fixed

  • OPERAS1Product subclass now properly assigned to PGE v2.0.1 results

Changed

  • ARIAS1GUNWProduct.is_ARIAS1GUNWProduct() removed, replaced with ASFProduct._is_subclass() implementation

v7.1.1

25 Apr 18:53
1bf62d1
Compare
Choose a tag to compare

v7.1.1

Changed

  • Uses ciso8601.parse_datetime() in baseline calculations, speeds up calculations on larger stacks

Added

  • Adds ASF_LOGGER logging in search_generator() and related methods

Fixed

  • ASFProduct.get_sort_keys() will no longer returns None values if missing sort key and cause sort to fail in search(), defaults to empty string

v7.1.0

19 Apr 17:32
d8ac6ff
Compare
Choose a tag to compare

Added

  • Improved logging in ASFSession authentication methods

Changed

  • Uses ciso8601 module for parsing dates from CMR response, significant performance improvement post-query
  • ASFSession now allows for authorized user access to hidden/restricted CMR datasets via auth_with_creds() or auth_with_cookiejar() authentication methods (previously only supported via auth_with_token() method)
  • ASFSession.auth_with_token() now authenticates directly against EDL endpoint

v7.0.9

11 Apr 17:07
63fdfb3
Compare
Choose a tag to compare

v7.0.9

Added

  • collection "ARIA_S1_GUNW" added to ARIA_S1_GUNW dataset, V3 products now loaded as ARIAS1GUNWProduct subclass
  • ARIAS1GUNWProduct now exposes ariaVersion and (for V3 products) inputGranules in ARIAS1GUNWProduct.properties

v7.0.8

26 Mar 16:18
586d887
Compare
Choose a tag to compare

v7.0.8

Added

  • s3Urls property added to S1Product, OPERAS1Product, and NISARProduct types, exposing direct access S3 links

v7.0.7

22 Mar 21:24
Compare
Choose a tag to compare

v7.0.7

Added

  • Adds cmr_keywords search keyword, enables passing CMR format strings in search directly
  • Adds shortName keyword, for use with lists of collection short names

Changed

  • Allows using dataset and platform in same search