plate_motion: add --plate option to use built-in tables#906
Merged
yuankailiu merged 2 commits intoinsarlab:mainfrom Nov 17, 2022
Merged
plate_motion: add --plate option to use built-in tables#906yuankailiu merged 2 commits intoinsarlab:mainfrom
plate_motion: add --plate option to use built-in tables#906yuankailiu merged 2 commits intoinsarlab:mainfrom
Conversation
move `mintpy/add_attribute.py` to the `mintpy/legacy` directory because: 1. it's rarely used (it was designed as a quick hack to fix unexpected metadata problems) 2. it does not have the argparse usage to be included in the "mintpy/cli" sub-module, making it inconvenient to maintain 3. its functionality can be covered in Python using `mintpy.utils.utils.add_attribute()` API and in command line by adding extra metadata in the custom template file during data loading process.
add --plate option to grab the built-in rotation parameters from ITRF2014-PMM (Altamimi et al., 2017), for easy usage.
yuankailiu
approved these changes
Nov 17, 2022
Contributor
yuankailiu
left a comment
There was a problem hiding this comment.
Thanks! These changes look very nice to me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
plate_motion: add--plateoption to use built-in tables for easy usagemove
add_attribute.pyto thelegacydirReminders