In this line, https://github.com/cogeotiff/rio-tiler/blob/6343b571a367ef63a10d6807e3d907c3283ebb20/rio_tiler/models.py#L763 should it be using `self.array.mask` instead of `self.mask`? My understanding is that it's not the intention to be using `uint8` for writing the mask
In this line,
rio-tiler/rio_tiler/models.py
Line 763 in 6343b57
self.array.maskinstead ofself.mask? My understanding is that it's not the intention to be usinguint8for writing the mask