Skip to content

HyP3 ISCE2 v1.0.0

Compare
Choose a tag to compare
@tools-bot tools-bot released this 14 Feb 20:18
7148214

Added

  • merge_tops_bursts.py file and workflow for merge burst products created using insar_tops_bursts.
  • merge_tops_bursts entrypoint
  • merge_tops_bursts README template and creation functionality
  • several classes and functions to burst.py and utils.py to support merge_tops_burst.
  • tests for the added functionality.
  • tests/data/merge.zip example data for testing merge workflow.
  • tests/data/create_merge_test_data.py for generating merge workflow test data.

Changed

  • insar_tops_burst.py to add four radar coordinate datasets to burst InSAR products (wrapped phase, lat, lon, los).
  • README files generated in insar_tops_burst.py are now use blocks and extends the insar_burst_base.md.txt.j2 jinja template.