Skip to content

v0.16.0

Compare
Choose a tag to compare
@scottstanie scottstanie released this 04 Mar 23:12
· 188 commits to main since this release
d8fd3c8

Added

  • Added dolphin.timeseries module with basic functionality:
    • Invert a stack of unwrapped interferograms to a timeseries (using correlation weighting optionally)
    • Estimate a (weighted) linear velocity from a timeseries
  • Added inversion and velocity estimation as options to DisplacementWorkflow
  • Create DatasetStackWriter protocol, with BackgroundStackWriter implementation

Changed

  • Rename GdalWriter to BackgroundBlockWriter
  • Displacement workflow now also creates/returns a stitched, multi-looked version of the amplitude dispersion

Fixed

  • BackgroundRasterWriter was not creating the files necessary before writing
  • Allow user to specify more than one type of interferogram in Network configuration

Full Changelog: v0.15.3...v0.16.0