Skip to content

Latest commit

 

History

History
144 lines (91 loc) · 3.02 KB

File metadata and controls

144 lines (91 loc) · 3.02 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.7.3]

Fixed

  • correly calcualte the min and max values of the dem raster to produce geogrid, largely imporve the RTC process speed.

[0.7.2]

Fixed

  • clip the RTC output of UMBRA to the shape of what is defined in the json file.

[0.7.1]

Fixed

  • Adjusted parameters so Hyp3 works.

[0.7.0]

update

  • Added ability to run in Hyp3

[0.6.0]

update

  • split producing DEM file and producing RTC file into two separate parts

[0.5.7]

Fixed

  • modify the RTC in db file by setting -100 to be np.nan

[0.5.6]

Fixed

  • fill the gaps in the DEM file that is mosaic of the Geodata DEM tile files.
  • download the Geodata DEM tile files from s3 if it is not in the local space.

[0.5.5]

Fixed

[0.5.4]

Fixed

  • implemented the subset for range-zero-doppler format data.

[0.5.3]

Fixed

  • modify the Dockerfile to merge the compile isce3 and multirtc in one conda env.

[0.5.2]

Fixed

  • Removed hyp3lib to fix environment build issue related to pinning of GDAL version.

[0.5.1]

Added

  • Support for custom DEMs.
  • Support for prepping external DEMs to ISCE3-compatible format.

[0.5.0]

Added

  • Geocode-only entrypoint.

Changed

  • Update readme with docker instructions and layer info.

Removed

  • Output of area projection metadata.
  • Prototype polar grid support in favor of full support via the new docker image.
  • Old per-file entrypoints.

Fixed

  • Plotting issues with the cal/val submodule.

[0.4.0]

Changed

  • CLI interface so that the RTC workflow must now be accessed via a subcommand (mulitrtc rtc).

Added

  • Utilities for assessing absolute/relative location error, and point target characteristics of output products.

[0.3.3]

Changed

  • Bumped minimum Python version to >=3.10 to support modern typing

[0.3.2]

Added

  • ICEYE support

Changed

  • Refactored library to reduce code duplication and simplify structure

[0.3.1]

Changed

  • Loading of SICD data during beta0/sigma0 creation to a chunked strategy to reduce memory requirements

Fixed

  • Geolocation issue for prototype Umbra workflow related to switching to local UTM zone during processing

[0.3.0]

Changed

  • Changed PFA workflow to use a sublclass of the SicdSlc class

Added

  • Cal/Val scripts for performing absolute geolocation error (ALE) assessment

Fixed

  • Property assignment issues that caused bugs in the SicdRzdSlc class

[0.2.0]

Added

  • Support for Capella SICD SLC products

[0.1.1]

Added

  • Conversion to sigma0 radiometry for Umbra workflow

[0.1.0]

Added

  • Initial version

[0.0.0]

Added

  • Marking 0th release for CI/CD