Version 1.3.3
Cut a new release for Zheng et al. (2022), Yunjun et al. (2022) and Gregg et al. (2022).
New Features:
- add
closure_phase_bias.pyto mask areas susceptible to the closure phase bias (Zheng et al., 2022), contributed by Yujie Zheng - add
iono_tec.pyandsimulation/iono.pyfor GIM-based ionospheric correction for range offset (Yunjun et al., 2022) - [preliminary] add TS full covariance matrix calculation and propagation, with contributions from Sara Mirzaee
- File I/O:
- support 4D matrix IO in
readfile/writefile/cluster.py - support SLC stack as
FILE_TYPE==timeseries and DATA_TYPE==complex - initial
NO_DATA_VALUEsupport as a new standard metadata uavsar: support UAVSAR.ann/lkv/llhfiles reading and solid Earth tides correctionprep_fringe: add “connectComponent” to ifgramStack file if exists, contributed by Brett Buzzanga
- support 4D matrix IO in
- Utilities:
add/diff/image_stitch: generic multi-dataset file support, with contributions from Yuan-Kai Liu and Ollie Stephensonasc_desc2horz_vert.py: support decomposition with pixel-wised geometry via--geom-fileoptiongeocode: change the default geocoding output lat/lon step from “same row/col number” to “same pixel area“, with contributions from Brett Buzzanga (#722, #737)
- add
mintpy.unwrapError.connCompMinAreaoption, contributed by Sara Mirzaee - visualization:
- plot_network: color-code network based on temp/perp baseline, contributed by Yuan-Kai Liu
- view: add
--no-data-valueoption - tsview: support
--coastlinevia carroty map projection - tsview: support very long TS files, e.g. TEC and GRACE datasets in h5 format.
Technical Improvements:
- drop dependencies on
pykdtree,xarrayandzarras they are now properly installed bycondo install pyresample. - support
h5py>=3by fixing the bool array indexing bug, contributed by Brett Buzzanga - support
python 3.9andpython 3.10via documentation change only - fix argv/args bug for conda/pip installed version
- use numpy values as the standard for the string/object conversion between different packages
- add the first unit test in
tests/test_asc_desc2horz_vert.py - refactor the following scripts:
legacy/load2hdf5.pyprep_snap.pyobjects/gps.get_gps_los_obs()
- other bugs fix
Contributors:
- Zhang Yunjun
- Yujie Zheng
- Sara Mirzaee
- Brett Buzzanga
- Yuan-Kai Liu
- Ollie Stephenson
- Zel Hurewitz
- Marin Govorcin
- Andrew Johnston