29 research outputs found
ASFHyP3/hyp3-gamma: HyP3 GAMMA v4.6.0
Added
water_map entrypoint to create a water map product
Option to output decibel scaled RTC products
--scale parameter to rtc entrypoint now accepts decibel
scale parameter to rtc_sentinel.rtc_sentinel_gamma now accepts decibel
Changed
Upgraded to hyp3-metadata v1.2.3
from v1.1.
ASFHyP3/hyp3-gamma: HyP3 GAMMA v7.0.0
<h3>Changed</h3>
<ul>
<li>Upgraded <code>hyp3lib</code> dependency to version <code>2.x.x</code>.</li>
<li>As of <a href="https://github.com/ASFHyP3/hyp3-lib/releases/tag/v2.0.0">HyP3-lib v2.0.0</a>, the <a href="https://dataspace.copernicus.eu/">Copernicus Data Space Ecosystem (CDSE)</a> will now be used for downloading Sentinel-1 orbit files from ESA.</li>
<li>CDSE credentials must be provided via the <code>--esa-username</code> and <code>--esa-password</code> command-line options or the <code>ESA_USERNAME</code> and <code>ESA_PASSWORD</code> environment variables.</li>
</ul>
ASFHyP3/hyp3-lib: HyP3-lib v2.0.1
<h3>Fixed</h3>
<ul>
<li><code>distribute</code> action to use updated version similar to <code>hyp3-sdk</code></li>
</ul>
ASFHyP3/hyp3-lib: HyP3-lib v2.0.2
<h3>Fixed</h3>
<ul>
<li>Install <code>build</code> dependency to fix <code>distribute</code> action.</li>
</ul>
ASFHyP3/hyp3-gamma: HyP3 GAMMA v6.3.0
Changed
Upgraded to GAMMA software version 20230712 from 2022063
ASFHyP3/hyp3-gamma: HyP3 GAMMA v8.0.1
<h3>Changed</h3>
<ul>
<li>Upgraded to <code>hyp3lib>=3,<4</code> from <code>>=2,<3</code></li>
<li>All requirements for the conda environment are once again installed via conda in <code>environment.yml</code>, eliminating the
workaround for <a href="https://github.com/ASFHyP3/hyp3-gamma/issues/421">#421</a> implemented in v5.7.2.</li>
</ul>
ASFHyP3/hyp3-gamma: HyP3 GAMMA v8.0.0
<h3>Removed</h3>
<ul>
<li>Support for legacy SRTM/NED DEMs in RTC processing. All RTC processing now uses the Copernicus DEM.<ul>
<li><code>legacy</code> option for the <code>--dem-name</code> parameter of <code>__main__.rtc()</code></li>
<li><code>legacy</code> option for the <code>--dem-name</code> parameter of <code>rtc_sentinel.main()</code></li>
<li><code>legacy</code> option for the <code>dem_name</code> parameter of <code>rtc_sentinel.rtc_sentinel_gamma()</code></li>
<li><code>EU_DEM_V11</code>, <code>GIMP</code>, <code>IFSAR</code>, <code>NED13</code>, <code>NED1</code>, <code>NED2</code>, <code>REMA</code>, <code>SRTMGL1</code>, and <code>SRTMGL3</code> entries from
<code>metadata.rtc.SUPPORTED_DEMS</code></li>
</ul>
</li>
</ul>
ASFHyP3/hyp3-gamma: HyP3 GAMMA v6.3.1
Fixed
Phase unwrapping for very large interferograms is now performed in two range patches to keep total memory requirement
under 31,600 MB. Fixes #316