-
Notifications
You must be signed in to change notification settings - Fork 297
Description
ASF's multi-burst feature now allows for consistent spatial coverage of up to 15 Sentinel-1 bursts. When processing 6+ bursts and approx. 900 interferograms spanning 2015-2025, the 'load_data' step in MintPy can take up to 3 hours on my workstation. Currently, I am rerunning this step each time I want to update the time series. I was thinking it would be easier to append the ifgramStack.h5 file with new pairs as images are acquired, as opposed to recreating this file each time.
Describe the solution you'd like
I'm interested in adding a line to the config file 'load_data' step, which creates a function to check if pair dates exist in ifgramStack.h5. It also checks if the file size is consistent. If the date exists and file size is the same, then 'load_data' only writes non-existing pairs to ifgramStack.h5.
Describe alternatives you have considered
I was wondering if a similar functionality or work-around already exists.
Are you willing to help implement and maintain this feature?
- Yes
- No