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_attribute: translate DATA_TYPE ci2 to float32 for roipac #1064

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

yunjunz
Copy link
Member

@yunjunz yunjunz commented Aug 8, 2023

Description of proposed changes

  • utils.readfile.read_attribute(): translate DATA_TYPE value "ci2" to "float32" for roipac products. This is needed because various bugfixes in readfile and geocode for gamma products #1044 removed the hardwired value for roipac, and DATA_TYPE = CI2 exists in the KujuAlosAT422F650 example dataset (I do not remember how is this metadata saved here, as this metadata does not exist in ROI_PAC).

  • tests/smallbaselineApp: more comments on example usage

Reminders

  • Pass Pre-commit check (green)
  • 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.

+ utils.readfile.read_attribute(): translate DATA_TYPE value "ci2" to "float32" for roipac products

+ tests/smallbaselineApp: more comments on example usage
@yunjunz yunjunz merged commit 2af3905 into insarlab:main Aug 8, 2023
4 checks passed
@yunjunz yunjunz deleted the data_type branch August 8, 2023 10:09
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