It would be great to implement plotting in parallel. For big mintpy runs the plotting takes longer than the calculations (the generation of 1 plot may take 1 minute, see below). There used to be a *bash script for parallel plotting but this capability got lost when a python script for plotting was introduced.
It would be great to implement plotting in parallel. For big mintpy runs the plotting takes longer than the calculations (the generation of 1 plot may take 1 minute, see below). There used to be a *bash script for parallel plotting but this capability got lost when a python script for plotting was introduced.
The plotting script should use the
mintpy.compute
informatiion as explained here: https://github.com/insarlab/MintPy/issues/531#issuecomment-802867542A relevant MintPy issue is: https://github.com/insarlab/MintPy/pull/538