insarlab / MintPy

Miami InSAR time-series software in Python
https://mintpy.readthedocs.io
Other
555 stars 244 forks source link

Perform MintPy processing for non-InSAR pixel offset data #625

Open forrestfwilliams opened 2 years ago

forrestfwilliams commented 2 years ago

Description of the desired feature Projects such as cosi-corr and autoRIFT provide pixel offset data that could benefit from the timeseries analysis and small baseline inversion functionality of MintPy. MintPy can already process pixel offset data that is associated with some InSAR processors, but it is not currently set up to load and process data from stand-alone pixel offset tracking softwares.

Is your feature request related to a problem? Please describe No

Describe the solution you'd like

Describe alternatives you have considered

Additional context None

Are you willing to help implement and maintain this feature? Yes/No Yes

yunjunz commented 2 years ago

Thank you for bringing this up @forrestfwilliams. I am not very familiar with the various choices of software and data (SAR and optical) for offsets but am very curious to see how it goes.

Your proposed solution looks good to me. I think starting with a software-specific name is good, we could always rename it in the future whenever it's ready to handle more generic data.

Having a separate workflow script for pixel offset is a good idea. Since it can be totally independent of the rest of the mintpy, developing and maintaining it (free from commit conflicts) will be easy either in mintpy repo or any other private/public repo you prefer.