Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename bulk_plate_motion to plate_motion #858

Merged
merged 3 commits into from
Oct 1, 2022

Conversation

yunjunz
Copy link
Member

@yunjunz yunjunz commented Oct 1, 2022

Description of proposed changes

  • rename bulk_plate_motion to plate_motion: including changes in:

    • mintpy.plate_motion.py
    • mintpy.cli.plate_motion.py
    • mintpy.__main__
    • setup.py
  • utils.readfile.read(): add no_data_values arg to be able to convert the no-data-value from one number to another number.

  • utils.network: del the obsolete igram_perp_baseline_list() function

  • use the Python context manager with statement to better control the file handle/lock (Resource temporarily unavailable #855).

Reminders

  • Pass Codacy code review (green)
  • Pass Circle CI test (green)
  • If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.

+ use the Python context manager `with` statement to better control the file handle/lock.

+ utils.network: del the obsolete `igram_perp_baseline_list()` function
+ utils.readfile.read(): add `no_data_values` arg to be able to convert the no-data-value from one number to another number.
@yunjunz yunjunz merged commit 38a9891 into insarlab:main Oct 1, 2022
@yunjunz yunjunz deleted the plate_motion branch October 1, 2022 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant