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

read/load support for isce2/alos2App dense offset #1143

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

yunjunz
Copy link
Member

@yunjunz yunjunz commented Jan 29, 2024

Description of proposed changes

  • utils.readfile.auto_no_data_value(): support alos2App dense offset

  • utils.readfile.get_slice_list(): alos2App use rg/az order, instead of az/rg order in other isce2 applications.

  • utils.isce_utils.extract_alosStack_metadata/extract_image_size_alosStack(): support geometry files from alos2App/dense_offset, which have different naming conventions as the ones from InSAR.

  • load_data: use absolute path for better robustness

Reminders

  • Pass Pre-commit check (green)
  • Pass Codacy code review (green)
  • Pass Circle CI test (green)
  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.

+ utils.readfile.auto_no_data_value(): support alos2App dense offset

+ utils.readfile.get_slice_list(): alos2App use rg/az order, instead of az/rg order in other isce2 applications.

+ utils.isce_utils.extract_alosStack_metadata/extract_image_size_alosStack(): support geometry files from alos2App/dense_offset, which have different naming conventions as the ones from InSAR.

+ load_data: use absolute path for better robustness
@yunjunz yunjunz merged commit a2ffa04 into insarlab:main Jan 29, 2024
7 checks passed
@yunjunz yunjunz deleted the alos2App_denseOffset branch January 29, 2024 12:33
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