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

Add new binary arrays for orbit directions to the datacubes #27

Open
mliukis opened this issue May 2, 2024 · 3 comments
Open

Add new binary arrays for orbit directions to the datacubes #27

mliukis opened this issue May 2, 2024 · 3 comments
Assignees

Comments

@mliukis
Copy link
Collaborator

mliukis commented May 2, 2024

Using granules img_pair_info variable, add binary array for 'ascending/descending' to the corresponding layers of the datacubes.

Call new variables:

ascending1 = [true/false]
ascending2 = [true/false]
@mliukis mliukis self-assigned this May 2, 2024
@mliukis
Copy link
Collaborator Author

mliukis commented May 29, 2024

Only S1 granules have orbit direction information available: img_pair_info.flight_direction_img[12]

@alex-s-gardner
Copy link
Contributor

Only S1 granules have orbit direction information available: img_pair_info.flight_direction_img[12]

This is OK, I don't think we need a/d for optical sensors

@mliukis
Copy link
Collaborator Author

mliukis commented May 29, 2024

@alex-s-gardner should we keep the new data variables names consistent with other granule names such as img_pair_info.flight_direction_img1?
So make it:

ascending_img1 = [true/false]
ascending_img2 = [true/false]

and have values set to missing_value = 255 for other than S1 missions?

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

No branches or pull requests

2 participants