Skip to content

v0.30

Compare
Choose a tag to compare
@scottstanie scottstanie released this 02 Nov 01:43
· 13 commits to main since this release

What's Changed

  • Pass through units during timeseries._redo_reference by @scottstanie in #451
  • Fix the relative index used to make compressed SLCs by @scottstanie in #452
  • Fix in_trim_slice size for non overlapping blocks by @scottstanie in #454
  • Add ability to specify output bounds as WKT by @scottstanie in #427
  • Refactor compressed_reference_idx, fix relative index bug by @scottstanie in #453
  • Call spurt from subprocess to avoid fork issues by @scottstanie in #455
  • Replace CSVs with chi2.ppf for GLRT test by @scottstanie in #456
  • Add ability to calculate similarity using nearest-3 interferograms by @scottstanie in #457
  • Pass through compressed_slc_plan config to sequential by @scottstanie in #459
  • Add single_tile_reoptimize for snaphu-py by @scottstanie in #460
  • Update dolphin timeseries cli for new options, use L1 by default by @scottstanie in #461
  • Add a layover_shadow_mask_files to mask pixels in layover/shadow during wrapped_phase by @scottstanie in #462
  • Add min_conncomp_frac, lower default to 0.001 by @scottstanie in #463
  • Increase spurt`` max_tiles default to 49 to have smaller MCF problems by @scottstanie in #464
  • Use output_reference_idx as the default for creating compressed slcs with ALWAYS_FIRST by @scottstanie in #465
  • Allow interpolation using pseudo-correlation, lower spurt tile sizes by @scottstanie in #466
  • Add zero_correlation_threshold phase linking parameter to zero out low correlation by @scottstanie in #467
  • Pass through block_shape to create_similarities after phase linking by @scottstanie in #469
  • Increase the buffer_pixels when making OPERA CSLC mask by @scottstanie in #470
  • Pass through --max-tiles to spurt by @scottstanie in #471
  • Refactor repack_raster to work in block for lower memory by @scottstanie in #473
  • Setup conversion to /vsis3 when reading from S3 using osgeo.gdal by @scottstanie in #474
  • Add censored_lstsq to solve least squares with missing data by @scottstanie in #475

Full Changelog: v0.29.0...v0.30