Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: yunjunz/MintPy

Tags

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
wrap-up for version 1.6.2 (insarlab#1390)

+ version: add version tag for v1.6.2

+ utils.isce_utils.unwrap_snaphu(): create RSC file if input has one as well

+ cli.geocode: more usage examples for isce2 files

+ save_kmz.py: remove whitespace while showing the figure title

+ unwrap_error_phase_closure: mask out pixels in numTriNonzeroIntAmbiguity.h5 with value == the num of triplets, a.k.a. invalid pixels

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
version: add 1.6.1 tag (insarlab#1246)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add version tag for 1.6.0 (insarlab#1190)

+ version: add version tag for 1.6.0

+ utils.transect_yx/lalo(): update comment for example usage

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wrap up for version 1.5.3 (insarlab#1120)

+ src/mintpy/version.py: add tag for version 1.5.3

+ simulation/fractal: fix np.abs(dtype) bug due to numpy behavior change

+ plot_network: fine-tune coh mat fig size for long time series

+ scripts/fix_typos.sh: use github.com instead of raw.githubusercontent.com for spelling.dat URL
   - use the github.com url for the spelling.dat file, as downloading raw.githubusercontent.com files in China does not work well
   - check gdal_dict.txt file instead of the ./fix_typos dir, so that one could run the script without deleting the ./fix_typos directory
   - add more words to the AUTHORIZED_LIST

+ fix some typos by running scripts/fix_typos.sh

+ docs/installation.md: add deprecation note for macports

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`isce_utils.extract_multilook_number()`: search XML and VRT files (in…

…sarlab#1068)

+ `utils.isce_utils.extract_multilook_number()`: improve robustness against the occasionally missing *.full.xml files for hgt/lat/lon/los during the isce2/topsStack processing by:
   - add shadowMask to the potential data file list
   - search both *.full.xml and *.full.vrt file

+ version: add version 1.5.2 tag

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add version 1.5.1 tag (insarlab#945)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add <details> tag to shorten installation note + version 1.5.0 …

…tag (insarlab#912)

* docs/install: add <details> tag to shorten the default instruction

* version: add tag for version 1.5..0

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wrap up for version 1.4.1 (insarlab#829)

+ version: add Tag for version 1.4.1

+ readfile.read_hdf5_file(): speedup the 3D matrix reading when slicing a small fraction of the 1st dimension, by using integer indexing for 3D h5 dataset, instead of 1D boolean array indexing.

+ view.read_data4figure(): bugfix for referencing unwrapPhase while plotting mixed dset types

+ move the following plotting functions to utils.plot.py for a more compact module import, to simplify the UNAVCO notebook:
   - unwrap_error_phase_closure.plot_num_triplet_with_nonzero_integer_ambiguity()
   - timeseries_rms.plot_rms_bar()
   - objects.insar_vs_gps.plot_insar_vs_gps_scatter()

+ plot.plot_insar_vs_gps_scatter(): add preliminary outlier detection

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wrap up for version 1.4.0 (insarlab#824)

+ version: add release tag for v1.4.0

+ bulk_plate_motion: add ITRF2014_PMM global var for convenience and future options with PMM model name and plate name, instead of typing detailed values manually.

+ geocode.py: add checking for the imcompatible options between "--geo2radar" and "--bbox / --software scipy"

+ subset: replace try/except with if/else for more robustness

+ arg_group: add --title / --fig-title for --figtitle option as alternatives

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version: add version 1.3.3 tag (insarlab#761)