https://github.com/insarlab/MintPy
Revision b71a6cf9c4dbdb675a10801a8226605967bda650 authored by Zhang Yunjun on 07 October 2022, 21:11:10 UTC, committed by GitHub on 07 October 2022, 21:11:10 UTC
+ `utils.readfile`:
   - add sort_dataset_list4velocity() to ensure velocity are the first dataset, and intercept/residue are the last datasets
   - apply the above func in get_dataset/slice_list() for velocity file
   - replace var `k` with `ftype` for code readility

+ tests/smallbaselineApp: use *.tar.gz file, in addition to *.tar.xz file, if exists.

+ add `mintpy.objects.progress.FileProgressObject` class to show a progrerss bar during uncompressing
1 parent 38a9891
History
Tip revision: b71a6cf9c4dbdb675a10801a8226605967bda650 authored by Zhang Yunjun on 07 October 2022, 21:11:10 UTC
sort ds_list to ensure `velocity` as first and `residue/intercept` as last (#860)
Tip revision: b71a6cf
File Mode Size
.circleci
.github
docs
mintpy
scripts
tests
.gitignore -rw-r--r-- 1.8 KB
.pre-commit-config.yaml -rw-r--r-- 1.8 KB
.readthedocs.yaml -rw-r--r-- 676 bytes
Dockerfile -rw-r--r-- 1.7 KB
LICENSE -rw-r--r-- 35.1 KB
MANIFEST.in -rw-r--r-- 88 bytes
mkdocs.yml -rw-r--r-- 1.5 KB
pyproject.toml -rw-r--r-- 90 bytes
requirements.txt -rw-r--r-- 648 bytes
setup.py -rw-r--r-- 7.5 KB

back to top