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

Directly output boolen mask from transect_mask? #208

Open
leewujung opened this issue Jul 27, 2024 · 0 comments
Open

Directly output boolen mask from transect_mask? #208

leewujung opened this issue Jul 27, 2024 · 0 comments

Comments

@leewujung
Copy link
Member

leewujung commented Jul 27, 2024

Right now the transect_mask function produces masks with 0/1 integer values, which can be turned into True/False boolean masks for downstream combination with other masks.

Wouldn't it be more straightforward to directly produce masks with True/False boolean values from this function?

Or is this to maintain consistency with masks generated by the region_mask function, where the pixels in each region by default contains the integer region_id value?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant