-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[visualization] mdx Problem #873
Comments
Did you add the mdx.py into system path? |
I don't think it should be added to the system path since the mdx.py is part of ISCE2. |
Hi @Arctic-Ambrun do you have idea how to solve mdx problem ? |
Hello, seems like I'm also facing this issue. Had a clean installation using CMAKE on the newest github commit and had a similar issue with the Seems like it's trying to reference a very old version of the library. I haven't found the solution yet, perhaps it might work if I install using scons. |
|
|
It sounds confusing that previously you mention got same error, but last message mention it works. Which OS do you use? |
Ah, the issue only arises for me if I compile with CMAKE using the newest commit on GitHub (Not v2.6.3). However, if I don't compile and do installation using the packaged conda-forge isce2 library, it works fine. But I want to use the newest features that were added after 2.6.3. For OS, I'm using Rocky Linux v8.7 (Green Obsidian) |
@SpiderPigzz noted it, thanks for sharing your experience. |
Hi @hfattahi,
I am running cmd_3.sh on Ubuntu 22.04 to process ALOS data following the tutorial.
However, there is an error and I assume it related to mdx.py can't run properly due to missing library libicudata.so.58.
Any response is appreciated.
Bounding boxes dont match. Not adding bbox info.
GDAL open (R): ion/ion_cal/diff_231031-231128_32rlks_64alks.int.vrt
GDAL close: ion/ion_cal/diff_231031-231128_32rlks_64alks.int.vrt
Using default ISCE Path: /home/saka/miniconda3/envs/isce2/lib/python3.12/site-packages/isce
mdx pairs_ion/230627-230725/ion/ion_cal/diff_230627-230725_32rlks_64alks_ori.int -s 272 -c8pha -cmap cmy -wrap 6.283185307179586 -addr -3.141592653589793 -P -workdir fig_ion
mdx: error while loading shared libraries: libicudata.so.58: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/home/saka/work/isce2/isce2_codes/contrib/stack/alosStack/ion_check.py", line 100, in
runCmd('mdx {} -s {} -c8pha -cmap cmy -wrap 6.283185307179586 -addr -3.141592653589793{} -P -workdir {}'.format(diffOriginal, width, wbdArguments, odir))
File "/home/saka/miniconda3/envs/isce2/lib/python3.12/site-packages/isce/components/isceobj/Alos2Proc/Alos2ProcPublic.py", line 16, in runCmd
raise Exception('error when running:\n{}\n'.format(cmd))
Exception: error when running:
mdx pairs_ion/230627-230725/ion/ion_cal/diff_230627-230725_32rlks_64alks_ori.int -s 272 -c8pha -cmap cmy -wrap 6.283185307179586 -addr -3.141592653589793 -P -workdir fig_ion
The text was updated successfully, but these errors were encountered: