apache/sedona

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

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

Bilinear alg has similar result , on the edges between valid pixel and nodata pixel , the resample pixel has unexpected data

@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 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