Skip to content

Version 1.5.2

Compare
Choose a tag to compare
@yunjunz yunjunz released this 09 Aug 14:14
· 97 commits to main since this release
29d901d

Cut a release for the 2023 EarthScope InSAR short course (ISCE+).

Highlights

  • UTM and lat/lon coordinates conversion support via the utm package by @yunjunz in #1052, #1053
  • timeseries2velocity: add --polyline option to estimate linear velocity changes by @yunjunz in #999
  • diff: support unw/offset - timeseries and timeseries - velocity by @yunjunz and @yuankailiu in #1011, #1018
  • euler_pole: add PMM plotting functions by @yuankailiu in #935
  • initial NO_DATA_VALUE support via readfile.auto_no_data_value() by @yunjunz in #962

What's Changed

Maintenance

  • circleci: replace miniconda3 with mambaforge with 2X speedup by @yunjunz in #996
  • mask: replace --threshold with --vmin/vmax by @yunjunz in #1009
  • numpy: replace expired numpy dtype deprecations (cont.) by @yjzhenglamarmota in #960
  • resample: refactor default output step size calculation by @yunjunz in #997
  • tsview/plot_tran*/plot_coh*_mat*: simplify object input args by @yunjunz in #982

Maintenance - Bugfixes

  • remove the extra half-pixel shift while converting Y/X_FIRST between gdal and mintpy by @sssangha in #1034
  • utils0.median_abs_deviation(): divide by scale instead of multiply by @yi-chingchen in #946
  • closure_phase_bias: bring back spatial referencing for ARIA while calc sequential closure phase by @yunjunz in #1063
  • cluster.split_box2sub_boxes: bugfix for tiny last step by @yunjunz in #1024
  • gamma: various bugfixes in readfile and geocode for gamma products by @yunjunz in #1044
  • hdfeos5: calc/write latitude/longitude if missing in geometry file by @yunjunz in #1050
  • utils.plot: fix _tkinter.TclError via plt.switch_backend('Agg') by @falkamelung in #947
  • view: fix referencing error while read unwrapPhase* in 2D w/ multilook by @yunjunz in #956
  • timeseries_rms: bugfix for run_or_skip and *RMS.deramp = no by @yunjunz in #970
  • isce_utils.get_processor(): use *.track.xml file to identify alosStack/2App by @yunjunz in #998
  • readfile.read_attribute: translate DATA_TYPE ci2 to float32 for roipac by @yunjunz in #1064
  • save_gdal: bugfix for boolean type by @yunjunz in #1024
  • spatial_filter: fix the pad_width integral type error for double_difference option by @yunjunz in #1015
  • unwrap_error_phase_closure: fix numpy.random.choice error and zero step size bug by @yunjunz in #989, #1067

Maintenance - Documentation

  • README/badge: flat-square style + docker status + conda download by @yunjunz in #948
  • add doc string description for defaults/objects/simulation/utils sub-modules by @yunjunz in #1005
  • installation: add tab completion sub-section by @yunjunz in #1065
  • typo fixes by @bjmarfito in #976, #978

Maintenance - Dependency

New Contributors

Full Changelog: v1.5.1...v1.5.2