Releases: ASFHyP3/hyp3-isce2
Releases · ASFHyP3/hyp3-isce2
HyP3 ISCE2 v0.6.1
Added
apply_water_mask
optional argument to apply water mask in the wrapped and unwrapped phase geotiff files
Changed
- updated product readme template to include references to the water masking layer and the option to apply it
- updated repo readme to include information on processing options
HyP3 ISCE2 v0.6.0
Changed
- Pixel sizes of output GeoTIFFs now better reflect their resolution: 80m for 20x4 looks, 40m for 10x2 looks, and 20m for 5x1 looks.
HyP3 ISCE2 v0.5.0
Changed
insar_tops_burst
workflow now supports burst products advertised in CMR production, rather than CMR UAT
HyP3 ISCE2 v0.4.1
Added
- Generate a README file to be included with burst products that describes the processing workflow.
HyP3 ISCE2 v0.4.0
Changed
insar_tops_burst
workflow now takes the burst product names rather than the SLC product names.- Replace
--range-looks
and--azimuth-looks
options with a single--looks
option forinsar_tops
andinsar_tops_burst
workflows insar_tops_burst
workflow now always uses the oldest granule as the reference.
Fixed
- Incomplete DEM generation issue by switching to using
merged/dem.crop
as the source
HyP3 ISCE2 v0.3.0
Added
insar_tops
workflow for processing of full Sentinel-1 SLCs.- Ability to pass Earthdata username and password as environment variables to workflows. This allows the credentials to be passed to the Docker container via the
-e
option. - The
++omp-num-threads
parameter for control of the number of threads used when ISCE2 calls OpenMP functionality. - Added to the
insar_tops_burst
workflow:- Generation of output geotiff products with sensible names in subfolder that is also added as a zip archive.
- Generation of a product browse image based on the unwrapped phase geotiff.
- Generation of a parameter file for the burst products
- Generation of output satellite geometry products (azimuth angle and lookup angle) to enable further time series processing.
HyP3 ISCE2 v0.2.1
Added
- The
get_isce2_burst_bbox
function to calculate burst bounding boxes using ISCE2 directly to fix inaccurate generation of burst bounding boxes.
Removed
- The
reformat_gcp
,create_gcp_df
, andcreate_geometry
methods from theBurstMetadata
class because they are superseded byget_isce2_burst_bbox
Fixed
test_get_region_of_interest
so that it has an ascending and descending test case, not two descending. This required changing thereference_ascending.xml
andsecondary_ascending.xml
files intests/data
.- Fixed the path to the
entrypoint.sh
script in the Docker container image.
HyP3 ISCE2 v0.2.0
Added
- It's now possible to register multiple HyP3 entry points (workflows) and run them through the main hyp3_isce2 entry point.
- A new entrypoint and skeleton process file for a stripmap process.
- Concurrent download functionality for burst extractor calls.
Changed
- Burst workflow renamed to
insar_tops_burst
fromtopsapp_burst
.
Fixed
- A zero-index bug in
burst.py
that led to incorrect geolocation of products. - Typo in the
release-checklist-comment
workflow.
HyP3 ISCE2 v0.1.0
Added
- Initial release of the HyP3 ISCE2 plugin.