Published August 9, 2023
| Version v1.5.2
Software
Open
insarlab/MintPy: Version 1.5.2
Creators
- Zhang Yunjun1
- Joshua Zahner2
- stackTom
- Falk Amelung3
- Yuan-Kai Liu4
- ehavazli5
- Heresh Fattahi6
- Forrest Williams7
- Bryan Marfito
- BB
- David W Grossman
- Oliver Stephenson
- Sara Mirzaee4
- Scott Staniewicz8
- Simran S Sangha5
- Antonio Valentino
- Panji Brotoisworo9
- Yujie Zheng
- Joseph H Kennedy7
- Yunmeng Cao10
- Russell
- ranneylxr
- Andre Theron11
- Andrew Johnston
- CunrenLiang12
- James Rine7
- Lei
- cirrusasf
- 1. Chinese Academy of Sciences
- 2. School of Aquatic and Fisheries Sciences
- 3. University of Miami
- 4. California Institute of Technology
- 5. Jet Propulsion Laboratory
- 6. JPL
- 7. Alaska Satellite Facility
- 8. NASA Jet Propulsion Laboratory
- 9. @Arlula
- 10. GNS Science
- 11. SkyGeo
- 12. Peking University
Description
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 https://github.com/insarlab/MintPy/pull/1052, https://github.com/insarlab/MintPy/pull/1053 timeseries2velocity
: add--polyline
option to estimate linear velocity changes by @yunjunz in https://github.com/insarlab/MintPy/pull/999diff
: supportunw/offset - timeseries
andtimeseries - velocity
by @yunjunz and @yuankailiu in https://github.com/insarlab/MintPy/pull/1011, https://github.com/insarlab/MintPy/pull/1018euler_pole
: add PMM plotting functions by @yuankailiu in https://github.com/insarlab/MintPy/pull/935- initial NO_DATA_VALUE support via
readfile.auto_no_data_value()
by @yunjunz in https://github.com/insarlab/MintPy/pull/962
geocode
: support complex wrapped interferogram by @comma-never-coma in https://github.com/insarlab/MintPy/pull/957image_stitch
support non-hdf5 files by @yunjunz in https://github.com/insarlab/MintPy/pull/1021isce_utils
: addunwrap_icu()
andfilter_goldstein()
by @yunjunz in https://github.com/insarlab/MintPy/pull/993 and https://github.com/insarlab/MintPy/pull/1058- main CLI: add logging control args by @yunjunz in https://github.com/insarlab/MintPy/pull/1020
multilook
: support 1) GDAL VRT file and 2) geometry files from CPU/GPUampcor
products by @yunjunz in https://github.com/insarlab/MintPy/pull/959 and https://github.com/insarlab/MintPy/pull/963prep_fringe
: load water mask into geometry file via--water-mask
by @bbuzz31 in https://github.com/insarlab/MintPy/pull/983read/write/resample
: improved support for GDAL complex file by @yunjunz in https://github.com/insarlab/MintPy/pull/1000save_qgis
: add--zero-first
option by @yunjunz in https://github.com/insarlab/MintPy/pull/1007sensor
: add ICEYE parameters by @yunjunz in https://github.com/insarlab/MintPy/pull/974spatial_filter
: use nan-ignoring filter forlowpass/highpass_gaussian
by @yuankailiu and @scottstanie in https://github.com/insarlab/MintPy/pull/935 and https://github.com/insarlab/MintPy/pull/1030view
: add--faultline
and--interpolation
options by @yunjunz and @scottstanie in https://github.com/insarlab/MintPy/pull/964, https://github.com/insarlab/MintPy/pull/1062, https://github.com/insarlab/MintPy/pull/1029
- remove the extra half-pixel shift while converting Y/X_FIRST between gdal and mintpy by @sssangha in https://github.com/insarlab/MintPy/pull/1034
utils0.median_abs_deviation()
: divide byscale
instead of multiply by @yi-chingchen in https://github.com/insarlab/MintPy/pull/946
circleci
: replace miniconda3 with mambaforge with 2X speedup by @yunjunz in https://github.com/insarlab/MintPy/pull/996closure_phase_bias
: bring back spatial referencing for ARIA while calc sequential closure phase by @yunjunz in https://github.com/insarlab/MintPy/pull/1063cluster.split_box2sub_boxes
: bugfix for tiny last step by @yunjunz in https://github.com/insarlab/MintPy/pull/1024gamma
: various bugfixes inreadfile
andgeocode
forgamma
products by @yunjunz in https://github.com/insarlab/MintPy/pull/1044hdfeos5
: calc/write latitude/longitude if missing in geometry file by @yunjunz in https://github.com/insarlab/MintPy/pull/1050mask
: replace--threshold
with--vmin/vmax
by @yunjunz in https://github.com/insarlab/MintPy/pull/1009numpy
: replace expired numpy dtype deprecations (cont.) by @yjzhenglamarmota in https://github.com/insarlab/MintPy/pull/960utils.plot
: fix_tkinter.TclError
viaplt.switch_backend('Agg')
by @falkamelung in https://github.com/insarlab/MintPy/pull/947view
: fix referencing error while read unwrapPhase* in 2D w/ multilook by @yunjunz in https://github.com/insarlab/MintPy/pull/956timeseries_rms
: bugfix forrun_or_skip
and*RMS.deramp = no
by @yunjunz in https://github.com/insarlab/MintPy/pull/970- simplify obj input args for
tsview/plot_tran*/plot_coh*_mat*
by @yunjunz in https://github.com/insarlab/MintPy/pull/982 resample
: refactor default output step size calculation by @yunjunz in https://github.com/insarlab/MintPy/pull/997isce_utils.get_processor()
: use*.track.xml
file to identifyalosStack/2App
by @yunjunz in https://github.com/insarlab/MintPy/pull/998readfile.read_attribute
: translate DATA_TYPE ci2 to float32 for roipac by @yunjunz in https://github.com/insarlab/MintPy/pull/1064save_gdal
: bugfix for boolean type by @yunjunz in https://github.com/insarlab/MintPy/pull/1024spatial_filter
: fix thepad_width
integral type error fordouble_difference
option by @yunjunz in https://github.com/insarlab/MintPy/pull/1015tsview
: add--figsize-img
by @yunjunz in https://github.com/insarlab/MintPy/pull/1059unwrap_error_phase_closure
: fixnumpy.random.choice
error and zero step size bug by @yunjunz in https://github.com/insarlab/MintPy/pull/989, https://github.com/insarlab/MintPy/pull/1067
- README/badge: flat-square style + docker status + conda download by @yunjunz in https://github.com/insarlab/MintPy/pull/948
- add doc string description for
defaults/objects/simulation/utils
sub-modules by @yunjunz in https://github.com/insarlab/MintPy/pull/1005 - installation: add tab completion sub-section by @yunjunz in https://github.com/insarlab/MintPy/pull/1065
- typo fixes by @bjmarfito in https://github.com/insarlab/MintPy/pull/976, https://github.com/insarlab/MintPy/pull/978
- add
argcomplete
- add
utm
- delete
environment.yml
file by @yunjunz in https://github.com/insarlab/MintPy/pull/958 - unpin scipy<1.10 by @yunjunz in https://github.com/insarlab/MintPy/pull/968
- build(deps): bump docker/build-push-action from 3 to 4 by @dependabot in https://github.com/insarlab/MintPy/pull/954
- pre-commit(deps): bump isort (from 5.11 to 5.12) and pyupgrade (from 3.3 to 3.10) by @pre-commit-ci in https://github.com/insarlab/MintPy/pull/951, https://github.com/insarlab/MintPy/pull/995, https://github.com/insarlab/MintPy/pull/1001, https://github.com/insarlab/MintPy/pull/1022, https://github.com/insarlab/MintPy/pull/1028, https://github.com/insarlab/MintPy/pull/1039, https://github.com/insarlab/MintPy/pull/1043, https://github.com/insarlab/MintPy/pull/1051
- delete
- @yi-chingchen made their first contribution in https://github.com/insarlab/MintPy/pull/946
- @comma-never-coma made their first contribution in https://github.com/insarlab/MintPy/pull/957
Files
insarlab/MintPy-v1.5.2.zip
Files
(1.2 MB)
Name | Size | Download all |
---|---|---|
md5:8e6ecf53e6fb7454744fcbeae06fcf5c
|
1.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/insarlab/MintPy/tree/v1.5.2 (URL)