Skip to content

Releases: ASFHyP3/hyp3-gamma

HyP3 RTC GAMMA v2.0.6

15 Jul 17:10
5d61850
Compare
Choose a tag to compare

Fixed

  • Resolved issue where thumbnail filenames ended in ..png rather than .png

HyP3 RTC GAMMA v2.0.5

15 Jul 01:25
2a019d4
Compare
Choose a tag to compare

Added

  • The v2 entrypoint will now create and upload thumbnail images to S3 in addition to browse images

HyP3 RTC GAMMA v2.0.4

14 Jul 21:32
edd92c3
Compare
Choose a tag to compare

Changed

  • The v2 entrypoint will now upload browse images and thumnail images in addition to the zip file.
  • Upgrade to hyp3-lib 1.3.0. In particular, geotiff products no longer include overviews.
  • Eliminated seprate "low-res" (1024x) and "high-res" (2048x) browse image resolutions in favor of a single 2048x image.

HyP3 RTC GAMMA v2.0.3

30 Jun 22:28
806e48a
Compare
Choose a tag to compare

Fixed

HyP3 RTC GAMMA v2.0.2

29 Jun 21:04
e630231
Compare
Choose a tag to compare

Changed

  • The v2 entrypoint will now make up to three retry attempts if it fails to download the input granule from the ASF archive.
  • Changed the name of the product README file to <product_name>.README.txt, e.g. S1A_IW_RT30_20170708T161200_G_gpn.README.txt
  • Calls to mk_geo_radcal will no longer include the -j do not use layover-shadow map in the calculation of pixel_area flag. The layover-shadow map will now be consistently applied to all products.
  • Upgraded to hyp3-lib v1.2.2
  • Removed custom blank_bad_data.py from mk_geo_radcal processing. Border pixels for older GRD products are now cleaned using the default make_edge setting of par_S1_GRD.

HyP3 RTC GAMMA v2.0.1

23 Jun 18:01
ddc50a4
Compare
Choose a tag to compare

Changed

  • hyp3-v2 output products are now packaged in a .zip file similar to hyp3-v1 products

HyP3 RTC GAMMA v2.0.0

15 Jun 18:28
14e5edb
Compare
Choose a tag to compare

This is a significant refactor of hyp3-rtc-gamma into:

  • A pip installable package called hyp3_rtc_gamma
  • A stand alone, container-based HyP3 plugin

NOTE: There are significant changes to the overall repository structure and
will break all existing HyP3 workflows!

Removed

  • Python 2. This package now requires Python 3.6+
  • A patched version of GAMMA's mk_geo_radcal and an associated blank_bad_data.py script

Added

  • A packaging and testing structure -- now pip installable and testing is done via pytest
    • Previous command line scripts are now registered entrypoints and created when the package is pip installed:
      • check_coreg.py
      • rtc_sentinel.py
      • smooth_dem_tiles.py
      • 'xml2meta.py'
  • A Dockerfile to build the HyP3 plugin
  • A CI/CD workflow setup, which will build and publish the docker container
  • The processing script that used to live in the now depreciated cloud-proj repository has been moved into the
    package as hyp3_rtc_gamma.__main__ and also registered as a hyp3_rtc_gamma entrypoint
  • A second, in development, entrypoint for HyP3 v2 has been added to hyp3_rtc_gamma.__main__

Changed

  • All of src/ is now contained in the hyp3_rtc_gamma package
  • All of etc/is now contained in hyp3_rtc_gamma.etc
  • The version number is now tracked automatically via git tags instead of in etc/version.txt