Nodata and Transparency #718
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
@admarrs there is no dumb question! The sentinel data you have, have a huge part that should be tagged as Nodata (0). Because you are using Sadly rio-cogeo can't add alpha band at creation time (it can only add mask 😓) so you'll need an extra step (using gdalwarp and the |
Beta Was this translation helpful? Give feedback.

you can try
jpegwith internal maskin rio-cogeo you'll need to use both
--nodata 0and--add-maskoption I think