Skip to content

HyP3-lib v1.6.0

Choose a tag to compare

@tools-bot tools-bot released this 25 Sep 01:09
ffc3e44

Added

  • Methodology documentation of our RGB Decomposition images created from dual-pol RTC products
  • Helper functions for HyP3v2 entrypoints
    • hyp3lib.aws for working with AWS
    • hyp3lib.fetch.write_credentials_to_netrc_file to write a set of credentials to a ~/.netrc file
    • hyp3lib.image for working with images
    • hyp3lib.scene for working with Sentinel-1 scenes
    • hyp3lib.util for small utility functions
  • hyp3lib.system.isce_version to attempt to determine the ISCE version installed

Fixed

  • hyp3lib.apply_wb_mask now pulls the base masks from AWS instead of a local directory for portability

Changed

  • Water mask "creation" functions have been merged to hyp3lib.apply_wb_mask.get_water_mask. These are
    internal helper functions and not expected to impact users