Skip to content

Releases: ASFHyP3/hyp3-isce2

HyP3 ISCE2 v0.6.1

17 Jul 18:03
2a352a5
Compare
Choose a tag to compare

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

11 Jul 17:52
c376702
Compare
Choose a tag to compare

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

06 Jul 22:55
f107c60
Compare
Choose a tag to compare

Changed

  • insar_tops_burst workflow now supports burst products advertised in CMR production, rather than CMR UAT

HyP3 ISCE2 v0.4.1

07 Jun 21:10
61a0888
Compare
Choose a tag to compare

Added

  • Generate a README file to be included with burst products that describes the processing workflow.

HyP3 ISCE2 v0.4.0

05 Jun 18:21
1246d0f
Compare
Choose a tag to compare

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 for insar_tops and insar_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

24 May 17:15
1838790
Compare
Choose a tag to compare

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

05 May 19:52
9df41e0
Compare
Choose a tag to compare

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, and create_geometry methods from the BurstMetadata class because they are superseded by get_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 the reference_ascending.xml and secondary_ascending.xml files in tests/data.
  • Fixed the path to the entrypoint.sh script in the Docker container image.

HyP3 ISCE2 v0.2.0

20 Apr 18:37
b70b0cc
Compare
Choose a tag to compare

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 from topsapp_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

11 Apr 19:43
bab6fa8
Compare
Choose a tag to compare

Added

  • Initial release of the HyP3 ISCE2 plugin.