Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 2.29 KB

File metadata and controls

71 lines (47 loc) · 2.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to PEP 440 and uses Semantic Versioning.

[0.1.9]

Fixed

  • Removed unproductive prep_rtc.validate_slc function. Fixes #102.

[0.1.8]

Fixed

  • upload_rtc.py now deletes any pre-existing objects from S3 prior to uploading output files. Eliminates duplicate output files in the rare case where a HyP3 job attempt is terminated in the middle of uploading objects and then later retried.

[0.1.7]

Fixed

  • Fix lineage statement replacement to keep ISO XML file formatted the same as original file

[0.1.6]

Added

  • Update lineage statement in ISO XML files output to include mention of ASF and hyp3-OPERA-RTC version

[0.1.5]

Changed

  • Avoid multipart uploads by using a very large chunk_size so the S3 ETag will always be an md5 checksum.

[0.1.4]

Added

  • Added functionality to prep_rtc.py and upload_rtc.py to accept SLCs or co-pol bursts.
  • Add --num-workers as prep_rtc cli param

Changed

  • Updated DEM fetching/tiling strategy to match OPERA's.
  • Updated DEM bounds buffer to 100 km from 0.025 degrees
  • Updated burst database to the OPERA-provided burst_db_0.2.0_230831-bbox-only.sqlite file
  • Updated our PGE RunConfig template to more closely align with the upstream version.

[0.1.3]

Changed

  • Download opera burst db during container build instead of at runtime.
  • Publish docker container to public GHCR repo instead of private Amazon ECR repo.

[0.1.2]

Changed

  • Added _dir to end of input, scratch, and work directories to match OPERA setup
  • Upgraded to hyp3lib v4.

[0.1.1]

Changed

  • All files in zip now contained in folder named after the product
  • Remove log and catalog.json from the zip
  • Switch to a full-SLC based data prep strategy

[0.1.0]

Added

  • Added a Docker container that serves as a HyP3 plugin for OPERA-RTC processing.