Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/insarlab/MintPy
06 August 2026, 03:16:07 UTC
  • Code
  • Branches (35)
  • Releases (7)
  • Visits
NameTargetMessageDate
HEAD 297aa16 wrap up for version 1.6.4 (#1512) + version: add 1.6.4 tag + objects/sensor: add incidence_angle for S1/A4/LT1/NI25 July 2026, 10:06:00 UTC
refs/heads/autopilot/1302-20241207140102474 d0637ab autopilot proposal07 December 2024, 14:01:04 UTC
refs/heads/autopilot/1302-20241220065536544 b23e002 autopilot proposal20 December 2024, 06:55:38 UTC
refs/heads/dir_structure 07aaaee tests/configs/RidgecrestSenDT71: update to the new dataset + use * for more generic filename support + change the reference lat/lon19 April 2024, 11:37:20 UTC
refs/heads/feature/HyP3_Sentinel-1D_support 94daae8 Merge branch 'main' into feature/HyP3_Sentinel-1D_support12 July 2026, 13:33:45 UTC
refs/heads/gui-qt 0d2d6b4 Hooked up DEM Options to Plot01 July 2018, 22:38:43 UTC
refs/heads/hyp3_eos5 c2f09f3 remove timezone18 April 2024, 14:25:04 UTC
refs/heads/main 297aa16 wrap up for version 1.6.4 (#1512) + version: add 1.6.4 tag + objects/sensor: add incidence_angle for S1/A4/LT1/NI25 July 2026, 10:06:00 UTC
refs/heads/nisar_tropo_set 77ccab9 Update prep_aria to support handling of NISAR tropo and SET layers31 July 2026, 03:54:20 UTC
refs/heads/python2 683ec6e rename shellscripts to sh to be consistent with py3-pysar23 January 2019, 16:32:34 UTC
refs/heads/sss_rerefGPS 554f211 Merge branch 'main' into sss_rerefGPS09 February 2023, 10:00:11 UTC
refs/heads/stac fb7d495 fix bugs29 February 2024, 15:59:11 UTC
refs/heads/utm 2f632a4 remove unused variable12 March 2024, 13:49:39 UTC
refs/tags/v1.1.0 f3eb60d docs/paper: add shell scripts24 April 2019, 02:26:02 UTC
refs/tags/v1.1.1 db9dfa5 update comments (#60) + docs/paper: update link for nbviewer + add temp-c custom colormap cpt file + add -s besides --start-date and -e besides --end-date for timeseries2velocity.py + asc_desc2horz_vert: add example to prepare asc/desc data09 May 2019, 02:59:04 UTC
refs/tags/v1.1.2 e60940b version: bug fix when no new commit after last release14 May 2019, 18:53:11 UTC
refs/tags/v1.2.0 d2173b0 fractal: adaptive p0 scaling factor adapt p0 value internally instead of the previously fixed scale value so that the input p0 is equal to C0 from the check_power_spectrum(). check_power_spectrum_1d() use the square part of the input data with dimension as a power of 2, for more robust performance.03 January 2020, 07:20:21 UTC
refs/tags/v1.2.2 4c8e9fd Update fallback version number/date in version.py for the new release28 April 2020, 02:29:46 UTC
refs/tags/v1.2.3 81f9ff0 wrap-up before new release + README: update version number in the badge + version: update fall back release version number and date14 July 2020, 20:14:24 UTC
refs/tags/v1.2alpha 1aa5881 check azimuthAngle while plotting gps vs insar (#161) * update comments for plot_transection.py in smallbaselineApp * utils.get_geometry_file() support checking of a list of datasets * check both incidenceAngle and azimuthAngle while calling utils.plot.plot_gps() * prep_aria: do not create azimuthAngle dataset if no azAngle file is input * stackDict: remove UNIT metadata while loading ifgramStack and geometry* files * disable GPS related options in tsview.py for now because "insar displacement vs gps displacement" is not implemented yet.31 July 2019, 03:16:21 UTC
refs/tags/v1.2beta ba9de4b wrap up for v1.2beta (#178) * Update README.md * Update version.py08 August 2019, 18:34:34 UTC
refs/tags/v1.3.0 a1b53e8 wrap up for version 1.3.0 + update version number and release date for v1.3 + remove solid_f from .gitignore06 March 2021, 01:14:23 UTC
refs/tags/v1.3.1 dd9512b ts2vel: skip writing for empty blocks (#624) Co-authored-by: Zhang Yunjun <yunjunzgeo@gmail.com>02 August 2021, 19:36:58 UTC
refs/tags/v1.3.2 ca29361 wrap up version 1.3.2 (#703) + version.py: add release_history as a list of Tags - use Tag from the collection module to save the release history explicitly - distinguish between release version number/date and version number/date - update version_number/date/description usage in __inti__.py, view.py and smallbaselineApp.py + bump the release version number to 1.3.222 November 2021, 03:04:47 UTC
refs/tags/v1.3.3 edebebd version: add version 1.3.3 tag (#761)14 April 2022, 21:14:12 UTC
refs/tags/v1.4.0 68cdbbe wrap up for version 1.4.0 (#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 alternatives04 August 2022, 20:01:49 UTC
refs/tags/v1.4.1 36a0835 wrap up for version 1.4.1 (#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 detection16 August 2022, 06:51:05 UTC
refs/tags/v1.5.0 93d769b docs: add <details> tag to shorten installation note + version 1.5.0 tag (#912) * docs/install: add <details> tag to shorten the default instruction * version: add tag for version 1.5..018 November 2022, 19:53:12 UTC
refs/tags/v1.5.1 4e88f08 add version 1.5.1 tag (#945)04 January 2023, 04:51:02 UTC
refs/tags/v1.5.2 29d901d `isce_utils.extract_multilook_number()`: search XML and VRT files (#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 tag09 August 2023, 14:12:28 UTC
refs/tags/v1.5.3 c7c9ca4 wrap up for version 1.5.3 (#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 macports23 November 2023, 09:31:39 UTC
refs/tags/v1.6.0 feae339 add version tag for 1.6.0 (#1190) + version: add version tag for 1.6.0 + utils.transect_yx/lalo(): update comment for example usage09 May 2024, 11:45:16 UTC
refs/tags/v1.6.1 f7ac98f version: add 1.6.1 tag (#1246)31 July 2024, 08:03:47 UTC
refs/tags/v1.6.2 86a07ed wrap-up for version 1.6.2 (#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 pixels07 July 2025, 02:50:21 UTC
refs/tags/v1.6.3 7fb8385 install: switch from `mamba init` to `conda init` (#1393) + update installation instructions to recommend mamba for the released version + correct conda initialization command --------- Co-authored-by: Zhang Yunjun <yunjunz@outlook.com>23 November 2025, 11:53:37 UTC
refs/tags/v1.6.4 297aa16 wrap up for version 1.6.4 (#1512) + version: add 1.6.4 tag + objects/sensor: add incidence_angle for S1/A4/LT1/NI25 July 2026, 10:06:00 UTC

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API