Revision 8b1505895813e1568e21c606ab376a66c14657a7 authored by Zhang Yunjun on 17 February 2022, 00:58:32 UTC, committed by Zhang Yunjun on 22 February 2022, 02:09:40 UTC
+ plot_transection:
   - bugfix for the pip installed version
   - support transection with distance unit in pixel.

+ utils.utils.transect_yx(): add "distance_unit" to the output dict object, with default value of "m". In case there is not enough metadata to calculate the ground pixel size in meters, such as the raw isce-2 files, set "distance_unit = pixel" and continue.

+ utils.readfile.py:
   - read_snap_dim(): force int dtype for A/RLOOKS
   - remove TRACK_NUMBER from standardMetadata as it has not been tracked before, and has already been saved in the original snap metadata info.

+ simulation/variance.sample_data(): use np.random.default_rng()
1 parent ef3d271
History
File Mode Size
.circleci
.github
docker
docs
mintpy
tests
.gitignore -rw-r--r-- 187 bytes
.readthedocs.yaml -rw-r--r-- 677 bytes
LICENSE -rw-r--r-- 35.1 KB
MANIFEST.in -rw-r--r-- 89 bytes
mkdocs.yml -rw-r--r-- 1.5 KB
pyproject.toml -rw-r--r-- 91 bytes
setup.py -rw-r--r-- 7.6 KB

back to top