Replies: 1 comment 4 replies
-
Hi @hambsch Because it's a RGB-Alpha tiff, rio-tiler will be smart enough to convert the alpha band into the mask you can check the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
while processing RGBA geotiffs, i noticed that the reader.tile does not read all bands by default, rasterio does this:
returns:
rio tiler bands: 3
rio tiler forced bands: 4
rasterio bands: 4
is there a specific reason for only reading 3 bands by default?
Regards
Beta Was this translation helpful? Give feedback.
All reactions