https://github.com/insarlab/MintPy
Revision 2d3d9346384bd624f372617add939a64a2fc4e9f authored by Zhang Yunjun on 12 June 2019, 19:12:56 UTC, committed by GitHub on 12 June 2019, 19:12:56 UTC
* readfile: support SNAP BEAM-DIMAP format

utils/readfile:
+ read_binary(): add positional argument shape, to avoid calling read_attribute() inside, to gain more independence; and adjust its usage in utils/readfile.py and mask.py.
+ adjust read_attribute() and read_binary_file() to support the following SNAP unw, cor, int and dem data files

* add docs/examples/dev/read_snap_img.ipynb

* consistent sub-pixel coordinate rule: details in objects/coord.py comments.

* reference_point: fix a bug by not using existing REF_Y/X if they are out of the coverage (after subsetting for example).

* ifgram_inversion: suppress warning message while calculating mask of Nan and zero phases

* update Python version in docs from 3.5 to 3.6.

* dem_error: 
+ skip pixel with nan value in any interferogram, instead of in all interferograms before.
+ ignore input non-existed default exclude_date.txt file

* ptime/read_date_list(): support input list contains non-existed text file.

* view: shorted coordinates bar
1 parent 5333468
History
Tip revision: 2d3d9346384bd624f372617add939a64a2fc4e9f authored by Zhang Yunjun on 12 June 2019, 19:12:56 UTC
readfile: support SNAP BEAM-DIMAP format (#89)
Tip revision: 2d3d934
File Mode Size
docs
mintpy
sh
test
.gitignore -rw-r--r-- 235 bytes
LICENSE -rw-r--r-- 35.1 KB
mkdocs.yml -rw-r--r-- 1.1 KB
readthedocs.yml -rw-r--r-- 582 bytes

back to top