When I use Bicubic alg to resample a raster with no data pixel , the output raster would be filled unexpected data in no data pixel
MyqueWooMiddo opened this issue · 3 comments
MyqueWooMiddo commented
When I use Bicubic alg to resample a raster with no data pixel , the output raster would be filled unexpected data in no data pixel
MyqueWooMiddo commented
Bilinear alg has similar result , on the edges between valid pixel and nodata pixel , the resample pixel has unexpected data
jiayuasu commented
@MyqueWooMiddo Yes, I believe we didn't well handle the no-date value when a transformation happens. We will fix this in the next release.
MyqueWooMiddo commented
@MyqueWooMiddo Yes, I believe we didn't well handle the no-date value when a transformation happens. We will fix this in the next release.
THX