HyP3 GAMMA v4.0.0
RTC processing via rtc_sentinel.py has been significantly refactored, and a number of legacy options have been
removed.
Added
rtc.util.unzip_granule()unzips a S1 zip file and returns the .SAFE directory name
Changed
- The parameters to
rtc_sentinel.pyandrtc.rtc_sentinel.rtc_sentinel_gamma()have been significantly revised.
Review the corresponding help for more details:rtc_sentinel.py --helpfrom hyp3_gamma.rtc.rtc_sentinel import rtc_sentinel_gamma; help(rtc_sentinel_gamma)
- A refactored
rtc.coregistrationmodule has replacedrtc.check_coreg. Thecheck_coreg.pyentrypoint has been
removed. - Upgraded to hyp3_metadata v0.2.0
from v0.1.4
Removed
- Legacy support for the GIMP and REMA DEMs has been removed, including the
rtc.smoothemmodule and the corresponding
smoothem.pyentrypoint. - User-provided DEMs in GAMMA format are no longer supported. DEMs in GeoTIFF format are still supported.
- The
output/out_nameoptions to set the name of the output product have been removed. - The
shapeoption to subset to the bounds of a shapefile has been removed. Subsetting to a bounding box or to a
user-provided DEM are still supported. - The
termsoption has been removed. DEM matching will always use a one-term offset polynomial. - The
paroption to provide a pre-generateddiff_paroffset file has been removed. - The
fail/dead_flagoptions have been removed. Processing will always proceed using dead reckoning when
dem_matchingis selected and co-registration fails. hyp3_gamma.util.find_and_remove()has been removed.