Volcano-Risk-Reduction-in-Canada / Volcanic-Interpretation-Workbench

A Docker-Dash application for interpreting InSAR measurements of Canadian Volcanoes
MIT License
2 stars 2 forks source link

Update Deformation Time-Series on the fly #22

Open drotheram opened 1 year ago

drotheram commented 1 year ago

As an InSAR analyst, I would like to be able to modify the input parameters to InSAR time series generation and generate new time-series on the fly

nackerley commented 1 year ago

Which time series (and thus the list of which interferograms were included, along with any other configuration parameters) are saved?

  1. Only the latest?
    • This might be the most straightfoward solution but for the issue that "best" setup for one subset of pixels within the AoI might not be the best for another subset.
  2. All of them?
    • This might be acceptable - the storage requirements are probably not too onerous - but for the fact that many results will be simply bad and not worth keeping, and so we need a way to "earmark" the useful results.
  3. Only those that have been marked as worth keeping.
    • Likely in this scenario some sort of commit message is needed to describe the relative significance of the result.

As you can see I'm leaning toward the third option.