Replies: 1 comment
-
|
I have the same question: to solve this problem , please set your ".bashrc" :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting the below error while running mdx command for KML conversion of .geo file of unwrapped interferogram. How do I solve this?
sh: 1: mdx: not found
convert: unable to open image 'out.ppm': No such file or directory @ error/blob.c/OpenBlob/3569.
convert: no images defined `/media/processserver/windisk1/ISCE_test/TOPS/insar/merged/filt_topophase.unw.geo.png' @ error/convert.c/ConvertImageCommand/3342.
Traceback (most recent call last):
File "/home/processserver/anaconda3/lib/python3.10/site-packages/isce/applications/mdx.py", line 62, in
sys.exit(main(sys.argv[1:]))
File "/home/processserver/anaconda3/lib/python3.10/site-packages/isce/applications/mdx.py", line 56, in main
DS.mdx(argv)
File "/home/processserver/anaconda3/lib/python3.10/site-packages/isce/components/iscesys/Display/Display.py", line 443, in mdx
self.createKml(options['-kml'],command)
File "/home/processserver/anaconda3/lib/python3.10/site-packages/isce/components/iscesys/Display/Display.py", line 467, in createKml
os.remove(ppm)
FileNotFoundError: [Errno 2] No such file or directory: 'out.ppm'
Beta Was this translation helpful? Give feedback.
All reactions