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.
- correly calcualte the min and max values of the dem raster to produce geogrid, largely imporve the RTC process speed.
- clip the RTC output of UMBRA to the shape of what is defined in the json file.
- Adjusted parameters so Hyp3 works.
- Added ability to run in Hyp3
- split producing DEM file and producing RTC file into two separate parts
- modify the RTC in db file by setting -100 to be np.nan
- 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.
- change 30m DEM resource URL to https://asf-dem-west.s3.amazonaws.com/v2/COP30/2021
- implemented the subset for range-zero-doppler format data.
- modify the Dockerfile to merge the compile isce3 and multirtc in one conda env.
- Removed hyp3lib to fix environment build issue related to pinning of GDAL version.
- Support for custom DEMs.
- Support for prepping external DEMs to ISCE3-compatible format.
- Geocode-only entrypoint.
- Update readme with docker instructions and layer info.
- Output of area projection metadata.
- Prototype polar grid support in favor of full support via the new docker image.
- Old per-file entrypoints.
- Plotting issues with the cal/val submodule.
- CLI interface so that the RTC workflow must now be accessed via a subcommand (
mulitrtc rtc).
- Utilities for assessing absolute/relative location error, and point target characteristics of output products.
- Bumped minimum Python version to >=3.10 to support modern typing
- ICEYE support
- Refactored library to reduce code duplication and simplify structure
- Loading of SICD data during beta0/sigma0 creation to a chunked strategy to reduce memory requirements
- Geolocation issue for prototype Umbra workflow related to switching to local UTM zone during processing
- Changed PFA workflow to use a sublclass of the SicdSlc class
- Cal/Val scripts for performing absolute geolocation error (ALE) assessment
- Property assignment issues that caused bugs in the SicdRzdSlc class
- Support for Capella SICD SLC products
- Conversion to sigma0 radiometry for Umbra workflow
- Initial version
- Marking 0th release for CI/CD