74 research outputs found
ASFHyP3/hyp3: HyP3 v2.7.3
Changed
<ul>
<li>s3 access log bucket is now encrypted using <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html">AWS S3 Bucket Keys</a></li>
</ul>
ASFHyP3/hyp3: HyP3 v2.8.0
Added
<ul>
<li>HyP3 can now be deployed into a JPL managed commercial AWS account</li>
<li>Selectable security environment when rendering CloudFormation templates, which will modify resources/configurations for:<ul>
<li><code>ASF</code> (default) -- AWS accounts managed by the Alaska Satellite Facility</li>
<li><code>EDC</code> -- AWS accounts managed by the NASA Earthdata CLoud</li>
<li><code>JPL</code> -- AWS accounts managed by the NASA Jet Propulsion Laboratory</li>
</ul>
</li>
<li>A <code>security_environment</code> Make variable used by the <code>render</code> target (and any target that depends on <code>render</code>).
Use like <code>make security_environment=ASF build</code></li>
</ul>
Changed
<ul>
<li>All CloudFormation templates (<code>*-cf.yml</code>) are now rendered from jinja2 templates (<code>*-cf.yml.j2</code>)</li>
</ul>
Removed
<ul>
<li>The <code>EarthdataCloud</code> CloudFormation template parameter to <code>apps/main-cf.yml</code></li>
</ul>
ASFHyP3/hyp3: HyP3 v2.8.2
Fixed
<ul>
<li>Limited the number of jobs a subscription can send at a time to avoid timing out. Fixes <a href="https://github.com/ASFHyP3/hyp3/issues/794">#794</a>.</li>
<li>Confirm there are no unprocessed granules before disabling subscriptions past their expiration date.</li>
</ul>
ASFHyP3/hyp3: HyP3 v2.10.0
Added
<ul>
<li>AutoRIFT jobs now allow submission with Landsat 9 Collection 2 granules</li>
</ul>
ASFHyP3/hyp3: HyP3 v2.13.0
Changed
<ul>
<li>Upgraded AWS Lambda functions and Github Actions to Python 3.9</li>
<li>Require HttpTokens to be consistent with EC2 instance metadata configured with Instance Metadata Service Version 2 (IMDSv2).</li>
<li>Cloudformation stack parameters that are specific to Earthdata Cloud environments are now managed via Jinja templates,
rather than CloudFormation conditions.</li>
</ul>
ASFHyP3/hyp3-isce2: HyP3 ISCE2 v0.8.0
<h3>Added</h3>
<ul>
<li>Functions for resampling geographic image to radar coordinates, copying ISCE2 images, and performing ISCE2 image math to utils.py.</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>create_water_mask</code> so that it pulls data from a partition parquet file (speeds up downloads), and added option to output water mask in any GDAL format.</li>
<li><code>insar_tops_burst</code> so that water masking is done pre-unwrapping if masking is requested.</li>
</ul>
ASFHyP3/hyp3-isce2: HyP3 ISCE2 v0.9.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, the <code>ESA_USERNAME</code> and <code>ESA_PASSWORD</code> environment variables, or a <code>.netrc</code> file.</li>
<li>All the special ISCE2 environment variable, python path, and system path handling has been moved to <code>hyp3_isce2.__init__.py</code> to ensure it's always done before using any object in this package.</li>
<li>All <a href="https://docs.python.org/3/library/subprocess.html#using-the-subprocess-module">subprocess</a> calls use <code>subprocess.run</code>, as recommended.</li>
</ul>
ASFHyP3/hyp3-isce2: HyP3 ISCE2 v0.9.1
<h3>Fixed</h3>
<ul>
<li>Water Masking now pulls the global shapefile and clips it, rather than pulling a partitioned parque, due to issues around the partition boundaries.</li>
</ul>
ASFHyP3/hyp3-docs: HyP3 Docs v0.3.10
Changed
<ul>
<li>Updated HyP3 SDK to <a href="https://github.com/ASFHyP3/hyp3-sdk/blob/main/CHANGELOG.md#130">v1.3.0</a></li>
</ul>
ASFHyP3/hyp3: HyP3 v3.0.0
Added
<ul>
<li><code>INSAR_ISCE</code> and <code>INSAR_ISCE_TEST</code> jobs now accepts all weather model parameters <a href="https://github.com/dbekaert/RAiDER/blob/dev/tools/RAiDER/models/allowed.py">allowed by <code>RAiDER</code></a>.</li>
<li>Added <code>hyp3-bgc-engineering</code> deployment.
### Changed</li>
<li><code>WATER_MAP</code> and <code>RIVER_WIDTH</code> jobs are now run as a series of multiple tasks.</li>
<li>The <code>flood_depth_estimator</code> parameter for <code>WATER_MAP</code> jobs is now restricted to a set of possible values.</li>
<li>Changed the default value for the <code>flood_depth_estimator</code> parameter for <code>WATER_MAP</code> jobs from <code>iterative</code> to <code>None</code>.
A value of <code>None</code> indicates that a flood map will not be included.</li>
<li>Reduced <code>ITS_LIVE</code> product lifetime cycle from 180 days to 45 days.
### Removed</li>
<li>Removed the <code>include_flood_depth</code> parameter for <code>WATER_MAP</code> jobs.</li>
</ul>
- …