nisar-solid / ATBD

Notebooks for NISAR Solid Earth Algorithm Theoretical Basis Document
34 stars 22 forks source link

secular: refactor A.4 GNSS time-series plots #41

Closed yunjunz closed 2 years ago

yunjunz commented 2 years ago

This PR includes the following changes:

For the 3 notebooks under methods/:

For the methods/secular/ only:

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

EJFielding commented 2 years ago

@yunjunz When did you change MintPy to have the mintpy.cli module? I tried to run this on the nisar-calval version of OpenSARLab and it did not find that module. The system there was updated last month to MintPy version 1.4.1, date 2022-08-15, which I think comes from conda-forge.

yunjunz commented 2 years ago

It was committed about a month ago (https://github.com/insarlab/MintPy/pull/828), after the last release of 1.4.1.

I plan to release version 1.5.0 in ~1 month to include this feature. I have completely migrated to the version with mintpy.cli sub-module, and it has been great.

EJFielding commented 2 years ago

Can we add some code to work with the 1.4.1 release that is installed on the OpenSARLab servers? The Solid Earth ATBD review kickoff is scheduled for Nov. 1.

yunjunz commented 2 years ago

Considering that the ATBD development is mostly done, we should not need the development version of mintpy anymore. Thus, one simple way is to use the conda-installed version of mintpy, with a fixed version number, similar to what we have done for gdal. If so, I will revert some of the changes in this PR, to work with mintpy-1.4.1 only. What do you think?

EJFielding commented 2 years ago

Yes, I think it would be better to stick with the released version for the review. Does that mean that we also need to change the installation instructions?

yunjunz commented 2 years ago

Yes, a little bit. I will try to update the PR for this later tonight.