https://github.com/insarlab/MintPy
Branch name Release name Target Message Date
refs/tags/v1.2.1 v1.2.1 a7bc68f last version with basemap 31 March 2020, 02:05:38 UTC
refs/tags/v1.0.0 v1.0.0 07ae00d update code from py27 to py36 add supports for ISCE-2.2/topsStack and GIAnT products use 3D matrix IO in HDF5 format without compression to replace the previous 2D matrix IO with compression for faster IO speed. update scripts for unwrapping error correction: automatic bridging method and faster phase closure method. use pyresample for geocoding to replace scipy.interpolate module, which supports 1) multiple layers of geocoding, 2) radar2geo and geo2radar, 3) parallel processing using multiple cores new file structures for timeseries, interferogram stacks and geometry files, each corresponds to a class. new code structure with subfolders/submodules: add pysar/objects/ subfolder for all scripts defining objects/classes add pysar/simulation/ subfolder for scripts to simulate decorrelation noise, tropospheric delay. add pysar/defaults/ subfolder for all default settings files/scripts move all utilities scripts into subfolder pysar/utils/ move obsolete scripts into subfolder pysar/legacy/ add systematic file reading/writing improved file plotting scripts: better default setting, faster speed, more advanced choices, etc. improved raw phase time-series estimation: 1) add weighted inversion with min-norm phase velocity, 2) masking based on coherence/connected components on the fly, 3) split chunks for less memory requirements, 4) add individual redundancy checking add GPS data download/reading/plotting support automatic outlier detection based on phase residual RMS standardize all used metadata to the style of "ABC_DEF" (old names still kept) shorter and more compact scripts 26 March 2019, 02:59:42 UTC
refs/tags/v0.4.0 v0.4.0 430980e add weighted network inversion add support for ISCE product more flexible step functions and polynomial functions in temporal deformation model for DEM error correction add support for geocoded InSAR product switch output timeseries from unavco format to HDF-EOS5 format add tutorial from 2017 Nov miami workshop support GIAnT product displaying add preliminary GACOS tropospheric delay correction by Bhuvan introduce geometryRadar.h5 and geometryGeo.h5 files to store dem, incidence angle, etc. 26 March 2019, 02:57:55 UTC
refs/tags/v0.3.0 v0.3.0 ea7fc46 consistent naming style for all data files more generalized load-data introduce coherence-based network modification referencing data in space and reading modified network while inverting network to timeseries introduce auto referencing in time introduce auto turbulence detection using timeseries residual standard deviation full template list for pysarApp.py - pysarApp_template.txt new progress bar new time-series viewer python script updated scripts for time-series web viewer bug fixed for UNAVCO InSAR Archive output centralized code for parallel computing check bugs fixed improved plotting scripts 26 March 2019, 02:54:35 UTC
refs/tags/v0.2.1 v0.2.1 f1aa082 v0.2.1 use argparse instead of get opt for input argument parsing, for some scripts, not all yet improved visualization, including lat/lon label, scale bar, various map projection, auto switch backend, transection with topographic profile, network plotting update support for UNAVCO InSAR Archive format update support for insarmaps - UM Web Viewer add more parallel processing using multiprocessing and job lib renamed some scripts: multi_look.py -> multilook.py, masking.py -> mask.py, etc. add precious radar2geo and geo2radar coord conversion, thus subset/reference using yx/lalo both work. add documentation, including auto API documentation using Doxygen and Github Wiki, in html and PDF format create Github Page add examples using jupyter notebook to show how to use PySAR as a python module separate automatic path for Miami file structure, and add easy turn off in init.py with variable miami_path more module-lized file loading renamed working directory from TSSAR to PYSAR, and create PYSAR/subset folder if subset option is specified. updated routine processing pysarApp.py bugs fixed 26 March 2019, 02:45:16 UTC
refs/tags/v0.2.0 v0.2.0 922c67f v0.2.0 + general file reading/writing regardless of file source + improved data display, mainly in view.py, tsviewer.py and save_kml.py + update default routine script pysarApp.py + add parallel computing for some scripts, i.e. multi_look.py, subset.py, etc. + add more submodules/subfunctions for easy import and re-use + add pysar2unavco.py to convert PySAR product into UNAVCO InSAR archive format + add pysar2insarmaps.py for Web Viewer + using Anaconda2 instead of EPD for python environment to take advantage of the latest python module, i.e. Numpy + Bugs fixed 26 March 2019, 02:41:48 UTC
refs/tags/v0.1.0 v0.1.0 94c8c9b First release on Github 26 March 2019, 02:35:05 UTC
back to top