geotrellis / maml

Map Algebra Modeling Language: It's what we and whales are.
https://geotrellis.github.io/maml/
Apache License 2.0
16 stars 10 forks source link

Add NAry masking #88

Closed jisantuc closed 5 years ago

jisantuc commented 5 years ago

In #80 masking is handled for tiles with three specific numbers of bands. This is not a great solution, since there are numbers that aren't 1, 3, or 4. We should be able to go from a multiband tile with n bands to a masked multiband tile with n bands without having our heads hurt too much.