Skip to content

rename bulk_plate_motion to plate_motion#858

Merged
yunjunz merged 3 commits intoinsarlab:mainfrom
yunjunz:plate_motion
Oct 1, 2022
Merged

rename bulk_plate_motion to plate_motion#858
yunjunz merged 3 commits intoinsarlab:mainfrom
yunjunz:plate_motion

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.

1 participant