<div dir="ltr"><div>To answer my own question I believe the answer is that you need to create an alpha band when working with RGB datasets to have JPEG compressed COGs without compression artifacts in the nodata areas.  Creating a internal mask on the source data may work as well but I haven't tried.<br></div><div><br></div><div># add a alpha band using the nearblack utility</div><div>nearblack -setalpha rgb_nodata.tif -o rgba.tif</div><div># create the COG</div><div>gdal_translate -of COG  -co COMPRESS=JPEG -co TILING_SCHEME=GoogleMapsCompatible -co NUM_THREADS=ALL_CPUS -co BIGTIFF=YES rgba.tif cog.tif</div><div><br></div><div>Regards<br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 19 Jul 2022 at 15:19, Travis Kirstine <<a href="mailto:traviskirstine@gmail.com">traviskirstine@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I've been trying to create a COG with JPEG compression with transparent nodata values without much success.  Is this possible without creating a secondary mask? <br></div><div><br></div><div>Any hints?</div><div><br></div><div>Regards<br></div></div>
</blockquote></div>