Reproject with mask preserving
Denis Rykov
Hi there!
I have GeoTIFF files with internal mask and I need to reproject them and not lose mask. I've found that direct generating warped mask band is not supported by GDAL: https://github.com/OSGeo/gdal/issues/689 rasterio.warp.reproject() also doesn't preserve mask. How I can use rasterio for achieving what I need? I'm looking for something similar described in this issue but with rasterio.
|
|