Re: Black border after running rio mask
Sean Gillies
Hi, On Sat, Aug 29, 2020 at 8:52 AM <ts@...> wrote: Dear Rasterio developers and useers, It looks like your input.tif may have lossy compression applied, and the output will have the same compression by default. You might try rio mask --overwrite --crop in.tif out.tif --geojson-mask mask.geojson --co COMPRESS=NONE Sean Gillies
|
|