Hi Yunjun,
after the last MintPy update, when I run any command, for instance, "smallbaselineApp.py -v" for version check, I get this warning:
/Users/Sven/python/miniconda3/envs/mintpy/lib/python3.8/site-packages/pyresample/bilinear/__init__.py:50: UserWarning: XArray and/or zarr not found, XArrayBilinearResampler won't be available.
warnings.warn("XArray and/or zarr not found, XArrayBilinearResampler won't be available.")
MintPy version v1.3.2-2, date 2021-11-26
In my conda environment (conda list) I don't have "xarray" and "zarr", whereas I have both "pyresample" and "pykdtree", the latter coming from the "pyresample" conda installation.
I think this is just a warning not affecting the regular use of MintPy, b.t.w. I suppose it's better to fix this.
How can I do?
Thanks,
Sven.